查看 linux 内核信息
1
uname -a
查看系统版本
1
cat /etc/redhat-release
查看源
1
2
3yum repolist
或
ls /etc/yum.repos.d/
更新源
备份自带源(首先要确认你有 wget 命令, 并且连着网)
1
2
3> cd /etc/yum.repos.d/
> mkdir repo
> mv *.repo repo下载国内源文件
1
2
3
4
5# 下载 CentOS7 源文件地址
> wget http://mirrors.163.com/.help/CentOS7-Base-163.repo
# 下载 epel 源,因为网易没有 epel 源 所以要从阿里下载
> wget http://mirrors.aliyun.com/repo/epel-7.repo清除并初始化源数据缓存
1
2
3
4
5# 清除源数据缓存
> yum clean all
# 初始化源数据缓存
> yum makecache
关闭进程
1
kill -9 pid
强制关掉进程
rm -f /var/run/yum.pid
如果长时间无法加载,请针对 disq.us | disquscdn.com | disqus.com 启用代理