centos 管理之 YUM加速

跟着俺的步骤,添加AXEL多线程下载工具做为YUM的插件,提高下载效率:

yum -y install yum-fastestmirror gcc
wget http://alioth.debian.org/frs/download.php/3015/axel-2.4.tar.gz
tar zxvf axel-2.4.tar.gz
cd axel-2.4
./configure
make
make install
svn co http://cnfreesoft.googlecode.com/svn/trunk/axelget/ /etc/yum/axelget
cd /etc/yum/pluginconf.d/
ln -s /etc/yum/axelget/axelget.conf .
cd /usr/lib/yum-plugins/
ln -s /etc/yum/axelget/axelget.py .

最后确保/etc/yum.conf中plugins=1就好了
yum -y update bash 试试看~

posted @ 2009-05-20 20:57  云中哈哈  阅读(488)  评论(0编辑  收藏  举报