VPS 常用脚本
一键 DD 系统
国外服务器:
curl -O https://raw.githubusercontent.com/bin456789/reinstall/main/reinstall.sh || wget -O reinstall.sh $_国内服务器(加速):
curl -O https://cnb.cool/bin456789/reinstall/-/git/raw/main/reinstall.sh || wget -O reinstall.sh $_示例:直接传入公钥安装 Debian 13
bash reinstall.sh debian 13 --ssh-key "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIG..."Docker 安装
bash <(curl -sL 'https://get.docker.com')WARP 安装与管理
wget -N https://gitlab.com/fscarmen/warp/-/raw/main/menu.sh && bash menu.shNodeQuality 服务器测评
bash <(curl -sL https://run.NodeQuality.com)