摘要:
from:https://blog.csdn.net/opensure/article/details/46047931 ipset介绍 iptables是在linux内核里配置防火墙规则的用户空间工具,它实际上是netfilter框架的一部分。可能因为iptables是netfilter框架里最常 阅读全文
摘要:
常用: kill -1 SIGHUP - hangup or exit a foreground running process from a terminal kill -1 向进程发送SIGHUP signal,对于不同类型的进程可能产生不一样的效果。如果pid对象为daemon,则kill - 阅读全文