mirror of
https://gh.wpcy.net/https://github.com/kejilion/sh.git
synced 2026-06-10 06:43:57 +08:00
KEJILION.SH 一款全功能的Linux管理脚本!An all-in-one Linux management script!
https://kejilion.sh
| PandoraNext | ||
| archive.key | ||
| auto_cert_renewal.sh | ||
| beifen.sh | ||
| check.sh | ||
| check_cpu.sh | ||
| check_memory.sh | ||
| check_traffic.sh | ||
| check_trafic.sh | ||
| check_x86-64_psabi.sh | ||
| client_config | ||
| custom_mysql_config-1.cnf | ||
| custom_mysql_config.cnf | ||
| index.js | ||
| ldnmp.sh | ||
| menu.sh | ||
| nginx.local | ||
| README.md | ||
| ssh_tool.sh | ||
| sshd.local | ||
| update_log.sh | ||
| www-1.conf | ||
| www.conf | ||
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/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
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