centos 6.5 配置阿里云 yum 镜像

  配置国内镜像目的是为了加速软件下载安装速度,参考链接:http://mirrors.aliyun.com/help/centos

  备份。养成文件操作前备份的习惯

cd /etc/yum.repos.d
mv CentOS-Base.repo CentOS-Base.repo.bak

  下载新的镜像配置

wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo

  使用新的配置

yum makecache

  同步频率为每天一次,每天凌晨2:00-4:00为镜像的同步时间

posted @ 2018-01-01 21:38  Shef  阅读(783)  评论(0编辑  收藏  举报