说明:
之前一直使用的163源速度变慢了,而且也经常连接不上。试了下阿里的yum源,速度确实不错。
阿里云linux yum源:http://mirrors.aliyun.com/
具体:
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 5 系统 # wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-5.repo 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. 设置epel源
CentOS 5 系统 # wget https://mirrors.aliyun.com/repo/epel-5.repo CentOS 6 系统 # wget https://mirrors.aliyun.com/repo/epel-6.repo CentOS 7 系统 # wget http://mirrors.aliyun.com/repo/epel-7.repo 或是最简单的,用以下命令 # yum -y install epel-release也是安装的阿里云的epel源
4. 更新yum配置,生成缓存
# yum clean all # yum makecache
我怎么觉得163的更好,哈哈~
我是自己这边觉得啦,也不一定哈