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 成功

  • 相关阅读:
    win10操作技巧介绍,很实用!
    信息时代与人工智能时代的教育变革
    《此生未完成》痛句摘抄(3)
    《下辈子还教书》经典语录(1)
    《给教师的阅读建议》经典语录
    《此生未完成》痛句摘抄(4)
    记录程序人生2020.8.11
    最全、最详细的配置jdk十步法!
    《此生未完成》痛句摘录(2)
    “温室里的花朵”也要直面困难
  • 原文地址:https://www.cnblogs.com/xioyaozi/p/2511739.html
Copyright © 2011-2022 走看看