• 首页
  • 归档
  • 关于
  • 搜索
  • 夜间模式
    ©2026  望时代 Theme by OneBlog

    望时代

    搜索
    标签
    # 教程 # Linux # 脚本 # AI # 影音 # 游戏 # 随笔 # 科技 # 认知
  • 首页>
  • >
  • 正文
  • 【更稳定】qBittorrent 安装 4.3.9 快速安装教程

    2026年06月26日 6 阅读 0 评论 1507 字

    【更稳定】qBittorrent 安装 4.3.9 快速安装教程 __2023年2月1日 __0条评论 __1.93k次阅读 __0人点赞 __Tao_Qi
    [code] cd /root

    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
    
    

    [/code]

    输入y 然后ctrl+c退出就行
    [code] cat << "EOF" > /etc/systemd/system/qbittorrent.service

    [Unit]
    Description=qBittorrent Daemon Service
    After=network.target
    
    [Service]
    LimitNOFILE=512000
    User=root
    ExecStart=/root/x86_64-qbittorrent-nox
    
    [Install]
    WantedBy=multi-user.target
    EOF

    [/code]
    [code] # 更新配置

    systemctl daemon-reload
    # 启动服务
    systemctl start qbittorrent
    # 查看状态
    systemctl status qbittorrent
    
    
    

    [/code]
    [code] 如需重启/关闭程序

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

    [/code]
    [code]

    [/code]

    本作品采用 知识共享署名-相同方式共享 4.0 国际许可协议电子邮件地址不会被公开。必填项已用 标注 __ __

    本文著作权归作者 [ doudoudoubao ] 享有,未经作者书面授权,禁止转载,封面图片来源于 [ 互联网 ] ,本文仅供个人学习、研究和欣赏使用。如有异议,请联系博主及时处理。
    教程影音
    取消回复

    发表留言
    回复

    Copyright©2026  All Rights Reserved.  Load:0.002 s
    Theme by OneBlog V3.7.1
    夜间模式

    开源不易,请尊重作者版权,保留基本的版权信息。