网络质量检测
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 脚本
- 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 密码
- bin456789
https://github.com/bin456789/reinstall
WARP
- fscarmen
wget -N https://gitlab.com/fscarmen/warp/-/raw/main/menu.sh && bash menu.sh
评论区