@kidultff · 2018年11月21日 宝塔面板Nginx的Lua-Waf防火墙终极改进 动态封禁IP 宝塔面板自带的Nginx防火墙有些鸡肋,对于大量的恶意攻击只能临时拦截,而不能封禁IP,下面的修改可以帮你做到:CC攻击屡教不改,立即ban!漏洞扫描屡教不改:立即ban!同一个IP段轮流攻击,整个IP段都给你ban了!使用了CDN?没关系,获取了真实IP ...
@kidultff · 2018年11月3日 追踪数据包途径了哪些路由--Tracert使用及其原理 我们的PC发送的数据包会经过家庭路由器、运营商、服务器的路由器等等多重路由器才能到达目标服务器。使用Tracert命令可以知道途径了那些路由器。直接Windows直接打开cmd,Linux打开终端,输入“tracert 目标主机”即可进行追踪,例如tracert www.bai ...
@kidultff · 2018年8月25日 解决ssh远程链接Permissions 07xx/06xx for 'xxx' are too open 在Linux中使用私钥进行ssh远程连接时,可能会出现这个问题,提示Permissions 07xx/06xx for 'key_path' are too open. It is required that your private key files&n ...
@kidultff · 2018年8月4日 Nginx日志log_format详解 nginx的log_format要配置在http字段。例如:log_format Format_name '$remote_addr - $remote_user [$time_local] "$request" ' & ...
@kidultff · 2017年8月31日 centos部署LNMP环境(nginx+mysql+php) 1,关闭防火墙:chkconfig firewalld off2,更新yum源:wget http://www.atomicorp.com/installers/atomic sh ./atomic yum check-update3,安装开发包和库文件yum -y install ntp make openss ...