hsernos / Txray

xray 跨平台终端客户端 支持Windows linux Mac
384 stars 60 forks source link

大神出个liunx下小白使用教程呀 #3

Closed star8618 closed 3 years ago

star8618 commented 3 years ago

大神出个liunx下小白使用教程呀,看说明搞不定呀

hsernos commented 3 years ago

已更新README文档。如果不是一开始安装运行,而是具体使用,那我也没辙。这东西使用本来也不复杂,而且这个项目属于自用,因为终端操作比较方便。

比较常用的命令就是

  1. 添加订阅 sub add 你的订阅链接
  2. 从订阅更新节点 sub update-node
  3. 查看节点 node
  4. 对节点测tcp延迟 node tcping
  5. 运行上一步延迟最低的那个 run
star8618 commented 3 years ago

就是一开始的安装运行不会,是直接下载到一个目录,然后./Txray 后面代命令么?

hsernos commented 3 years ago

两种运行方式,看你喜欢那种

1.shell交互运行,命令可Tab补齐 ./Txray

2.直接运行,如更新节点 (不会进入shell交互) ./Txray sub update-node

star8618 commented 3 years ago

jacky@jacky:~/Txray$ ls geoip.dat geosite.dat LICENSE README.md Txray xray jacky@jacky:~/Txray$ ./Txray -bash: ./Txray: cannot execute binary file: Exec format error jacky@jacky:~/Txray$ ./Txray sub update-node -bash: ./Txray: cannot execute binary file: Exec format error

hsernos commented 3 years ago

添加可执行权限 chmod u+x Txray

hsernos commented 3 years ago

我文档更新了,你先看看

hsernos commented 3 years ago

还有,知道环境变量PATH吗,把Txray所在目录添加到PATH之后,无论在何处打开终端直接输入Txray就能运行了。

star8618 commented 3 years ago

是不是只能ROOT登陆权限才可以

hsernos commented 3 years ago

不是,当前用户有就行了

star8618 commented 3 years ago

还是不行,给了权限,还是错误,用得是Ubuntu18.04 -bash: ./Txray: cannot execute binary file: Exec format error

hsernos commented 3 years ago

你软件用的那个版本?

star8618 commented 3 years ago

你的最新版本,XRAY也是最新的

star8618 commented 3 years ago

jacky@jacky:~/txray$ cat /etc/issue Ubuntu 18.04.4 LTS \n \l

hsernos commented 3 years ago

软件那个平台架构? 比如 Txray-linux-64之类的

star8618 commented 3 years ago

对的,就是Txray-linux-64

hsernos commented 3 years ago

你运行 uname -m 看看架构

star8618 commented 3 years ago

估计是系统问题,我换了debian 就好了

star8618 commented 3 years ago

大神还在么,怎么操作指定用订阅中的一个节点?

hsernos commented 3 years ago

你是指什么?是从指定订阅更新节点吗?