摘要:
redis问题解决(MISCONF Redis is configured to save RDB snapshots)(error) MISCONF Redis is configured to save RDB snapshots, but is currently not able to pe... 阅读全文
摘要:
nginx配置location总结及rewrite规则写法Nginx Location配置总结Nginx 禁止某个IP访问server { listen 443; root /webroot/; server_name serverName; access_l... 阅读全文
摘要:
FROM :http://blog.chinaunix.net/uid-26495963-id-3279216.html一:前言 防火墙,其实说白了讲,就是用于实现Linux下访问控制的功能的,它分为硬件的或者软件的防火墙两种。无论是在哪个网络中,防火墙工作的地方一定是在网络的边缘。而我们的任务就是... 阅读全文