Axel is the next good http/ftp high-speed download tool for Linux. Supports multi-threaded downloads, breakpoint continuation, and the ability to download the same file from multiple addresses or multiple connections from one address. Suitable for speed without force when multi-threaded download to improve download speed. For example, in the domestic VPS or server download LNMP one-click Installation pack axel faster than wget.
CentOS Installation Axel:
Currently there is no Axel on the Yum source, we can download the RPM package installation to http://pkgs.repoforge.org/axel/.
32-bit CentOS execute the following command:
Wget-c http://pkgs.repoforge.org/axel/axel-2.4-1.el5.rf.i386.rpm
RPM-IVH axel-2.4-1.el5.rf.i386.rpm
64-bit CentOS execute the following command:
Wget-c http://pkgs.repoforge.org/axel/axel-2.4-1.el5.rf.x86_64.rpm
RPM-IVH axel-2.4-1.el5.rf.x86_64.rpm
Debian/ubuntu Installing Axel:
sudo apt-get install Axel
Axel how to use the command:
Axel parameter file
Optional Parameters:
-n Specifies the number of threads
-O Specify Save as Directory
-s Specifies the maximum number of bits per second
-Q Silent Mode
Usage: Axel [option] Address 1 [Address 2] [address ...]
--max-speed=x-s x Specify maximum rate (Bytes/sec)
--num-connections=x-n x Specifies the maximum number of connections
--output=f-o f Specify local output file
--SEARCH[=X]-s [x] search for images and download from X server
--no-proxy-n do not use any proxy server
--quiet-q using the output simple information mode
--VERBOSE-V More status information
--alternate-a text-style progress indicator
--help-h Help Information
--version-v Version Information
If you download the LNMP installation package from diahosting, specify 10 threads, save to/tmp/:axel-n 10-o/tmp/http://soft.vpser.net/lnmp/lnmp0.7-full.tar.gz
If the download is interrupted during downloading, the download command can be executed again to restore the last download progress.
This article is from the "Lonely No Color" blog, please be sure to keep this source http://tenderness.blog.51cto.com/8855468/1954373
Linux High speed Download tool--axel