找回密码
 注册会员

QQ登录

只需一步,快速开始

微信登录

微信扫一扫,快速登录

查看: 2102|回复: 0

[网络技术] VPS一键脚本工具箱,一个脚本搞定大部分需求

[复制链接]

1

主题

0

回帖

3

积分

潜水

积分
3
发表于 2024-3-5 00:59:27 | 显示全部楼层 |阅读模式
VPS一键脚本工具箱,一个脚本搞定大部分需求,废话不多说,上脚本
  1. curl -fsSL [url]https://raw.githubusercontent.com/eooce/ssh_tool/main/ssh_tool.sh[/url] -o ssh_tool.sh && chmod +x ssh_tool.sh && ./ssh_tool.sh
复制代码

  1. wget -qO ssh_tool.sh [url]https://raw.githubusercontent.com/eooce/ssh_tool/main/ssh_tool.sh[/url] && chmod +x ssh_tool.sh && ./ssh_tool.sh
复制代码

部分功能展示图如下,更多功能自行查看,最近会陆续添加更多实用功能,使用时自行更新脚本
8318a874bb97b83faa6db89a21526fed.jpeg
2a0457f98a3e601ca9d94c5fbae77378.jpeg
e94948eac970923c073a6ae771c311be.jpeg
若提示curl或wget未找到,说明vps上未安装此依赖,安装后再运行即可,对应系统安装命令如下:
  1. Ubuntu/Debian:apt-get install -y curl wget

  2. Alpine:apk add curl wget

  3. Fedora:dnf install -y curl wget

  4. CentOS/Rocky/Almalinux/Oracle-linux/Amazon-linux:yum install -y curl wget
复制代码

您需要登录后才可以回帖 登录 | 注册会员 微信登录

本版积分规则

小黑屋|简约版|网站地图|泡泡窝 ( 粤ICP备2023154091号-1|粤公网安备44098102660676号 )

GMT+8, 2024-7-27 23:12

Powered by Discuz! X3.5

Copyright © 2023-2024 Paopaowo.Com All Rights Reserved.

快速回复 返回顶部 返回列表