一个 iptables 例子
一个 iptables 例子 #!/bin/bash #清空 filter 表和 nat 表 iptables -F iptables -t nat -F #关掉 firewalld syste
...Read more...
数人世相逢,百年欢笑.
一个 iptables 例子 #!/bin/bash #清空 filter 表和 nat 表 iptables -F iptables -t nat -F #关掉 firewalld syste
...Read more...
Important Security Headers Content-Security-Policy CSP用于通过指定允许加载哪些资源来防止跨站点脚本。 在此列表中的所有项目中,这可能是最合适
...Read more...
firewalld 安装 yum install firewalld 基本命令 # systemctl start firewalld # 启动, # systemctl restart fir
...Read more...
几个 iptables 使用技巧 避免封锁自己 /sbin/iptables-save > /root/iptables-work /sbin/iptables-save > /ro
...Read more...
处理僵尸进程 ps aux | grep Z # 查找 ps -e -o stat,ppid,pid,cmd|egrep '^[Zz]' ps -ef | grep "defunct" kill
...Read more...
为了达到演示的目的,我将假设: 你需要用下面两个用户名新建两个用户: olivia nathan 你需要新建以下两个用户组: readers editors olivia 属于 editors
...Read more...