vps交流

#qbittorrent安装 4.4.3.1 最新完整小白快速安装教程


本帖最后由 hostlocmjj 于 2022-5-28 22:27 编辑

一键脚本有风险!    比如这个 https://hostloc.com/thread-1021418-1-1.html

在此我强烈建议用这个快速手动安装教程
不到30秒即可使用!

该版本为 4.4.3.1_v2.0.6 有空我会更新 你可以在最下面寻找帖子 #qbittorrent安装

  1. cd /root
  2. wget https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-4.4.3.1_v2.0.6/x86_64-qbittorrent-nox
  3. chmod +x x86_64-qbittorrent-nox
  4. ./x86_64-qbittorrent-nox

复制代码

输入y 然后ctrl+c退出就行

  1. cat << "EOF" > /etc/systemd/system/qbittorrent.service
  2. [Unit]
  3. Description=qBittorrent Daemon Service
  4. After=network.target
  5. [Service]
  6. LimitNOFILE=512000
  7. User=root
  8. ExecStart=/root/x86_64-qbittorrent-nox
  9. ExecStop=/usr/bin/kill -w qbittorrent-nox
  10. [Install]
  11. WantedBy=multi-user.target
  12. EOF

复制代码

  1. # 更新配置
  2. systemctl daemon-reload
  3. # 启动服务
  4. systemctl start qbittorrent
  5. # 查看状态
  6. systemctl status qbittorrent

复制代码

如需重启/关闭程序
请使用kill命令关闭程序
ps -aux | grep qbittorrent
kill 对应序号
如 kill 11111
再使用进程守护打开即可使用

qbittorrent, qbittorrent安装, qbittorrent
误人了
首先,没人跟你说4.4.0及以后版本有bug吗? 吃配置,上传慢,我推荐4.3.8
第二,ssh port 还是22,爆破 你说是脚本问题,求求把这后门代码找到

asdii 发表于 2022-5-28 22:27
偷偷告诉你,apt yum都能安装 qbittorrent-nox

偷偷告诉你,那个是很老的版本

偷偷告诉你,apt yum都能安装 qbittorrent-nox
什么时候来个windows安装教程

hostlocmjj 发表于 2022-5-28 22:28
偷偷告诉你,那个是很老的版本

qBittorrent v4.2.5 还行吧,我是无所谓#qbittorrent安装 4.4.3.1 最新完整小白快速安装教程#qbittorrent安装 4.4.3.1 最新完整小白快速安装教程手动安装版本新一点,但是apt yum方便

直接docker拉取

法外狂徒张三 发表于 2022-5-28 22:35
误人了
首先,没人跟你说4.4.0及以后版本有bug吗? 吃配置,上传慢,我推荐4.3.8
第二,ssh port 还是22,爆破 你 …

看题目 最新版的教程。。。
你说哪个版本好用,我做一个

hostlocmjj 发表于 2022-5-28 22:37
看题目 最新版的教程。。。
你说哪个版本好用,我做一个

4.4.0及以后版本吃配置,你没对比过吗

正好需要这个,感谢大佬啊。追问一下,这个怎么设置单种限速啊?求个小白配置