svip 发表于 2024-9-24 01:14:57

VPS一键脚本工具箱

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


wget -qO ssh_tool.sh https://raw.githubusercontent.com/eooce/ssh_tool/main/ssh_tool.sh && chmod +x ssh_tool.sh && ./ssh_tool.sh

若提示curl或wget未找到,说明vps上未安装此依赖,安装后再运行即可,对应系统安装命令如下:Ubuntu/Debian:apt-get install -y curl wgetAlpine:apk add curl wgetFedora:dnf install -y curl wgetCentOS/Rocky/Almalinux/Oracle-linux/Amazon-linux:yum install -y curl wget

bt233 发表于 2024-10-10 04:52:29

如果能贴个脚本图出来就更好了!

1603102 发表于 2024-10-27 11:10:37

如果能貼個腳本圖出來就更好了!
页: [1]
查看完整版本: VPS一键脚本工具箱