若是代理上网,先配置代理:
1.编辑配置文件
vi /etc/profile
2.在配置文件中配置代理:

然后 source /etc/profile 使更改生效
修改IP
使用root用户登录进入Linux,打开进去终端
在终端中输入:vi /etc/sysconfig/network-scripts/ifcfg-eth0
(最后的eth0是网卡名,我的是Auto_eth0)

回车后,
开始编辑,填写ip地址、子网掩码、网关、DNS等。其中“红框内的信息”是必须得有的。

编辑完成后,保存退出
重启网络服务
service network restart或/etc/init.d/network restart
更换源:
1、备份
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
2、下载新的CentOS-Base.repo 到/etc/yum.repos.d/
CentOS 6
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
CentOS 7
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
3.yum clean 清理缓存
4、之后运行yum makecache生成缓存
本文详细介绍如何在Linux系统中配置代理上网、修改IP地址及子网掩码等网络参数,并提供更换软件源的具体步骤,帮助用户提升系统使用体验。
7083

被折叠的 条评论
为什么被折叠?



