VPS值不值
VPS值不值

自用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

部分功能展示图如下,更多功能自行查看,最近会陆续添加更多实用功能,使用时自行更新脚本
自用VPS一键脚本工具箱,一个脚本搞定大部分需求插图

自用VPS一键脚本工具箱,一个脚本搞定大部分需求插图1

自用VPS一键脚本工具箱,一个脚本搞定大部分需求插图2

若提示curl或wget未找到,说明vps上未安装此依赖,安装后再运行即可,对应系统安装命令如下:

Ubuntu/Debian:apt-get install -y curl wget

Alpine:apk add curl wget

Fedora:dnf install -y curl wget

CentOS/Rocky/Almalinux/Oracle-linux/Amazon-linux:yum install -y curl wget

 

from:https://www.nodeseek.com/post-58421-1

没有标签
首页      信息资讯      自用VPS一键脚本工具箱,一个脚本搞定大部分需求

你需要先 登录 才能发表评论。

VPS值不值

自用VPS一键脚本工具箱,一个脚本搞定大部分需求
自用VPS一键脚本工具箱,一个脚本搞定大部分需求,废话不多说,上脚本 curl -fsSL https://raw.githubusercontent.com/eooce/ssh_tool/main/ssh_tool.sh -o ssh_tool.sh && chmo…
扫描二维码继续阅读
2024-09-02