侧边栏壁纸
  • 累计撰写 6 篇文章
  • 累计创建 4 个标签
  • 累计收到 0 条评论

目 录CONTENT

文章目录

常用vps脚本(持续更新)

HJ
HJ
2024-06-22 / 0 评论 / 0 点赞 / 36 阅读 / 2683 字

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

里面有很多工具

0

评论区