常用VPS脚本

bbr加速脚本

wget -N --no-check-certificate "https://github.000060000.xyz/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh

bbr优化脚本

bash <(curl -Ls https://github.com/lanziii/bbr-/releases/download/123/tools.sh)

aria2ng脚本

项目地址:https://github.com/P3TERX/aria2.sh

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

八合一脚本

项目地址:https://github.com/mack-a/v2ray-agent

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

三网测速脚本

bash <(curl -Lso- https://bench.im/hyperspeed)
bash <(curl -Lso- https://git.io/superspeed.sh)

三网回程线路脚本

直接显示

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

详细

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

网络带宽和硬盘速度

wget -qO- bench.sh | bash

在线重装系统

wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' && chmod a+x InstallNET.sh && bash InstallNET.sh -debian 12 -pwd '密码'

流媒体检测

bash <(curl -L -s check.unlock.media)
最后修改:2023 年 08 月 28 日