教程sshVPS脚本部署VPS常用脚本自用收藏,小🐔IP质量体检、VPS融合怪、VPS工具箱、面板部署与系统重装
千狐📄测评类
1
| bash <(curl -Ls IP.Check.Place)
|
1
| curl -L https://github.com/spiritLHLS/ecs/raw/main/ecs.sh -o ecs.sh && chmod +x ecs.sh && bash ecs.sh -m 1
|
1
| curl https://raw.githubusercontent.com/uselibrary/memoryCheck/main/memoryCheck.sh | bash
|
🧰工具类
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
|
1
| bash <(curl -sL kejilion.sh)
|
💾部署类
1
| bash <(curl -Ls https://raw.githubusercontent.com/xeefei/3x-ui/master/install.sh)
|
1
| bash <(curl -Ls https://raw.githubusercontent.com/yonggekkk/x-ui-yg/main/install.sh)
|
1
| bash <(curl -Ls https://raw.githubusercontent.com/yonggekkk/sing-box-yg/main/sb.sh)
|
💻DD重装
1
| curl -O https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.sh && bash reinstall.sh
|
功能 : 安装 Linux
- 不输入版本号,则安装最新版
- 不含 boot 分区(Fedora 例外),不含 swap 分区,最大化利用磁盘空间
- 在虚拟机上,会自动安装官方精简内核
支持的系统和版本
安装 Debian / Kali 时,x86 可通过后台 VNC 查看安装进度,ARM 可通过串行控制台查看安装进度。
安装其它系统时,可通过多种方式(SSH、HTTP 80 端口、后台 VNC、串行控制台)查看安装进度。
复制对应系统安装命令(删除多余版本号)
- bash reinstall.sh centos 7|9 (9 为 stream 版本)
- bash reinstall.sh oracle 7|8|9
- bash reinstall.sh alma 8|9
- bash reinstall.sh rocky 8|9
- bash reinstall.sh fedora 39|40
- bash reinstall.sh debian 10|11|12
- bash reinstall.sh ubuntu 20.04|22.04|24.04
- bash reinstall.sh alpine 3.17|3.18|3.19|3.20
- bash reinstall.sh opensuse 15.5|15.6|tumbleweed
- bash reinstall.sh kali
- bash reinstall.sh arch
- bash reinstall.sh gentoo