ubuntu18.04 好用的下載工具 (uGet 與 axel )
阿新 • • 發佈:2018-11-19
uGet 安裝
sudo add-apt-repository ppa:plushuang-tw/uget-stable
sudo add-apt-repository ppa:t-tujikawa/ppa
# 這裡是uGet的客戶端
sudo apt-get install uget
# 這裡是待會要用的下載方式
sudo apt-get install aria2
安裝谷歌瀏覽器預設下載外掛
sudo add-apt-repository ppa:slgobinath/uget-chrome-wrapper
sudo apt update
sudo apt install uget-chrome -wrapper
Chrome外掛:https://chrome.google.com/webstore/detail/uget-integration/efjgjleilhflffpbnkaofpmdnajdpepi?hl=zh-CN
需要翻牆
axel 安裝
sudo apt-get install axel
- 一般使用:axel url(下載檔案地址)
- 限速使用:加上 -s 引數,如 -s 10240,即每秒下載的位元組數,這裡是 10 Kb
- 限制連線數:加上 -n 引數,如 -n 5,即開啟 5 個連線
例如: axel [下載地址:http://xxxxx]
-n 100
這樣就是100個程序同時下載