Github项目地址:jerry048/Dedicated-Seedbox (github.com) 建议系统:Debian10 推荐盒子商家:LINODE (购买盒子联系-TELEGRAM:@UM8088) M-TEAM周末大包,3-4天可上传30T左右。 建议选择地区:美国亚特兰大 1:开启BBR #首先先更新下系统,然后安装依赖组建: apt-get update apt-get update && apt-get install -y wget cur…
Github项目地址:jerry048/Dedicated-Seedbox (github.com) 建议系统:Debian10 推荐盒子商家:LINODE (购买盒子联系-TELEGRAM:@UM8088) M-TEAM周末大包,3-4天可上传30T左右。 建议选择地区:美国亚特兰大 1:开启BBR #首先先更新下系统,然后安装依赖组建: apt-get update apt-get update && apt-get install -y wget cur…
1:安装Docker curl -sSL https://get.docker.com/ | sh 2:拉取qbittorrent docker pull linuxserver/qbittorrent 3:运行镜像 docker run -d \ --name=bt \ -e WEBUI_PORT=8080 \ -p 9821:6881 \ -p 9821:6881/udp \ -p 8080:8080 \ -v <宿主机目录>:/downloads \ --restart unless-stoppe…
Github项目地址:https://github.com/swizzin/swizzin 运行命令: Using wget: bash <(wget -qO - git.io/swizzin) && . ~/.bashrc #或者 Using curl: bash <(curl -sL git.io/swizzin) && . ~/.bashrc 输入用户名和密码后,再运行source /root/.bashrc使配置生效。 接下来安装Nginx和pane…