IP质量体检脚本
bash <(curl -sL IP.Check.Place)
原贴:【原创首发】IP质量体检脚本# bash <(curl-sL IP.Check.Place)-美国VPS综合讨论-全球主机交流论坛 - Powered by Discuz! (hostloc.com)
融媒体检测
脚本:
bash <(curl -L -s https://git.io/JRw8R)
bash <(curl -L -s check.unlock.media)
三网回程路由测试脚本(详细)
wget -N --no-check-certificate https://raw.githubusercontent.com/Chennhaoo/Shell_Bash/master/AutoTrace.sh && chmod +x AutoTrace.sh && bash AutoTrace.sh
原帖:分享个三网回程路由测试脚本-美国VPS综合讨论-全球主机交流论坛 - Powered by Discuz! (hostloc.com)
开启bbr
echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf
echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf
sysctl -p
融合怪
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
或
curl -L https://github.com/spiritLHLS/ecs/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
或
bash <(wget -qO- bash.spiritlhl.net/ecs)
或
bash <(wget -qO- ecs.0s.hk)
或
bash <(wget -qO- ecs.12345.ing)
GitHub:spiritLHLS/ecs: VPS融合怪服务器测评脚本(VPS Fusion Monster Server Test Script)(尽量做最全能测试服务器的脚本) (github.com)
科技lion的融合脚本
curl -sS -O https://raw.githubusercontent.com/kejilion/sh/main/kejilion.sh && chmod +x kejilion.sh && ./kejilion.sh
里面有很多工具
评论区