
centos7
xiaopan233
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
配置nginx与php-fpm踩过的坑,(附装nginx,php-fpm,mysql,redis教程)
近来在centos7上搭建了lnmp的环境,遇到了个坑。如果没有装nmp的话可以看这个文章 https://blog.youkuaiyun.com/qq_39677681/article/details/82025445 我所遇到的坑: 要让php-fpm能正常在服务器上正常解析php,要配置这两个文件(nginx.conf和default.conf) 这两个文件是nginx的配置文件,nginx.c...原创 2018-09-07 23:21:43 · 1285 阅读 · 0 评论 -
iptables实现网络中的防火墙
iptables实现网络防火墙的功能 准备:三台虚拟机 Centos7 2 号 ip 192.168.0.105 外网机 Centos5.5 ip 192.168.0.103 192.168.18.131 中间机 Centos7 1号 ip 192.168.18.132 内网机 实验设定: Centos7 2号是一台外网的服务器。Centos7 1号是内网的一台主机。而Cent...原创 2018-10-07 09:56:31 · 1013 阅读 · 0 评论 -
Centos7下安装SNORT
首先先装依赖文件 yum -y install gcc flex bison zlib zlib-devel libpcap libpcap-devel pcre pcre-devel libdnet libdnet-devel tcpdump yum -y install epel-release yum -y install nghttp2 接着我们去SNORT的官网下载包 http...原创 2018-10-28 22:23:50 · 8618 阅读 · 9 评论