有不少人用aria2下载BT,但是相对来说QBittorrent还是更好用一点,但是网上没什么一键脚本,还得靠自己动手安装,默认的apt源里的qb很旧了,还是用新的比较好
安装的版本是nox版本,不需要安装任何图形化界面,直接打开网页就可以用。
1 | mkdir -p ~/.config/qBittorrent |
1 | touch ~/.config/qBittorrent/qBittorrent.conf |
1 | nano ~/.config/qBittorrent/qBittorrent.conf |
1 2 3 4 5 6 | [LegalNotice] Accepted=true [Preferences] WebUI\Port=8080 General\Locale=zh |
输入完后,按下Ctrl+X
,然后输入y保存
之后直接下载别人编译好的二进制文件
https://github.com/userdocs/qbittorrent-nox-static/releases/
我现在命令里写的是现在的最新版本文件,如果有新版本了,请自行替换 https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-4.3.3_v1.2.12/amd64-glibc-qbittorrent-nox 部分即可,使用glibc版本即可
1 2 3 | mkdir -p ~/bin && source ~/.profile wget -qO ~/bin/qbittorrent-nox https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-4.3.3_v1.2.12/amd64-glibc-qbittorrent-nox chmod 700 ~/bin/qbittorrent-nox |
1 | ~/bin/qbittorrent-nox & |
启动程序,根据程序提示进入你的vps IP:8080
即可