侧边栏壁纸
博主头像
x-Blog🍃

🌱 I’m currently learning ...

  • 累计撰写 11 篇文章
  • 累计创建 9 个标签
  • 累计收到 0 条评论

目 录CONTENT

文章目录

服务器常用脚本

iTxGo
2025-05-30 / 0 评论 / 0 点赞 / 36 阅读 / 0 字

1、测评类

IP 质量体检脚本

bash <(curl -Ls IP.Check.Place)

VPS 融合怪服务器测评脚本

curl -L https://github.com/spiritLHLS/ecs/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh -m 1

检测 VPS 内存是否超售的一键脚本

curl https://raw.githubusercontent.com/uselibrary/memoryCheck/main/memoryCheck.sh | bash

2、工具类

VPS 一键脚本工具

curl -fsSL https://raw.githubusercontent.com/eooce/ssh_tool/main/ssh_tool.sh -o ssh_tool.sh && chmod +x ssh_tool.sh && ./ssh_tool.sh

科技 Lion 脚本工具箱

bash <(curl -sL kejilion.sh)

一键更换软件源

bash <(curl -sSL https://linuxmirrors.cn/main.sh)

3、部署类

Xeefei/3x-ui

bash <(curl -Ls https://raw.githubusercontent.com/xeefei/3x-ui/master/install.sh)

宝塔面板 Debian 系统

wget -O install_panel.sh https://download.bt.cn/install/install_panel.sh && bash install_panel.sh ed8484bec

1Panel 面板

bash -c "$(curl -sSL https://resource.fit2cloud.com/1panel/package/v2/quick_start.sh

0

评论区