嘟嘟社区

不懂就问 关于刷pt


准备搞个linode 刷pt  有什么搭建教程吗  centos系统  
一句命令安装transmission就搞定的事 要啥教程
docker qbittorrent
wget https://github.com/userdocs/qbittorrent-nox-static/releases/download/release-4.3.9_v1.2.15/x86_64-qbittorrent-nox
chmod +x x86_64-qbittorrent-nox
./x86_64-qbittorrent-nox -d

8080端口进去直接用

本帖最后由 feeeei 于 2022-3-31 14:51 编辑

我的比楼上强一点儿

  1. # 下载最新qbittorrent-nox
  2. sudo wget -qO /usr/bin/qbittorrent-nox https://github.com/userdocs/qbittorrent-nox-static/releases/latest/download/x86_64-qbittorrent-nox
  3. # 给执行权限
  4. chmod +x /usr/bin/qbittorrent-nox
  5. # 注册成服务,写服务配置文件,web端直接80端口,想改随你
  6. sudo cat > /etc/systemd/system/qbittorrent-nox.service <<EOF
  7. [Unit]
  8. Description=qBittorrent client
  9. After=network.target
  10. [Service]
  11. ExecStart=/usr/bin/qbittorrent-nox –webui-port=80
  12. Restart=always
  13. [Install]
  14. WantedBy=multi-user.target
  15. EOF
  16. # 启动服务,之后服务会开机自启
  17. sudo systemctl enable qbittorrent-nox.service
  18. sudo systemctl start qbittorrent-nox.service

复制代码

bash <(wget -qO- https://raw.githubusercontent.com/jerry048/Dedicated-Seedbox/main/Install.sh)  用户名 密码 1