zoukankan      html  css  js  c++  java
  • ubuntu安装utorrent

    1.去utorrent官网下载,会自动给你下载linux的版本。utorrent-server-3.0-25053.tar.gz

    2.解压缩 $ tar -zxvf ./download/utorrent-server-3.0-25-53.tar.gz

    解压缩完后的文件夹 utorrent-server-v3_0

    3.运行里面的utserver文件: $ ./utserver

    然后会出错,

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

    4.少一个库文件,我们在安装下。$ sudo apt-get install libssl0.9.8

    5.重新运行  $ ./utserver

    出现如下命令:

    server started - using locale zh_CN.UTF-8
    Using locale zh_CN.UTF-8
    File not found during integrity check: ./settings.dat
    File not found during integrity check: ./settings.dat.new
    File not found during integrity check: ./settings.dat.old
    File not found during integrity check: ./settings.dat
    File not found during integrity check: ./settings.dat.new
    File not found during integrity check: ./settings.dat.old
    total physical memory -1 max disk cache 33554432
    File not found during integrity check: ./dht.dat
    File not found during integrity check: ./dht.dat.new
    File not found during integrity check: ./dht.dat.old
    File not found during integrity check: ./rss.dat
    File not found during integrity check: ./rss.dat.new
    File not found during integrity check: ./rss.dat.old
    File not found during integrity check: ./resume.dat
    File not found during integrity check: ./resume.dat.new
    File not found during integrity check: ./resume.dat.old
    IPv6 is installed

    6,保持终端不要退出,在浏览器里输入:localhost:8080/gui/

    用户名:admin,密码为空

    7.进入utorrent主界面。

    8.下下来的种子文件默认所用transmission, 这个是可以的,如果要用utorrent的话,要在程序里自己指定种子。

    9 成功

  • 相关阅读:
    codevs 3641 上帝选人
    codevs 1966 乘法游戏
    codevs 1345 饥饿的奶牛
    codevs 1962 马棚问题--序列型DP
    codevs 1959 拔河比赛--判断背包内刚好装满n/2个物品
    codevs 1297 硬币
    [转载]矩阵取数游戏
    101.金明的预算方案(分组背包)
    105.(并查集结合绝对值最小的01背包)选学霸
    POJ 2528 Mayor's posters(线段树)
  • 原文地址:https://www.cnblogs.com/xioyaozi/p/2511739.html
Copyright © 2011-2022 走看看