玩转PT之一键安装rtorrent+rutorrent盒子教程
apt-get install wget
wget https://www.2dan.cc/download/rtorrent-rutorrent.sh
sh rtorrent-rutorrent.sh
apt-get install wget
wget https://www.2dan.cc/download/rtorrent-rutorrent.sh
sh rtorrent-rutorrent.sh
apt-get install wget
wget https://www.2dan.cc/download/Deluge-Daemon-WebUI.sh
sh Deluge-Daemon-WebUI.sh
Deluge WebUI默认端口是8112,如果你的vps/服务器IP是192.168.1.1,那么在浏览器中输入:http://192.168.1.1:8112 就可以了,默认登录密码:deluge 登录成功后出现以下对话框。
至此Deluge安装完毕
注意:本脚本仅能在 Ubuntu/Debian 操作系统中使用。
PT站基本都不支持linux版的utorrent server,所以只能在linux下安装wine,这样就可以虚拟出windows的环境,从而达到使用utorrent目的。
apt-get install wget
wget https://www.2dan.cc/download/wine-utorrent-vnc.sh
sh wine-utorrent-vnc.sh
注意:本脚本仅能在 Ubuntu/Debian 操作系统中使用。
为什么我需要一台 SeedBox ?
1.家里安装的电信4M的ADSL 最快下载速度为 480k/S ,上传速度也只有 50KB/S
2.看论坛里别人的 Ratio(分享率)好多都是 2+ 的,上传都是几TB,羡慕,嫉妒,恨.
3.牛B啊,晾骚啊,咱可是用自己的独立 SeedBox ,下载上传速度唰唰的 ^_^
安装前的准备:
1.基本的计算机操作水平,小白退散。
2.一台 CentOS系统的服务器或者VPS ,并且拥有 Root 权限.(当然Debian/Ubuntu都是可以安装D)
3.会使用 Linux 基本的操作命令,会使用 SSH 连接控制服务器。(Windows 平台推荐 PuTTY ,MAC 下直接在 Terminal 终端里 SSH 连接即可)
安装
首先通过 SSH 连接软件,用你的 root 帐户登录你的服务器或者 VPS
然后安装 Transmission 软件需要运行的各类软件包:
yum -y install gcc gcc-c++ m4 make automake libtool gettext openssl-devel pkgconfig perl-libwww-perl perl-XML-Parser curl curl-devel vsftpd libevent-devel libevent libidn-devel zlib-devel
以及将系统内的软件升级为最新版本:
yum -y upgrade
这可能要花上几分钟至几十分钟的时间,取决于你使用的服务器的网络以及性能.