IT疯子 发表于 2025-10-1 20:54:26

服务器常用一键脚本

本帖最后由 IT疯子 于 2025-10-1 21:31 编辑


[*]流媒体解锁测试
bash <(curl -L -s check.unlock.media)
[*]ChatGPT解锁测试
bash < (curl -Ss "https://raw.githubusercontent.com/candyraws/OpenAI-Checker-lite/main/openai_check_lite.sh")
[*]回程网络测试
wget -qO- git.io/besttrace | bash
[*]融合怪测试脚本
curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
[*]秋水逸冰SuperBench压测脚本
bash <(wget -qO- https://down.vpsaff.net/linux/speedtest/superbench.sh)
[*]原版SuperBench压测脚本
wget -qO- bench.sh | bash
[*]YABS整合测试脚本
curl -sL yabs.sh | bash
[*]Docker一键安装脚本(官方)
curl -sSL https://get.docker.com/ | sh
[*]IP质量检测脚本
bash <(curl -Ls https://Check.Place) -I
[*]网络质量检测脚本
bash <(curl -Ls https://Check.Place) -N
[*]WARP脚本
wget -N --no-check-certificate https://cdn.jsdelivr.net/gh/YG-tsj/CFWarp-Pro/multi.sh && chmod +x multi.sh && ./multi.sh
[*]Aria2一键安装脚本
wget -N git.io/aria2.sh && chmod +x aria2.sh && ./aria2.sh
[*]萌咖一键DD Debian11脚本
bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 11 -v 64 -p '密码' -port 22 -a -firmware
[*]萌咖一键DD Windows脚本
wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd '镜像包链接'
[*]Debian/Ubuntu安装宝塔面板脚本
wget -O install.sh https://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh 12f2c1d72
[*]Centos安装宝塔面板脚本
wget -O install.sh https://download.bt.cn/install/install_6.0.sh && sh install.sh 12f2c1d72
页: [1]
查看完整版本: 服务器常用一键脚本