centos8 实用命令 实用工具

systemctl status firewalld.service    --查看防火墙状态

systemctl stop firewalld.service  --关闭防火墙

systemctl start firewalld.service       --打开防火墙

kill -9 pid  --结束掉对应进程号的进程

ps -ef | grep web_app1 --查看对应进程的进程号

 

------------------------------------------------------------------------

supervisor    --进程守护

Fabric --远程 批量执行

nginx --web服务

gunicorn --python wsgi

keepalived --ng 高可用套件

 

posted @ 2021-10-16 21:13  AKX  阅读(139)  评论(0)    收藏  举报