转载:Ubuntu安装qbittorrent-nox

2022年3月14日 Jerry 5896 2023年11月4日

安装add-apt-repository命令

sudo apt-get update && sudo apt-get install software-properties-common -y

添加qbittorrent-nox的PPA软件源

# qBittorrent 稳定版
sudo add-apt-repository ppa:qbittorrent-team/qbittorrent-stable
# qBittorrent 测试版
sudo add-apt-repository ppa:qbittorrent-team/qbittorrent-unstable

安装qbittorrent-nox

sudo apt-get update && sudo apt-get install qbittorrent-nox -y

设置开机启动

sudo apt-get install vim -y && vim /etc/systemd/system/qbittorrent-nox.service
[Unit]
Description=qBittorrent-nox
After=network.target
[Service]
User=root
Type=forking
RemainAfterExit=yes
ExecStart=/usr/bin/qbittorrent-nox -d
[Install]
WantedBy=multi-user.target

相关命令

修改qbittorrent-nox.service文件后重新载入

sudo systemctl daemon-reload

启动

sudo systemctl start qbittorrent-nox

停止

sudo systemctl stop qbittorrent-nox

设置开机启动

sudo systemctl enable qbittorrent-nox

查看状态

sudo systemctl status qbittorrent-nox

默认账号:admin 密码:adminadmin

默认登陆网址:ip:8080

作者:Frico
链接:https://www.jianshu.com/p/c8e323ff1890
来源:简书
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。



微信
jerry微信赞助
支付宝
jerry支付宝赞助

您尚未登录,暂时无法评论。请先 登录 或者 注册

0 人参与 | 0 条评论

每日一句 (From ONE)
不知你是否发觉,2024比前后的年份都多了一天。我们因此多一日的幸福,多一日的烦忧,也多了一日ONE的陪伴。
相等的时间,有人把同样的日子过了366遍,有人过了366个不一样的日子。想跳出循环往复的轮回,把生活过出不一样的滋味,ONE便是打开不同世界的时光隧道,每个读者都是文字上的旅行家。
我们从2024年的作品中选出6篇年度文章,与你一同回顾那些奇妙旅程。
微信扫码

扫一扫关注我

关于本站