我的常用脚本

常用软件脚本

Docker

curl -sSL https://get.docker.com/ | sh

X-UI

bash <(curl -Ls https://raw.githubusercontent.com/FranzKafkaYu/x-ui/master/install.sh)

Aria2一键安装脚本

wget -N git.io/aria2.sh && chmod +x aria2.sh && bash aria2.sh

qbittorrent 4.3.9
教程

服务器测评

YABS性能测试

wget -qO- yabs.sh | bash

流媒体测试

bash <(curl -L -s check.unlock.media)

backtrace 三网回程线路直接显示

curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh

AutoTrace 三网回程线路显示

wget -N --no-check-certificate https://raw.githubusercontent.com/Chennhaoo/Shell_Bash/master/AutoTrace.sh && chmod +x AutoTrace.sh && bash AutoTrace.sh

hyperspeed 三网测速

bash <(curl -Lso- https://bench.im/hyperspeed)

参考文献

  1. nodeseek论坛:https://www.nodeseek.com/post-19427-1

标签: 脚本

添加新评论