yum install yum-fastestmirror* -y
yum update yum*
yum update
http://centos.ustc.edu.cn/
cd /etc/yum.repos.d
mv CentOS-Base.repo CentOS-Base.repo.save-`date +%F`
wget http://centos.ustc.edu.cn/CentOS-Base.repo.5
mv CentOS-Base.repo.5 CentOS-Base.repo
centos 4:
cd /etc/yum.repos.d
mv CentOS-Base.repo CentOS-Base.repo.save
wget http://centos.ustc.edu.cn/CentOS-Base.repo
http://mirrors.sohu.com/help/centos.html
wget http://mirrors.sohu.com/help/CentOS-Base-sohu.repo
yum makecache
生成缓存
http://mirrors.163.com/.help/centos.html
wget http://mirrors.163.com/.help/CentOS-Base-163.repo
yum makecache
生成缓存
http://dag.wieers.com/rpm/packages/rpmforge-release/
# Red Hat Enterprise Linux 5 / i386:
# Red Hat Enterprise Linux 5 / x86_64:
# Red Hat Enterprise Linux 4 / i386:
yum remove \*.i\?86
exclude = *.i?86