PT三大客戶端策泣,Deluge衙傀、Transmission、Rtorrent
1萨咕、安裝deluge:
sudo apt-get install python-software-properties ?//樹莓派不用添加repo
sudo add-apt-repository ppa:deluge-team/ppa ? //樹莓派不用添加repo统抬,直接執(zhí)行下面兩步
sudo apt-get update
sudo apt-get install deluge deluged deluge-web
cd /etc
sudo nano rc.local? ? ? //ubuntu1610無(wú)此文件,已服務(wù)化
deluge-web --fork ? ? ? ?//后臺(tái)運(yùn)行
訪問(wèn)地址:(默認(rèn)密碼deluge)
http://樹莓派ip地址:8112
2、安裝transmission
sudo apt install transmission-daemon
sudo /etc/init.d/transmission-daemon stop
sudo nano /etc/transmission-daemon/settings.json
"rpc-password": "123",? ? ? ? ? ? ? ? ? ? //主要是這行修改密碼
"rpc-whitelist": "*",? ? ? ? ? ? ? ? ? ? ? ? //主要是這行修改白名單
sudo /etc/init.d/transmission-daemon start
訪問(wèn)地址:(默認(rèn)用戶名transmission聪建,可在settings.json修改)
http://樹莓派ip地址:9091
安裝transmission面板
wget https://github.com/ronggang/transmission-web-control/raw/master/release/tr-control-easy-install.sh
sudo bash tr-control-easy-install.sh
3钙畔、安裝rtorrent和irssi(直接用一鍵腳本)
sudo bash -c "$(wget --no-check-certificate -qO - https://raw.githubusercontent.com/arakasi72/rtinst/master/rtsetup)"
sudo rtinst --ssh-default --rutorrent-stable? //安裝穩(wěn)定版,ssh端口號(hào)不改變
sudo nano ~/.rtorrent.rc? ? //修改配置
rt restart
sudo rtupdate? ? ? ? ? ? ? //更換版本
訪問(wèn)地址:
http://樹莓派ip地址/rutorrent/
或
https://樹莓派ip地址/rutorrent/
由于樹莓派性能一般金麸,配置參考():
throttle.global_down.max_rate.set = 0
throttle.global_up.max_rate.set = 0
throttle.max_downloads.global.set = 300
throttle.max_uploads.global.set = 300
throttle.min_peers.normal.set = 99
throttle.max_peers.normal.set = 100
throttle.min_peers.seed.set = -1
throttle.max_peers.seed.set = -1
throttle.max_downloads.set = 50
throttle.max_uploads.set = 50
trackers.numwant.set = 100
network.max_open_files.set = 600
network.max_open_sockets.set = 999
network.http.max_open.set = 99
pieces.memory.max.set = 800M
network.http.dns_cache_timeout.set = 25