1.使用$RANDOM和md5sum#echo$RANDOM|md5sum|sed‘s/../&:/g‘|cut-c1-172.使用openssl工具hex[cqs@centos702~]$opensslrand-hex6|sed‘s/../&:/g;s/:$//‘9f:13:48:c1:f2:8d3.使用perl命令[cqs@centos702~]$perl-e‘printjoi
分类:
系统相关 时间:
2019-07-05 22:27:06
阅读次数:
156
执行: git config http.sslVerify "false" 如果提示: fatal: not in a git directory 执行: git init ...
分类:
Web程序 时间:
2019-07-03 22:48:29
阅读次数:
172
参考:http://thrift.apache.org/docs/install/os_x 1、安装boost 2、然后安装libevent 3、安装libevent 4、下载thrift源码,进入thrift目录中,配置并make,提示openssh.h未找到,因为我没有安装openssl。 解决 ...
分类:
系统相关 时间:
2019-07-03 00:25:14
阅读次数:
182
#############################################################Author:liluoluoBlog:https://blog.51cto.com/14101466mail:1276636807@qq.com##############################################################!/bi
分类:
系统相关 时间:
2019-07-02 10:51:26
阅读次数:
568
openssl 首先本地需要安装 openssl,用于生成自签名证书。 $ brew install openssl 检查安装: $ openssl version LibreSSL 2.6.5 生成证书 执行以下命令生成证书: openssl req nodes new x509 keyout s ...
分类:
Web程序 时间:
2019-07-01 00:27:42
阅读次数:
220
参考地址 https://blog.csdn.net/felix_yujing/article/details/52385890 一、需要安装的包 1. 安装 openssl-1.0.2 (Http2.0需要用到) 2. 安装 apr 3. 安装 apr-util 4. 安装 tomcat-nati ...
分类:
其他好文 时间:
2019-06-30 22:03:05
阅读次数:
163
1. 安装 erlang 1.1 准备工作,先安装依赖库 yum -y install make gcc gcc-c++ kernel-devel m4 ncurses-devel openssl-devel yum install ncurses-devel 1.2 下载erlang源码 wget ...
分类:
其他好文 时间:
2019-06-30 20:51:43
阅读次数:
167
nginx下载地址:https://nginx.org/en/download.html 1、gcc安装 2、pcre pcre-devel安装 3、zlib安装 4、openssl安装 5、上传nginx-1.16.0.tar.gz到/usr/local下进行解压 6、使用默认配置 7、编译安装 ...
分类:
系统相关 时间:
2019-06-30 00:15:48
阅读次数:
154
环境:CentOS release 6.8 (Final) # 直接编译python3.7在使用pip3安装依赖的时候报错: Can't connect to HTTPS URL because the SSL module is not available. 解决方法: 1.编译安装OpenSSL... ...
分类:
编程语言 时间:
2019-06-28 16:38:52
阅读次数:
2090
#RUN 命令的执行RUN rpm -ivh /usr/local/epel-release-latest-7.noarch.rpmRUN yum install -y wget lftp gcc gcc-c++ make openssl-devel pcre-devel pcre && yum c ...
分类:
其他好文 时间:
2019-06-27 17:57:53
阅读次数:
128