想在Linux服务器里下载一些bt的东西,需要有web界面的,有3个选择,utorrent http://forum.utorrent.com/viewtopic.PHP?id=102110和vuze http://www.vuze.com/ 和http://www.transmissionbt.com/
看着文字似乎utorrent最简单,功能也比较全。
1、下载。
CentOS6需要下载Ubuntu 10.10的版本,因为glibc对的上号
wget http://download.utorrent.com/linux/utorrent-server-3.0-ubuntu-10.10-27079.x64.tar.gz
2、安装openssl 0.98并解决依赖库的问题
yum install openssl098e -y ln -s /usr/lib64/libssl.so.0.9.8e /usr/lib64/libssl.so.0.9.8 ln -s /usr/lib64/libcrypto.so.0.9.8e /usr/lib64/libcrypto.so.0.9.8
3、启动
screen -d -m -L ./utserver
4、web界面管理和添加任务
访问http://ip:8080/gui/,初始用户名是admin,密码为空,进去后可设置密码。
5、文件
下载出来的文件在程序的当前目录,需要设置可以在web界面设置
6、安全
A、降权
由于默认监听8080端口,所以可以随意用其他非root用户跑起,切过去直接执行就好。
B、管理IP白名单
可以只允许某些IP登陆管理控制台,这招用处不大,如果这玩意的httpd逻辑有个pre auth的remote exec就白忙乎了。
更多CentOS相关信息见CentOS 专题页面 http://www.linuxidc.com/topicnews.aspx?tid=14