Nginx 安装 一. 安装编译工具及库文件 yum -y install make zlib zlib-devel gcc-c++ libtool openssl openssl-devel 二. 安装 PCRE(PCRE 作用是让 Nginx 支持 rewrite 功能) 1. 下载 PCRE ...
分类:
系统相关 时间:
2018-07-01 14:53:25
阅读次数:
220
Nginx安装 ? 1、安装依赖环境– yum -y install gcc automake autoconf libtool make– yum -y install gcc gcc-c++ pcre-devel openssl openssl-devel? 2、安装pcre、zlib,前者为了 ...
分类:
系统相关 时间:
2018-06-20 13:01:35
阅读次数:
250
先去官网下载protobuf的源码https://github.com/google/protobuf/releases可以先下载本地,然后上传到虚拟机中我选择的是Source code(tar.gz)?安装依赖包(如果缺少包,可能会报错)yum install -y gcc gcc-c++ autoconf automake libtool curl make g++ un
分类:
编程语言 时间:
2018-06-13 16:33:32
阅读次数:
235
废话不多说,直接开干: 1、安装环境: yum -y install libevent glib2 lua gcc gcc-c++ autoconf mysql-devel libtool pkgconfig ncurses ncurses-devel libevent-devel 2、下载文件: ...
分类:
数据库 时间:
2018-06-07 14:11:11
阅读次数:
206
降权启动 tomcat启动用户权限必须为非root,避免一旦tomcat服务被入侵,获取root权限,普通用户只能使用大于1024端口,如果要想使用80端口,可以使用 iptables规则进行转发,或者使用代理。一般情况下,tomcat前方有一个反向代理服务器nginx或者apache等。 teln ...
分类:
其他好文 时间:
2018-06-04 16:55:44
阅读次数:
210
安装Redis的时候报这个错误 原因:未安装gcc 解决方法:安装gcc 自动安装,包括依赖库[root@VM_220_111_centos redis-3.2.9]# yum -y install gcc automake autoconf libtool make ...
分类:
其他好文 时间:
2018-05-26 17:55:07
阅读次数:
467
Protocol Buffers: $ sudo apt-get install autoconf automake libtool curl make g++ unzip grpc编译环境: $ [sudo] apt-get install build-essential autoconf lib ...
分类:
系统相关 时间:
2018-05-21 12:27:20
阅读次数:
228
安装环境 ubuntu16.04 64位 下载源码 git clone https://github.com/hamano/apache mod markdown.git 安装依赖 apt get install build essential libtool automake autoconf a ...
分类:
Web程序 时间:
2018-05-18 15:34:27
阅读次数:
659
安装依赖 下载 Leptonica 在 的 "Releases" 页面下载 Source code 并解压。 使用 CMake 编译 ...
分类:
系统相关 时间:
2018-05-16 15:23:52
阅读次数:
301
开源IDS Suricata安装 Linux下的依赖问题的解决 在Debian,Ubuntu或者Linux Mint系列 $ sudo apt get install wget build essential libpcre3 dev libpcre3 dbg automake autoconf l ...
分类:
其他好文 时间:
2018-05-12 02:50:07
阅读次数:
302