sh/README.md
2024-01-30 21:22:21 +08:00

35 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# vps一键脚本工具
集成各种vps常用工具去掉繁琐操作加入常用节点搭建脚本合集一键母鸡开nat小鸡一建脚本搞定所有
### vps一键脚本工具 的支持列表:
>Debian
>Ubuntu
>CentOS
>Alpine
>Fedora
>Rocky-linux
>Amazom-linux
>Oracle-linux
***
### 一键脚本
```bash
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
```
```bash
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里的网卡名称和阈值设置等
```bash
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