融合怪
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
HyperSpeed 三网测速(推荐)
bash <(curl -Lso- https://bench.im/hyperspeed)
AutoTrace 三网回程线路显示(推荐)
wget -N --no-check-certificate https://raw.githubusercontent.com/Chennhaoo/Shell_Bash/master/AutoTrace.sh && chmod +x AutoTrace.sh && bash AutoTrace.sh
BackTrace 三网回程线路直接显示
curl https://raw.githubusercontent.com/zhanghanyun/backtrace/main/install.sh -sSf | sh
流媒体测试脚本
bash <(curl -L -s media.ispvps.com)
开启 BBR
wget -N --no-check-certificate "https://github.000060000.xyz/tcpx.sh" && chmod +x tcpx.sh && ./tcpx.sh
XUI
bash <(curl -Ls https://raw.githubusercontent.com/mhsanaei/3x-ui/master/install.sh)
warp脚本
wget -N https://gitlab.com/fscarmen/warp/-/raw/main/menu.sh && bash menu.sh
warp-go脚本
wget -N https://gitlab.com/fscarmen/warp/-/raw/main/warp-go.sh && bash warp-go.sh
iperf3
apt install -y iperf3
服务端
iperf3 -s
客户端
iperf3 -c ip -b 1000M
优选IP
https://345673.xyz/
IP质量检测
bash <(curl -sL IP.Check.Place)
一键安装Docker
bash <(curl -sSL https://linuxmirrors.cn/docker.sh)