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

🌱 I’m currently learning ...

  • 累计撰写 6 篇文章
  • 累计创建 7 个标签
  • 累计收到 1 条评论

目 录CONTENT

文章目录

服务器常用脚本

WldGo
2025-05-07 / 0 评论 / 0 点赞 / 81 阅读 / 0 字

测评类

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

工具类

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)

部署类

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

0

评论区