常用的终端命令整理 【iptables】 命令格式 iptables [ -t 表名] 命令选项 [链名] [条件匹配] [-j 处理动作或跳转] -t 接表名,如果不加-t 默认就是 –t filter iptables -A INPUT -p tcp --… root 2020年2月14日 293
使用supervisor管理和守护进程 记录一下,以便查找 首先是安装supervisor,这里用服务器自带的python2.7的pip安装。 pip install supervisor cd /usr/local/bin/ echo_supervisord_co… root 2020年2月14日 378