昨天在使用校园网下载资料的时候,用到了一个工具就是utorrent,挺好奇的就想这是怎么实现的?结果网上一搜,找到了下面的解决方案:如果想在Linux服务器里下载一些bt的东西,需要有web界面的,有3个选择: utorrent / vuze / transmissionbt,这里选择utorrent进行安装说明。

首先下载并解压:

[root@localhost zdh]# wget http://download.utorrent.com/linux/utorrent-server-3.0-ubuntu-10.10-27079.tar.gz

[root@localhost zdh]# tar zxf utorrent-server-3.0-ubuntu-10.10-27079.tar.gz

[root@localhost zdh]# cd utorrent-server-v3_0/

[root@localhost utorrent-server-v3_0]# ./utserver

./utserver: error while loading shared libraries: libssl.so.0.9.8: cannot open shared object file: No such file or directory

[root@localhost utorrent-server-v3_0]# ln -s /usr/lib/libssl.so.1.0.0 /usr/lib/libssl.so.0.9.8

[root@localhost utorrent-server-v3_0]# ln -s /usr/lib/libcrypto.so.1.0.0 /usr/lib/libcrypto.so.0.9.8

[root@localhost utorrent-server-v3_0]# ./utserver &


然后在浏览器中输入:http://192.168.1.108:8080/gui/ ,显示如下:

184305989.jpg