[Mac] mac linux 多線程下載利器 axel

來源:互聯網
上載者:User

標籤:blog   部落格   tty   app   javascrip   重要   資源   data   安裝   

?> 之前做過一些檔案下載的統計,發現Google瀏覽器chrome和Firefoxfirefox, 一般都是單線程的下載檔案,360瀏覽器卻是多線程的下載。


如今切換到了mac上,發現沒有360哪個瀏覽器,就像找個在linux或者mac下能夠多線程下載的工具。

linux mac 下載現狀

linux一般都是用的命令列下載wget curl儘管支援斷點續傳等。可是沒有多線程下載。非常多時候還是太慢。
mac下還經常使用瀏覽器下載,chrome內建的下載也非常慢。須要一些多線程下載的拓展。

搜尋到的資源
  • http://wowubuntu.com/pyaxelws.html 去chrome的市集沒找到。可能還須要hack或者其它替代方案,只是這是個思路
  • http://www.linuxb.in/2012/01/best-8-download-managersaccelerators.html 這篇文章提及了幾個大家經常使用的下載工具,比較全面
axel

非常多人推薦axel,我這裡使用它

幾個重要的連結
  • Axel’s 官方首頁
  • Freshmeat.net 頁面
  • Github的一個fork
  • Firefox瀏覽器外掛程式
  • 安裝參考
安裝方式
Debianapt-get install axelFedorayum install axelmacbrew install axel

原始碼安裝(官方的這個地址在我這不太好使)

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

所以換了下地址 , 使用 https://github.com/angelj-a/axel github這個地址

# git clone https://github.com/angelj-a/axel.gitcd axel/./configure && make && make install 

* centos6 以下正常安裝,mac 下測試也能夠正常使用*

簡單使用
axel -n 10 http://www.kernel.org/pub/linux/kernel/v2.6/patch-2.6.39.gz

很多其它的測試和使用方式請參考原文或者是 help協助,自己的體驗是速度明顯快了非常多。

本文出自 “orangleliu筆記本” 部落格,轉載請務必保留此出處http://blog.csdn.net/orangleliu/article/details/46834429 作者orangleliu 知識共用 署名-同樣方式共用 3.0協議

[Mac] mac linux 多線程下載利器 axel

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.