官网教程:
https://opsx.alibaba.com/mirror
1.下载配置文件到 /etc/yum.repos.d 目录
wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
注意:具体文件需要根据你的centos版本来确定。
2.
yum makecache
3.至于其他源的配置,也是这样操作的,具体的Linux源网站有如下:
http://centos.ustc.edu.cn/centos/7/os/x86_64/
http://docs.linuxtone.org/soft/repo/
......