侧边栏壁纸
博主头像
空念文章-inless

开心很难 祝你平安

  • 累计撰写 9 篇文章
  • 累计创建 1 个标签
  • 累计收到 0 条评论

目 录CONTENT

文章目录

VPS常用脚本

inless
2025-03-23 / 0 评论 / 0 点赞 / 242 阅读 / 0 字

一、网络测试

1.测速

bash <(curl -sL https://raw.githubusercontent.com/i-abc/Speedtest/main/speedtest.sh)

SuperSpeed 全面测速版

bash <(curl -Lso- https://git.io/Jlkmw)

2.网络回程

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

检测VPS回程国内三网路由:

curl https://raw.githubusercontent.com/zhucaidan/mtr_trace/main/mtr_trace.sh|bash

流媒体解锁测试

wget -O mt.sh https://raw.githubusercontent.com/BlueSkyXN/ChangeSource/master/mt.sh && chmod +x mt.sh && clear && ./mt.sh

3.BBR

bash <(curl -Lso- https://git.io/kernel.sh)

二、性能测试

yabs测试脚本

wget -qO- yabs.sh | bash

融合怪测评脚本

bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)

SuperBench测试脚本

wget -qO- --no-check-certificate https://raw.githubusercontent.com/oooldking/script/master/superbench.sh | bash

三、工具类

科技lion

bash <(curl -sL kejilion.sh)

综合工具箱

wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/armbox.sh && chmod +x box.sh && clear && ./box.sh

八合一脚本

wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh

Xray 搭建

bash <(curl -sL https://raw.githubusercontent.com/daveleung/hijkpw-scripts-mod/main/xray_mod1.sh)

WARP

bash <(wget -qO- https://raw.githubusercontent.com/yonggekkk/warp-yg/main/CFwarp.sh)

tcp优化加速脚本

wget http://sh.nekoneko.cloud/tools.sh -O tools.sh && bash tools.sh

0

评论区