2024-05-14 17:44:48 +08:00
2023-12-23 10:47:35 +08:00
2023-10-19 09:52:36 +08:00
2023-08-22 11:16:02 +08:00
2024-01-12 13:58:38 +08:00
2024-01-12 14:13:10 +08:00
2024-01-12 14:53:57 +08:00
2024-01-04 18:36:11 +08:00
2023-10-18 17:39:11 +08:00
2024-01-12 14:47:33 +08:00
2023-05-24 11:20:56 +08:00
2024-04-15 12:35:37 +08:00
2023-08-07 17:52:46 +08:00
2024-03-06 09:53:58 +08:00
2023-09-26 13:45:37 +08:00
2024-01-30 21:22:21 +08:00
2024-05-14 17:44:48 +08:00
2023-09-25 10:17:47 +08:00
2024-05-04 17:04:01 +08:00
2023-10-12 13:39:03 +08:00
2024-01-02 23:43:35 +08:00

vps一键脚本工具

集成各种vps常用工具去掉繁琐操作加入常用节点搭建脚本合集一键母鸡开nat小鸡一建脚本搞定所有

vps一键脚本工具 的支持列表:

Debian Ubuntu CentOS Alpine Fedora Rocky-linux Amazom-linux Oracle-linux


一键脚本

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先安装即可
  • Ubuntu/Debianapt-get install -y curl wget
  • Alpineapk add curl wget
  • Fedoradnf install -y curl wget
  • CentOS/Rocky/Almalinux/Oracle-linux/Amazon-linuxyum install -y curl wget

vps流量内存cpu控制一键脚本配合cron定时任务使用这是自用脚本如要使用需先查询网卡信息修改check_trafic.sh里的网卡名称和阈值设置等

apt install -y net-tools bc && curl -sS -O https://raw.githubusercontent.com/eooce/ssh_tool/main/check_trafic.sh && chmod +x check_trafic.sh && bash check_trafic.sh

鸣谢

kejilion

Description
KEJILION.SH 一款全功能的Linux管理脚本!An all-in-one Linux management script!
Readme Apache-2.0 99 MiB
Languages
Shell 99.6%
Python 0.4%