我用的是Ubuntu 16.04安装nginx。 1.输入:apt-get install build-essentialapt-get install libtool 2.安装pcre依赖库(http://www.pcre.org/)sudo apt-get updatesudo apt-get ...
分类:
系统相关 时间:
2017-08-14 01:24:14
阅读次数:
218
1. 需要使用yum源自动安装的软件: yum -y install autoconf bzip2 bzip2-devel curl curl-devel e2fsprogs e2fsprogs-devel zlib* zlib-devel openssl openssl-devel pcre-de ...
分类:
其他好文 时间:
2017-08-13 22:15:56
阅读次数:
474
1.安装gcc编译器 先查看gcc编译器是否安装 在shell控制台输入gcc-v 如果没有安装请看下一步 使用yuma安装gcc 看到如下视图则说明安装成功 2.安装pcre 使用yum命令进行安装 看到如下视图表示安装完成 3.安装zlib 命令: 如下视图表示安装完成 4.安装openssl ...
分类:
系统相关 时间:
2017-08-12 18:56:33
阅读次数:
414
源码搭建LAMPCentOS6源码安装LAMP----基于fastcgi方式(2台机器)软件包下载源:搜狐镜像源:http://mirrors.sohu.com/apache下载网:http://mirror.bit.edu.cn/apache/pcre官网:http://www.pcre.org/apr官网:http://apr.apache.org/apache官网:http://httpd.apache.org/mys..
分类:
其他好文 时间:
2017-08-12 15:30:40
阅读次数:
215
源码搭建LAMP软件包下载源:搜狐镜像源:http://mirrors.sohu.com/apache下载网:http://mirror.bit.edu.cn/apache/pcre官网:http://www.pcre.org/apr官网:http://apr.apache.org/apache官网:http://httpd.apache.org/mysql官网:https://www.mysql.com/php官网:http://php..
分类:
Web程序 时间:
2017-08-12 15:24:30
阅读次数:
244
一. gcc 安装安装 nginx 需要先将官网下载的源码进行编译,编译依赖 gcc 环境,如果没有 gcc 环境,则需要安装: 二. PCRE pcre-devel 安装PCRE(Perl Compatible Regular Expressions) 是一个Perl库,包括 perl 兼容的正则 ...
分类:
其他好文 时间:
2017-08-11 14:35:42
阅读次数:
147
安装过程见: ?? http://www.21ops.com/ops/8960.html 流程: 1.前序必须安装的 :gcc pcre zlib openssl 等库和工具 2.wget http://nginx.org/download/nginx-1.5.4.tar.gz 下载 解压 进入文件 ...
分类:
其他好文 时间:
2017-08-09 20:00:22
阅读次数:
123
堆保护机制的原理 PEB random:在Windows XP SP2之后,将PEB基地址前两个字节随机化。 Safe Unlink:在SP2 之前的链表拆卸操作类似于如下代码: SP2在进行删除操作时,将提前验证堆块前向指针和后向指针的完整性。 ) heap cookie:cookie在堆首部分原 ...
分类:
其他好文 时间:
2017-08-09 16:48:34
阅读次数:
318
搭建LNMP环境 一,安装nginx 卸载rpm安装的httpd 安装支持软件pcre-devel zlib-devel gcc gcc-c++ make 创建nginx用户和组 [root@www ~]# useradd -M -s /sbin/nologin nginx 编译安装Nginx [r ...
分类:
其他好文 时间:
2017-08-09 11:24:10
阅读次数:
207
一、nginx安装环境 nginx是C语言开发,建议在linux上运行,本教程使用Centos7作为安装环境。 1.1 gcc 安装nginx需要先将官网下载的源码进行编译,编译依赖gcc环境,如果没有gcc环境,需要安装gcc:yum install gcc-c++ 1.2 PCRE PCRE(P ...
分类:
其他好文 时间:
2017-08-05 12:35:12
阅读次数:
121