安裝 aria2
sudo apt-get install aria2
配置 aria2
mkdir ~/Documents/aria2 #新建存放配置文件目錄
touch ~/Documents/aria2.session #新建session文件
chmod 777 ~/Documents/aria2.session #設(shè)置aria2.session可寫
touch ~/Documents/aria2.conf #新建配置文件
用文本編輯器或vim/nano編輯 aria2.conf翼悴,輸入以下內(nèi)容保存
#允許rpc
enable-rpc=true
#允許所有來源, web界面跨域權(quán)限需要
rpc-allow-origin-all=true
#允許非外部訪問
rpc-listen-all=true
#RPC端口, 僅當(dāng)默認(rèn)端口被占用時(shí)修改
#rpc-listen-port=6800
#最大同時(shí)下載數(shù)(任務(wù)數(shù)), 路由建議值: 3
max-concurrent-downloads=10
#斷點(diǎn)續(xù)傳
continue=true
#同服務(wù)器連接數(shù)
max-connection-per-server=10
#最小文件分片大小, 下載線程數(shù)上限取決于能分出多少片, 對(duì)于小文件重要
min-split-size=1M
#單文件最大線程數(shù), 路由建議值: 5
split=100
#下載速度限制
max-overall-download-limit=0
#單文件速度限制
max-download-limit=0
#上傳速度限制
max-overall-upload-limit=0
#單文件速度限制
max-upload-limit=0
#斷開速度過慢的連接
#lowest-speed-limit=0
#驗(yàn)證用筷弦,需要1.16.1之后的release版本
#referer=*
#從會(huì)話文件中讀取下載任務(wù)
input-file=~/Documents/aria2/aria2.session
#在Aria2退出時(shí)保存`錯(cuò)誤/未完成`的下載任務(wù)到會(huì)話文件
save-session=~/Documents/aria2/aria2.session
#定時(shí)保存會(huì)話,需要1.16.1之后的release版
#save-session-interval=60
#文件保存路徑, 默認(rèn)為當(dāng)前啟動(dòng)位置
dir=~/Desktop
禁用IPv6, 默認(rèn):false
disable-ipv6=true
#文件緩存, 使用內(nèi)置的文件緩存, 如果你不相信Linux內(nèi)核文件緩存和磁盤內(nèi)置緩存時(shí)使用, 需要1.16及以上版本
#disk-cache=0
#另一種Linux文件緩存方式, 使用前確保您使用的內(nèi)核支持此選項(xiàng), 需要1.15及以上版本(?)
#enable-mmap=true
#文件預(yù)分配, 能有效降低文件碎片, 提高磁盤性能. 缺點(diǎn)是預(yù)分配時(shí)間較長
#所需時(shí)間 none < falloc ? trunc << prealloc, falloc和trunc需要文件系統(tǒng)和內(nèi)核支持
file-allocation=prealloc
#啟用本地節(jié)點(diǎn)查找
bt-enable-lpd=true
#添加額外的tracker
#bt-tracker=<URI>,…
#單種子最大連接數(shù)
#bt-max-peers=55
#強(qiáng)制加密, 防迅雷必備
#bt-require-crypto=true
#當(dāng)下載的文件是一個(gè)種子(以.torrent結(jié)尾)時(shí), 自動(dòng)下載BT
follow-torrent=true
#BT監(jiān)聽端口, 當(dāng)端口屏蔽時(shí)使用
#listen-port=6881-6999
#不確定是否需要阅仔,為保險(xiǎn)起見,need more test
enable-dht=false
bt-enable-lpd=false
enable-peer-exchange=false
#修改特征
user-agent=uTorrent/2210(25130)
peer-id-prefix=-UT2210-
#修改做種設(shè)置, 允許做種
seed-ratio=0
#保存會(huì)話
force-save=false
bt-hash-check-seed=true
bt-seed-unverified=true
bt-save-metadata=true
#定時(shí)保存會(huì)話弧械,需要1.16.1之后的某個(gè)release版本(比如1.16.2)
#save-session-interval=60
輸入 aria2c --conf-path=~/Documents/aria2/aria2.conf
后不報(bào)錯(cuò)即配置成功八酒。終端別關(guān)。
配置網(wǎng)頁版
sudo apt-get install apache2 git
#裝apache2做服務(wù)器刃唐,裝git克隆源代碼
cd ~
git clone https://github.com/ziahamza/webui-aria2.git #克隆源代碼
mv webui-aria2 aria
sudo cp -R aria /var/www/html
sudo chown -R 你的用戶名:你的用戶名 aria #你不會(huì)不知道你的用戶名吧
在瀏覽器地址欄輸入 localhost/aria
出現(xiàn)網(wǎng)頁即配置成功羞迷。
配置瀏覽器插件
下載插件
cd Desktop && wget https://github.com/acgotaku/BaiduExporter/raw/master/chrome.crx
把 chrome.crx 拖入到 chrome/opera/360 等瀏覽器中安裝插件界轩。下載百度云文件時(shí)選擇 aria2 下載即可。
其他
以上配置完成衔瓮。Linux 大白大概需要花費(fèi) 5分鐘浊猾,小白大概15分鐘能配好。
參考了這篇教程热鞍。但這篇教程坑太多:哪有用sudo開下載的...于是改進(jìn)了些葫慎。也可以橋接一個(gè)虛擬機(jī),在 Windows 下也可以這么下載薇宠。
有不對(duì)或不明白的地方偷办,歡迎在評(píng)論區(qū)指正和提出。