op 5o装qbqBittorrent 4.3.5无法打开

52次阅读

共计 1595 个字符,预计需要花费 4 分钟才能阅读完成。

用的 PT 盒子脚本 bash <(wget -qO- https://raw.githubusercontent.com/jerry048/Dedicated-Seedbox/main/Install.sh) 装好后 8080 打不开有大佬指点一下没第一次玩 op 门铃铃 2023-01-09 23:58 2 手动编译个算了 门铃铃 2023-01-10 00:01 3 安装依赖包 apt -y install build-essential pkg-config automake libtool git libgeoip-dev python3 python3-devapt -y install libboost-dev libboost-system-dev libboost-chrono-dev libboost-random-dev libssl-devapt -y install qtbase5-dev qttools5-dev-tools libqt5svg5-dev zlib1g-dev 编译安装 libtorrentGitHub 地址:https://github.com/arvidn/libtorrent/wget https://github.com/arvidn/libtorrent/releases/download/v1.2.18/libtorrent-rasterbar-1.2.18.tar.gztar xf libtorrent-rasterbar-1.2.18.tar.gzcd libtorrent-rasterbar-1.2.18./configure –disable-debug –enable-encryption –with-libgeoip=system CXXFLAGS=-std=c++14make && make installldconfig 编译安装 qBittorrentGitHub 地址:https://github.com/qbittorrent/qBittorrent/wget https://github.com/qbittorrent/qBittorrent/archive/refs/tags/release-4.4.5.tar.gztar xf release-4.4.5.tar.gzcd qBittorrent-release-4.4.5/./configure –disable-gui –disable-debugmake && make install 设置开机自启 nano /etc/systemd/system/qbittorrent.service 输入以下内容 [Unit]Description=qBittorrent Daemon ServiceAfter=network.targetStartLimitIntervalSec=0[Service]LimitNOFILE=512000User=rootExecStart=/usr/local/bin/qbittorrent-noxExecStop=/usr/bin/killall -w qbittorrent-noxRestart=alwaysRestartSec=1[Install]WantedBy=multi-user.target 开机自启 systemctl enable qbittorrent.service 首次启动 qbittorrent-nox 输入 y 后,按 Ctrl+C 退出开启 systemctl start qbittorrent.service 管理默认网址:http://ip:8080 默认用户:admin 默认密码:adminadmin 关闭:systemctl stop qbittorrent.service 启动:systemctl start qbittorrent.service 重启:systemctl restart qbittorrent.service

正文完
 0