迅雷远程 x86版在ubuntu12.04上的安装

news/2025/1/21 0:00:02/

1、下载迅雷远程x86版

http://luyou.xunlei.com/thread-5113-1-1.html?_t=1402623473


解压缩后

rw-rw-r-- 1 wrr wrr 4214123 Jun 11 19:28 EmbedThunderManager
-rw-rw-r-- 1 wrr wrr   23977 Jun 11 19:28 ETMDaemon
-rw-rw-r-- 1 wrr wrr  108291 Jun 11 19:28 portal
-rw-rw-r-- 1 wrr wrr   22919 Jun 11 19:28 vod_httpserver


2、设置可执行权限

chmod +x *


//创建下载目录

3、mkdir /home/download

//创建迅雷要的下载目录

4、sudo mkdir /mnt/download

//将迅雷目录重新指引到你的目录

5、sudo mount --bind /home/download /mnt/download

//运行迅雷

6、./portal

看到结果

initing...
try stopping xunlei service first...
setting xunlei runtime env...
port: 9000 is usable.


YOUR CONTROL PORT IS: 9000


starting xunlei service...
execv: /home/wrr/Thunder/lib/ETMDaemon.


getting xunlei service info...
Connecting to 127.0.0.1:9000 (127.0.0.1:9000)
the active key is not valid.


try again...(has tried 1 time(s)).
getting xunlei service info...
Connecting to 127.0.0.1:9000 (127.0.0.1:9000)
the active key is not valid.


THE ACTIVE CODE IS: UIL50C


go to http://yuancheng.xunlei.com, bind your device with the active code.
finished.

7、打开http://yuancheng.xunlei.com,添加路由器,输入上面的那个号码。即:UIL50C


OK


http://www.ppmy.cn/news/384767.html

相关文章

Nexus 私服资源的上传下载

Nexus 私服资源的上传下载 Centos7 安装Nexus 参考 Centos7 安装Nexus 配置私服: 私服是如何配置的 Nexus 3配置阿里云仓库 Nexus 3配置阿里云仓库 Connect to sonatype-download.global.ssl.fastly.net:443 [sonatype-download.global.ssl.fastly.net/154 解决&…

Linux 部署 Nexus (下载、安装、使用)

目录 问题现象 解决方法 0、环境 环境: 1、下载 下载方式1:官网下载 下载方式2:百度云盘下载 2、部署 上传压缩包到服务器: 解压: 启动: 拓展: 启动方式(2种&#xff09…

maven私库nexus2.11.4迁移升级到nexus3.12.0

https://www.cnblogs.com/liangyou666/p/9439755.html nexus简介 nexus是一个强大的maven仓库管理器,它极大的简化了本地内部仓库的维护和外部仓库的访问. nexus是一套开箱即用的系统不需要数据库,它使用文件系统加Lucene来组织数据 . nexus使用ExtJS来开发界面,利用Restlet来…

【nexus】 的下载与环境配置

官方地址:https://help.sonatype.com/docs 下载的地址,需要通过迅雷下载器进行下载: Unix :https://download.sonatype.com/nexus/3/nexus-3.49.0-02-unix.tar.gz Windows:https://download.sonatype.com/nexus/3/nexu…

nexus安装详细过程(附安装包和下载地址)与nexus简介

下载nexus Nexus 是Maven仓库管理器,通过nexus可以搭建maven仓库,同时nexus还提供强大的仓库管理功能,构件搜索功能等。 下载Nexus, 下载地址:http://www.sonatype.org/nexus/archived/ 下载:nexus-2.12…

Nexus添加的包怎么就下载不下来?

Nexus添加的包怎么就下载不下来? 最近在本地Nexus中添加了一个外部依赖包,通过Nexus后台可以查看,通过URL也可以访问,可是本地开发环境就是说找不到。 错误如下: [ERROR] Failed to execute goal on project enterp…

nexus 下载

官网:https://www.sonatype.com/找到:oss(开源的意思)然后,下载, 选择如下版本下载:zip for windows,tar.gz for linux 详情见下图:

Nexus下载远程Maven仓库索引

在开发过程中, 常常只记得某个构建名字,而不记得其具体的配置信息及可用版本等,这个时候可以通过nexus的构建搜索功能查询得到适用的构建;搜索构建的前提是构建在仓库中已经建立索引,没有建立索引或者索引不存在的情况…