要构建LSQUIC,您需要CMake,zlib和BoringSSL。该示例程序使用libevent提供事件循环。 BoringSSL git clone https://boringssl.googlesource.com/boringssl cd boringssl; mkdir build; c ...
分类:
其他好文 时间:
2020-06-20 01:26:45
阅读次数:
89
您或许是由于多次Snort安装失败的痛苦经历对他产生了阴影,或许还停留在在寻找更好的安装教程的旅程上,或许对他又爱后很,又或许还有其他感受.......看完下文之后,希望能购对Snort安装不再犯怵。第一阶段本阶段主要是准备环境,调试Snort主程序,难度系数**步骤一:需要准备的软件环境:VMwareworkstation15ProCentOS-7-x86_64-Minimal-1908.iso
分类:
其他好文 时间:
2020-06-18 10:28:34
阅读次数:
137
Nginx安装 nginx无法直接通过yum安装,需要先进行配置,并且要保证其依赖库已安装完成。 检查依赖项(nginx 中gzip模块需要 zlib 库,rewrite模块需要 pcre 库,ssl 功能需要openssl库) 安装方法为:yum -y install pcre pcre-deve ...
分类:
系统相关 时间:
2020-06-15 10:09:31
阅读次数:
68
问题描述: 当使用pip安装Pillow python3包时提示the headers or library files could not be found for zlib,原因是环境变量设置里找不到zip headers library files相关文件,所以编译失败导致的。 解决方法: 将 ...
分类:
系统相关 时间:
2020-06-14 20:37:55
阅读次数:
183
OpenSSH 存在输入验证错误漏洞(CVE-2019-16905),需要对版本进行升级到8.3。 1、下载openssh8.3升级包及依赖的zlib和openssl。 openssh-8.3p1.tar.gz、zlib-1.2.11.tar.gz、openssl-1.1.1g.tar.gz htt ...
分类:
其他好文 时间:
2020-06-14 14:47:26
阅读次数:
1033
1.下载nginx安装包,放进Linux系统中 nginx下载地址:https://nginx.org/download/ 2.安装依赖 yum -y install gcc pcre-devel zlib-devel openssl openssl-devel 3.解压nginx安装包 tar - ...
分类:
其他好文 时间:
2020-06-13 11:27:19
阅读次数:
67
nginx安装 //安装编译工具及库文件 yum -y install make zlib zlib-devel gcc-c++ libtool openssl openssl-devel //安装 PCRE 让 Nginx 支持 Rewrite 功能 wget http://downloads.s ...
分类:
其他好文 时间:
2020-06-10 19:25:09
阅读次数:
68
yum -y install lrzsz rz:上传 sz:下载 python3.6环境搭建 whereis python python(查看版本号,Linux自带2.7版本) 安装依赖包 yum -y install zlib-devel bzip2-devel openssl-devel ncu ...
分类:
Web程序 时间:
2020-06-10 10:51:09
阅读次数:
108
1.下载地址 https://nginx.org/download/ 解压 2. 配置 yum -y install gcc pcre-devel zlib-devel openssl openssl-devel ./configure --prefix=/usr/local/nginx make ...
分类:
其他好文 时间:
2020-06-09 14:35:45
阅读次数:
76
开发环境说明 linux系统:ubuntu18.04 libevent版本:2.1.8 1 安装依赖环境 apt-get install perl g++ make automake libtool unzip2 zlib编译 tar -xvf zlib-1.2.11.tar.gz cd zlib- ...
分类:
其他好文 时间:
2020-06-07 13:09:50
阅读次数:
77