linux下,要下载东西,我首先考虑的是驴子和BT,其他的下载太慢了,直到我遇上了Axel。。。。
看看介绍:
About:
Axel tries to accelerate downloads by using multiple connections (possibly to multiple servers) for one download. Because of its size, it might be very useful on bootdisks or other small systems as a wget replacement.
Axel tries to accelerate downloads by using multiple connections (possibly to multiple servers) for one download. Because of its size, it might be very useful on bootdisks or other small systems as a wget replacement.
[root@icnote axel-1.0b]# ./configure --help
Axel configure
Usage: ./configure [OPTIONS]
Option Description Default
--prefix=... Directories to put files in /usr/local
--bindir=... $prefix/bin
--etcdir=... $prefix/etc
--mandir=... $prefix/share/man
--locale=... $prefix/share/locale
--i18n=0/1 Disable/enable internationalization 0
--debug=0/1 Disable/enable debugging 0
--strip=0/1 Disable/enable binary stripping 1
[root@icnote axel-1.0b]# ./configure --i18n=1 //enable internationalization
[root@icnote axel-1.0b]# make
[root@icnote axel-1.0b]# make install
Axel configure
Usage: ./configure [OPTIONS]
Option Description Default
--prefix=... Directories to put files in /usr/local
--bindir=... $prefix/bin
--etcdir=... $prefix/etc
--mandir=... $prefix/share/man
--locale=... $prefix/share/locale
--i18n=0/1 Disable/enable internationalization 0
--debug=0/1 Disable/enable debugging 0
--strip=0/1 Disable/enable binary stripping 1
[root@icnote axel-1.0b]# ./configure --i18n=1 //enable internationalization
[root@icnote axel-1.0b]# make
[root@icnote axel-1.0b]# make install
安装好之后,把它加载到YUM中,就可以加快yum更新下载速度,基本能到全速!
yum插件的源码在google托管,于是
cd /usr/local/src/axel
wget http://cnfreesoft.googlecode.com/svn/trunk/axelget/axelget.conf
wget http://cnfreesoft.googlecode.com/svn/trunk/axelget/axelget.py
cd /etc/yum/pluginconf.d/
ln -s /usr/local/src/axel/axelget.conf
cd /usr/lib/yum-plugins/
ln -s /usr/local/src/axel/axelget.py
这样启动yum时就会自动加载插件了
本文介绍了如何使用Axel在Linux环境下加速文件下载,通过多线程连接提高下载速度,并提供了详细的安装步骤及如何将其集成到YUM中以提升软件包更新的速度。
1639

被折叠的 条评论
为什么被折叠?



