使用你的linux系统下载BT


使用你的linux系统下载BT
 
Deluge 是一个功能齐全的跨平台BitTorrent 客户端软件,可在Linux, OS X, Unix和Windows操作系统下工作。deluge-web则是它的web管理界面,你可以使用linux服务器来为你下载BT了,下载任务可以用web方式控制。
 
以ubuntu为例:
 
首先升级系统
 
 
1
apt-get update
接下来安装python-software-properties,为了能够正确的安装PPA
 
 
1
apt-get install python-software-properties
然后安装PPA
 
 
1
add-apt-repository ppa:deluge-team/ppa
再更新一下系统
1
apt-get update
 
接下来安装deluged和deluge-web
 
 
1
apt-get install deluged deluge-web
接下来运行和web控制端
 
 
1
deluged
2
screen deluge-web
如果要添加开机启动,请编辑/etc/rc.local
 
 
1
vi /etc/rc.local
在exit 0前加入
 
 
1
deluge-web
2
deluged
最后就是访问了 
http://ip:8112
 
默认密码是deluge
一定要记得修改,切记切记。

相关内容

    暂无相关文章