歡迎來到Linux教程網
Linux教程網
Linux教程網
Linux教程網
Linux教程網 >> Linux基礎 >> 關於Linux >> Linux/VPS CentOS下 yum下載慢?安裝Axel插件加速看看

Linux/VPS CentOS下 yum下載慢?安裝Axel插件加速看看

日期:2017/3/2 9:43:22   编辑:關於Linux

有時候某些的VPS可能會碰到yum下載慢的問題,我試用過幾個VPS各有幾天,後面也在沒有續費,中途碰到過下載很慢的問題,因為是CentOS,所以是yum,網上搜羅一番,得到結果,安裝Axel會好點兒,Axel是基於yum的一個多線程下載插件,通過通過多個HTTP/FTP連接來將一個文件進行分段下載,從而達到加速下載的目的。加速效果還是不錯的,看個人感覺了~

1,下載
wget -c http://wp.cdn.gongzi.org/soft/axel-2.4-1.el5.rf.i386.rpm
rpm -ivh axel-2.4-1.el5.rf.i386.rpm


2,下載配置文件axelget.conf與axelget.py到yum裡
cd /etc/yum/pluginconf.d/
wget http://cnfreesoft.googlecode.com/svn/trunk/axelget/axelget.conf
cd /usr/lib/yum-plugins/
wget http://cnfreesoft.googlecode.com/svn/trunk/axelget/axelget.py


確認 /etc/yum.conf中的plugins=1

3,安裝yum-fastestmirror插件
yum install -y yum-fastestmirror


完。

Copyright © Linux教程網 All Rights Reserved