?> before doing some file download statistics, found that Google browser chrome and Firefox firefox , is generally a single-threaded download files, 360 browser is multi-threaded download.
Now switch to the Mac, found that no 360 which browser, like to find a Linux or Mac can be multi-threaded download tool.
Linux mac Download Status
Linux is generally used for command-line download despite support for the continuation of the wget curl breakpoint and so on. However, there is no multi-threaded download. Very often it is too slow.
The Mac is also often downloaded using a browser, and chrome comes with a very slow download. Need some multi-threaded download extension.
Resources searched for
- Http://wowubuntu.com/pyaxelws.html went to Chrome's App Store and didn't find it. There may be hack or other alternatives, but it's a thought.
- Http://www.linuxb.in/2012/01/best-8-download-managersaccelerators.html This article mentions a few download tools that you often use, which are more comprehensive
Axel
Very many people recommend Axel, I use it here
A few important links
- Axel ' s official homepage
- Freshmeat.net page
- A fork in GitHub
- Firefox browser plugin
- Installation references
Installation method
installinstallinstall axel
Source code installation (official this address is not good for me)
cd ~/Download wget https://alioth.debian.org/frs/download.php/3015/axel-2.4.tar.gztar zxvf axel-2.4.tar.gz && cd axel-2.4 ./configure && make sudo make install
So change the address, use Https://github.com/angelj-a/axel GitHub this address
# git clone https://github.com/angelj-a/axel.gitmakemake
* CENTOS6 below normal installation, Mac test can also be used normally *
Simple to use
10http://www.kernel.org/pub/linux/kernel/v2.6/patch-2.6.39.gz
Many other test and use methods please refer to the original text or help, your experience is 明显快了 very much.
This article is from the "Orangleliu Notebook" blog, reproduced please be sure to keep this source http://blog.csdn.net/orangleliu/article/details/46834429 author Orangleliu knowledge sharing Attribution-Share the 3.0 protocol in the same way
[Mac] mac Linux multi-threaded download tool Axel