IT疯子技术论坛

 找回密码
 立即注册
查看: 138|回复: 0

[Linux] 服务器常用一键脚本

[复制链接]

36

主题

24

回帖

328

积分

中级会员

Rank: 3Rank: 3

积分
328
发表于 2025-10-1 20:54:26 | 显示全部楼层 |阅读模式
本帖最后由 IT疯子 于 2025-10-1 21:31 编辑

  • 流媒体解锁测试
    1. bash <(curl -L -s check.unlock.media)
    复制代码

  • ChatGPT解锁测试
    1. bash < (curl -Ss "https://raw.githubusercontent.com/candyraws/OpenAI-Checker-lite/main/openai_check_lite.sh")
    复制代码

  • 回程网络测试
    1. wget -qO- git.io/besttrace | bash
    复制代码

  • 融合怪测试脚本
    1. curl -L https://gitlab.com/spiritysdx/za/-/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh
    复制代码

  • 秋水逸冰SuperBench压测脚本
    1. bash <(wget -qO- https://down.vpsaff.net/linux/speedtest/superbench.sh)
    复制代码

  • 原版SuperBench压测脚本
    1. wget -qO- bench.sh | bash
    复制代码

  • YABS整合测试脚本
    1. curl -sL yabs.sh | bash
    复制代码

  • Docker一键安装脚本(官方)
    1. curl -sSL https://get.docker.com/ | sh
    复制代码

  • IP质量检测脚本
    1. bash <(curl -Ls https://Check.Place) -I
    复制代码

  • 网络质量检测脚本
    1. bash <(curl -Ls https://Check.Place) -N
    复制代码

  • WARP脚本
    1. wget -N --no-check-certificate https://cdn.jsdelivr.net/gh/YG-tsj/CFWarp-Pro/multi.sh && chmod +x multi.sh && ./multi.sh
    复制代码

  • Aria2一键安装脚本
    1. wget -N git.io/aria2.sh && chmod +x aria2.sh && ./aria2.sh
    复制代码

  • 萌咖一键DD Debian11脚本
    1. bash <(wget --no-check-certificate -qO- 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh') -d 11 -v 64 -p '密码' -port 22 -a -firmware
    复制代码

  • 萌咖一键DD Windows脚本
    1. wget --no-check-certificate -qO InstallNET.sh 'https://moeclub.org/attachment/LinuxShell/InstallNET.sh' && bash InstallNET.sh -dd '镜像包链接'
    复制代码

  • Debian/Ubuntu安装宝塔面板脚本
    1. wget -O install.sh https://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh 12f2c1d72
    复制代码

  • Centos安装宝塔面板脚本
    1. wget -O install.sh https://download.bt.cn/install/install_6.0.sh && sh install.sh 12f2c1d72
    复制代码

回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|IT疯子技术论坛

GMT+8, 2025-11-22 07:14 , Processed in 0.007209 second(s), 5 queries , Redis On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表