侧边栏壁纸
博主头像
JWBlog

走过多少流年才相遇

  • 累计撰写 33 篇文章
  • 累计创建 4 个标签
  • 累计收到 3 条评论

目 录CONTENT

文章目录

常用VPS脚本

JW
JW
2025-03-02 / 0 评论 / 0 点赞 / 140 阅读 / 0 字 / 正在检测是否收录...

网络质量检测
NodeQuality (在沙箱环境中运行vps测试脚本,并排版测试结果)

bash <(curl -sL https://run.NodeQuality.com)

Linux一键测评脚本

curl -sSL abc.sd | bash

VPS 综合测试

curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh

DD 脚本

  1. leitbogioro
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 11 -pwd 密码
  1. bin456789
https://github.com/bin456789/reinstall

WARP

  1. fscarmen
wget -N https://gitlab.com/fscarmen/warp/-/raw/main/menu.sh && bash menu.sh
0

评论区