網(wǎng)絡(luò)設(shè)置
阿里云鏡像配置。
step1:備份原始鏡像。
mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
step2:下載新的 CentOS-Base.repo 到 /etc/yum.repos.d/
wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo
#沒有wget命令時(shí)使用curl
curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
step3:更新鏡像晋渺。
# 清理原緩存澜薄。
yum clean all
# 創(chuàng)建新緩存狗唉。
yum makecache
參考文檔&鏈接
- [https://blog.csdn.net/NiTesla/article/details/106889943](CentOS7配置阿里云鏡像)