【合集】常用 VPS 脚本与实用运维工具汇总
【合集】常用 VPS 脚本与工具汇总 本文整理自 NodeSeek 社区,涵盖系统重装、性能跑分、网络测速、流媒体解锁检测、路由回程、常用环境部署以及独立服务器(杜甫)维护等常用一键脚本。 1、DD 重装脚本 原帖参考:https://www.nodeseek.com/post-116193-1 史上最强 DD 脚本 (leitbogioro) 1 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 12 -pwd '密码' 萌咖大佬的脚本 1 bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -d 11 -v 64 -p 你的密码 -port 端口 -a -firmware beta.gs 大佬的脚本 1 wget --no-check-certificate -O NewReinstall.sh https://raw.githubusercontent.com/fcurrk/reinstall/master/NewReinstall.sh && chmod a+x NewReinstall.sh && bash NewReinstall.sh DD Windows(使用 leitbogioro 脚本) 1 bash <(curl -sSL https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh) -windows 10 -lang "cn" 账户:Administrator 密码:Teddysun.com Windows 激活方法: 使用 Win + R 快捷键打开运行框,输入 powershell 运行,在打开的命令行中输入: ...