分享下VPS脚本

:red_circle:史上最强脚本 (https://www.nodeseek.com/post-9383-1)

</s>wget --no-check-certificate -qO InstallNET.sh 'https://raw.githubusercontent.com/leitbogioro/Tools/master/Linux_reinstall/InstallNET.sh' &amp;&amp; chmod a+x InstallNET.sh &amp;&amp; bash InstallNET.sh -debian 12 -pwd 'password'<e>

🔴萌咖大佬的脚本
`bash <(wget --no-check-certificate -qO- 'https://raw.githubusercontent.com/MoeClub/Note/master/InstallNET.sh') -d 11 -v 64 -p 密码 -port 端口 -a -firmware`

🔴DD windows(使用史上最强 DD 脚本)
支持 Windows 10、Windows 11、Windows Server 2012 R2、Windows Server 2016、Windows Server 2019、Windows Server 2022
`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 -windows 10 -lang "cn"`
账户:Administrator
密码:Teddysun.com

2️⃣综合测试脚本

🔴融合怪 (https://github.com/spiritLHLS/ecs)
`bash <(wget -qO- --no-check-certificate https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh)`

🔴NodeBench (https://www.nodeseek.com/post-11619-1)
`bash <(curl -sL https://raw.githubusercontent.com/LloydAsp/NodeBench/main/NodeBench.sh)`

🔴yabs (https://github.com/masonr/yet-another-bench-script)
`curl -sL yabs.sh | bash`

🔴使用 gb5 测试 yabs
`curl -sL yabs.sh | bash -5`

3️⃣性能测试

🔴GB5 专测脚本 (https://github.com/i-abc/GB5)
`bash <(curl -sL bash.icu/gb5)`

4️⃣流媒体及 IP 质量测试

🔴最常用版本 (https://github.com/lmc999/RegionRestrictionCheck)
`bash <(curl -L -s media.ispvps.com)`

🔴原生检测脚本 (https://github.com/xykt/RegionRestrictionCheck)
`bash <(curl -L -s check.unlock.media)`

🔴准确度最高 (https://github.com/1-stream/RegionRestrictionCheck?tab=readme-ov-file)
`bash <(curl -L -s https://github.com/1-stream/RegionRestrictionCheck/raw/main/check.sh)`

🔴IP 质量体检脚本 (https://www.nodeseek.com/post-105666-1)
`bash <(curl -sL IP.Check.Place)`

🔴ChatptAPP 解锁检测 (https://www.nodeseek.com/post-31717-1)
安卓
`curl android.chat.openai.com`
苹果
`curl ios.chat.openai.com`
结果解析:https://www.nodeseek.com/post-31717-1

5️⃣测速脚本,三网测速脚本

🔴Speedtest (https://github.com/i-abc/Speedtest)
`bash <(curl -sL bash.icu/speedtest)`

🔴Taier (https://www.nodeseek.com/post-142063-1)
`bash <(curl -sL res.yserver.ink/taier.sh)`

🔴hyperspeed (https://github.com/veoco/bim-core/)
`bash <(curl -Lso- https://bench.im/hyperspeed)`

🔴全球测速 (https://network-speed.xyz/)
`curl -sL network-speed.xyz | bash`

6️⃣回程测试

🔴直接显示回程(小白用这个) (https://www.nodeseek.com/jump?to=https%3A%2F%2Fgithub.com%2Fludashi2020%2Fbacktrace)
`curl https://raw.githubusercontent.com/ludashi2020/backtrace/main/install.sh -sSf | sh`

🔴回程详细测试(推荐) (https://www.nodeseek.com/jump?to=https%3A%2F%2Fgithub.com%2Fvpsxb%2Ftestrace)
`wget https://ghproxy.com/https://raw.githubusercontent.com/vpsxb/testrace/main/testrace.sh -O testrace.sh && bash testrace.sh`

7️⃣功能脚本

🔴Fail2ban (https://www.nodeseek.com/jump?to=https%3A%2F%2Fgithub.com%2FFunctionClub%2FFail2ban)
`wget --no-check-certificate https://raw.githubusercontent.com/FunctionClub/Fail2ban/master/fail2ban.sh && bash fail2ban.sh 2>&1 | tee fail2ban.log`

🔴一键开启BBR,适用于较新的Debian、Ubuntu
`echo "net.core.default_qdisc=fq" >> /etc/sysctl.conf`
`echo "net.ipv4.tcp_congestion_control=bbr" >> /etc/sysctl.conf`
`sysctl -p`
`sysctl net.ipv4.tcp_available_congestion_control`
`lsmod | grep bbr`

🔴多功能BBR安装脚本
`wget -N --no-check-certificate "https://gist.github.com/zeruns/a0ec603f20d1b86de6a774a8ba27588f/raw/4f9957ae23f5efb2bb7c57a198ae2cffebfb1c56/tcp.sh" && chmod +x tcp.sh && ./tcp.sh`

🔴TCP窗口调优
`wget http://sh.nekoneko.cloud/tools.sh -O tools.sh && bash tools.sh`

🔴测试访问优先级
`curl ip.sb`

🔴添加SWAP
`wget https://www.moerats.com/usr/shell/swap.sh && bash swap.sh`

🔴25端口开放测试
`telnet smtp.aol.com 25`

8️⃣一键安装常用环境及软件

🔴docker
国外专用
`curl -sSL https://get.docker.com/ | sh`
国内专用
`curl -sSL https://get.daocloud.io/docker | sh`

🔴Python (https://www.nodeseek.com/jump?to=https%3A%2F%2Fgithub.com%2Flx969788249%2Flxspacepy)
`curl -O https://raw.githubusercontent.com/lx969788249/lxspacepy/master/pyinstall.sh && chmod +x pyinstall.sh && ./pyinstall.sh`

🔴WARP (https://www.nodeseek.com/jump?to=https%3A%2F%2Fgitlab.com%2Ffscarmen%2Fwarp)
`wget -N https://gitlab.com/fscarmen/warp/-/raw/main/menu.sh && bash menu.sh`

9️⃣综合功能脚本

🔴科技lion (https://github.com/kejilion/sh)
`curl -sS -O https://kejilion.pro/kejilion.sh && chmod +x kejilion.sh && ./kejilion.sh`

🔴SKY-BOX (https://github.com/BlueSkyXN/SKY-BOX/)
`wget -O box.sh https://raw.githubusercontent.com/BlueSkyXN/SKY-BOX/main/box.sh && chmod +x box.sh && clear && ./box.sh`

原帖链接 (https://www.nodeseek.com/post-143131-1)

@“阿辉”#p156853 你不能优化下排列吗 你看看你发的啥 兄弟 乱套了 你这也太水了

Image description</s>Image description<e>


@“米粒”#p156858 OK了

@“米粒”#p156858 复制粘贴的吧

@“米粒”#p156858 感觉这之前见过谁发过

搬运要打搬运标签

[[1,21],[1,21,30]]