CentOS7下的utorrent安装及配置教程

简介

utorrent是一个十分有名的种子下载软件,个人感觉它的下载&上传的算法特别好,区别就在于其他的软件有些种子上不了全速而ut就可以
ut很早就发行了Linux版本,不需要再Linux上安装图形化界面,而是用web操作,特别适合服务器安装使用

下载

ut没有发行CentOS版本,所以下载ubuntu的版本,因为glibc对的上号。
wget http://download.utorrent.com/linux/utorrent-server-3.0-ubuntu-10.10-27079.x64.tar.gz
tar -zxvf utorrent-server-3.0-ubuntu-10.10-27079.x64.tar.gz
cd utorrent-server-v3_0

安装openssl098e 

Centos带的openssl版本比0.9.8要高,导致utorrent找不到openssl,所以要装个旧版本的openssl098e。。。记得切换到root账号。。。
yum install openssl098e
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

开启

在utorrent目录下运行
./utserver
就可以。要在后台执行的话可以直接放到后台
./utserver &
或者用screen,失败的尝试yum install screen
screen ./utserver 

啦啦啦

打开浏览器直接访问http://IP:8080/gui就可以,默认用户名admin密码为空。
打不开链接的看看防火墙iptables或者firewall


评论

  1. Centos7下的utorrent安装及配置教程 >>>>> Download Now

    >>>>> Download Full

    Centos7下的utorrent安装及配置教程 >>>>> Download LINK

    >>>>> Download Now

    Centos7下的utorrent安装及配置教程 >>>>> Download Full

    >>>>> Download LINK vM

    回复删除

发表评论