Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 902 Bytes

README.md

File metadata and controls

38 lines (27 loc) · 902 Bytes

VPS 管理脚本

自用的vps常用命令脚本,适用于debian系统,目前集成以下功能:

  • 查看系统配置信息;
  • 系统优化:更新、清理、开启BBR及ROOT登录等;
  • 常用工具:查找、删除、关闭进程、开启端口等;
  • 域名证书申请;
  • Xray官方安装、配置及卸载;
  • Hysteria2官方安装、配置及卸载;
  • 1Panel官方安装、配置及卸载;
  • 其他功能是否添加看个人需要。

直接使用命令

bash <(curl -sL https://raw.githubusercontent.com/sezhai/vps-script/refs/heads/main/one.sh)

下载使用命令

下载

bash -c 'curl -sL https://raw.githubusercontent.com/sezhai/vps-script/refs/heads/main/one.sh -o /usr/local/sbin/one && chmod +x /usr/local/sbin/one && /usr/local/sbin/one'

运行

one

卸载

sudo rm -f /usr/local/sbin/one