一个 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...
linux 处理僵尸进程 top 命令中的进程状态 D = 不可中断的休眠 I = 空闲 R = 运行中 S = 休眠 T = 被调度信号终止 t = 被调试器终止 Z = 僵尸状态 ps au
...Read more...
为了达到演示的目的,我将假设: 你需要用下面两个用户名新建两个用户: olivia nathan 你需要新建以下两个用户组: readers editors olivia 属于 editors
...Read more...