自用常用脚本汇总
测评类
IP质量体检脚本
1
| bash <(curl -Ls IP.Check.Place)
|
VPS融合怪服务器测评脚本
1
| curl -L https://github.com/spiritLHLS/ecs/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh -m 1
|
检测VPS内存是否超售的一键脚本
1
| curl https://raw.githubusercontent.com/uselibrary/memoryCheck/main/memoryCheck.sh | bash
|
工具类
vps一键脚本工具
1
| 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
|
部署类
xeefei/3x-ui
1
| bash <(curl -Ls https://raw.githubusercontent.com/xeefei/3x-ui/master/install.sh)
|
甬哥x-ui
1
| bash <(curl -Ls https://raw.githubusercontent.com/yonggekkk/x-ui-yg/main/install.sh)
|
甬哥Sing-box精装桶
1
| bash <(curl -Ls https://gitlab.com/rwkgyg/sing-box-yg/raw/main/sb.sh)
|
DD重装
一键脚本
1
| curl -O https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.sh && bash reinstall.sh
|
功能 : 安装 Linux
安装 Debian / Kali 时,x86 可通过后台 VNC 查看安装进度,ARM 可通过串行控制台查看安装进度。
安装其它系统时,可通过多种方式(SSH、HTTP 80 端口、后台 VNC、串行控制台)查看安装进度。
1 2 3 4 5 6 7 8 9 10 11 12
| bash reinstall.sh centos 7|9 (9 为 stream 版本) oracle 7|8|9 alma 8|9 rocky 8|9 fedora 39|40 debian 10|11|12 ubuntu 20.04|22.04|24.04 alpine 3.17|3.18|3.19|3.20 opensuse 15.5|15.6|tumbleweed kali arch gentoo
|