qbittorrent-nox都有WEBUI了,為什麼還是要用指令
因為,下載完成torrent就可以下指令移除
移完torrent之後,就可以搬到另一個空間
這樣就不用很大的空間去做下載
安裝指令如下,先裝qbittorrent-nox
apt-get install -y qbittorrent-nox curl wget iftop htop unzip net-tools
我qbittorrent-nox是放在cronttab啟用,我預設是8081port
@reboot /usr/bin/qbittorrent-nox -d –webui-port=8081
連線進行帳號密碼,下載路徑等等設定
安裝 qbt-cli
https://github.com/ludviglundgren/qbittorrent-cli/releases
tar zxvf qbittorrent-cli_2.2.0_linux_amd64.tar.gz
chmod +x qbt
mv qbt /usr/bin
寫入qbt-cli設定檔
vi /root/.config/qbt/.qbt.toml
————
[qbittorrent]
addr = “http://127.0.0.1:8081” # qbittorrent webui-api hostname/ip
login = “admin” # qbittorrent webui-api user
password = “PASSWORD” # qbittorrent webui-api password
[rules]
enabled = true # enable or disable rules
max_active_downloads = 15 # set max active downloads
————
就可以透過指令 去操作qbittorrent-nox
再寫一個指令 就可以定期移除已完成的torrent了,並且完成搬種的動作,把空間空出來
隨機文章
- 中華電信如意卡 代儲值 商業模式探討 (2014-11-25)
- 免費-贈香火袋 提高借書率 (2007-11-12)
- 防不勝防 VS 防不慎防 (2009-03-18)
- 用虛擬機架FTP的解決方案 (2016-08-03)
- 原價屋硬體線上估價 TPD 有問題 (2016-02-24)