KEJILION.SH 一款全功能的Linux管理脚本!An all-in-one Linux management script! https://kejilion.sh
Find a file
2024-05-14 17:44:48 +08:00
PandoraNext Update config.json 2023-12-23 10:47:35 +08:00
archive.key Add files via upload 2023-10-19 09:52:36 +08:00
auto_cert_renewal.sh Update auto_cert_renewal.sh 2023-12-01 17:36:51 +08:00
beifen.sh Update beifen.sh 2023-08-22 11:16:02 +08:00
check.sh Add files via upload 2024-01-12 14:47:33 +08:00
check_cpu.sh Add files via upload 2024-01-12 13:58:38 +08:00
check_memory.sh Update check_memory.sh 2024-01-12 14:13:10 +08:00
check_traffic.sh Add files via upload 2024-01-12 14:53:57 +08:00
check_trafic.sh Add files via upload 2024-01-04 18:36:11 +08:00
check_x86-64_psabi.sh Add files via upload 2023-10-18 17:39:11 +08:00
client_config Add files via upload 2023-05-24 11:20:56 +08:00
custom_mysql_config-1.cnf php mysql 标准配置 2023-10-12 13:39:03 +08:00
custom_mysql_config.cnf Update custom_mysql_config.cnf 2024-01-02 14:21:07 +08:00
index.js Update index.js 2024-04-15 12:35:37 +08:00
ldnmp.sh LDNMP建站环境搭建 sh版 2023-08-07 17:52:46 +08:00
menu.sh Add files via upload 2024-03-06 09:53:58 +08:00
nginx.local Update nginx.local 2023-09-26 13:45:37 +08:00
README.md Update README.md 2024-01-30 21:22:21 +08:00
ssh_tool.sh Update ssh_tool.sh 2024-05-14 17:44:48 +08:00
sshd.local fail2ban防火墙规则 2023-09-25 10:17:47 +08:00
update_log.sh Update update_log.sh 2024-05-04 17:04:01 +08:00
www-1.conf php mysql 标准配置 2023-10-12 13:39:03 +08:00
www.conf Update www.conf 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