系统选择

本教程仅测试了Ubuntu/Debian系统

一.升级系统组件并开启BBR

如果安装上述脚本DD系统,系统缺少安装qbittorrent的必要组件所以要执行如下命令

apt-get update && apt install wget curl socat gnupg2  inetutils-ping lsof net-tools vnstat sudo vim -y

完成以上步骤开启系统BBR

wget -N --no-check-certificate "https://raw.githubusercontent.com/chiakge/Linux-NetSpeed/master/tcp.sh" && chmod +x tcp.sh && ./tcp.sh

image-dwqc.png

看到如上画面后按4并回车提示BBR启动成功则说明开启成功

二.安装qbittorrent

完成以上步骤后执行如下命令

wget https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-4.3.8_v1.2.14/aarch64-qbittorrent-nox && chmod +x aarch64-qbittorrent-nox

下载完成后输入如下命令

vim /etc/systemd/system/qbittorrent-nox.service

看到空白页面后按下键盘上的I并看到左下角提示Insert后讲以下内容复制进去

[Unit]
Description=qBittorrent-nox
After=network.target
[Service]
User=root
Type=forking
RemainAfterExit=yes
ExecStart=/root/aarch64-qbittorrent-nox -d --webui-port=自选端口号
[Install]
WantedBy=multi-user.target

然后执行如下执行,开启开机自启并启动qbittorrent

systemctl enable qbittorrent-nox&&systemctl start qbittorrent-nox

三.调优qbittorrent

我这里提供一个我使用的qbittorrent配置仅供参考

vim /root/.config/qBittorrent/qBittorrent.conf