码迷,mamicode.com
首页 >  
搜索关键字:OpenSSL    ( 3999个结果
Django项目发布 环境部署(中)
python环境部署 我们今天学习的内容是如何将Django项目部署到linux服务器上,我们部署的linux系统是centos7首先,我们先在linux上搭建我们的Python3环境: 在这里首先强调一下,Centos7系统自带的Python2我们不要删除,我们要做的是在Python2和pytho ...
分类:其他好文   时间:2019-08-18 19:38:31    阅读次数:78
opencv 解决ippicv下载失败问题ippicv_2019_lnx_intel64_general_20180723.tgz离线下载
opencv 解决ippicv下载失败问题ippicv_2019_lnx_intel64_general_20180723.tgz离线下载 方法1.重新安装cmake 重新安装cmake让它支持https 解决办法: sudo apt-get install libcurl4-openssl-dev ...
分类:其他好文   时间:2019-08-17 15:13:04    阅读次数:153
最小化安装centos 基础命令
# yum install vim iotop bc gcc gcc-c++ glibc glibc-devel pcre \ pcre-devel openssl openssl-devel zip unzip zlib-devel net-tools \ lrzsz tree ntpdate t... ...
分类:其他好文   时间:2019-08-15 14:38:58    阅读次数:118
sonarqube+gitlab+jenkins+maven集成搭建(四)
安装Gitlab 关闭firewalld防火墙和selinux防火墙,如图1-2;[root@localhost ~]# systemctl stop firewalld[root@localhost ~]# systemctl disable firewalld[root@localhost ~] ...
分类:其他好文   时间:2019-08-15 11:18:20    阅读次数:146
nginx linux环境安装
1. 上传nginx tar.gz包; 2.执行下面三个命令: 2.1. yum -y install pcre pcre-devel 2.2. yum -y install zlib zlib-devel 2.3 yum -y install openssl openssl-devel 3. 源码 ...
分类:系统相关   时间:2019-08-14 22:03:23    阅读次数:111
rabbitMQ安装配置
安装部署 安装依赖文件 yum -y install gcc glibc-devel make ncurses-devel openssl devel xmlto perl wget 安装erlang 语言环境: #wget http://www.erlang.org/download/otp_s ...
分类:其他好文   时间:2019-08-14 14:23:00    阅读次数:179
安装OpenResty
【1】环境部署 [1] 依赖环境安装 在环境的任意目录执行命令:yum install pcre-devel openssl-devel gcc curl 一路手动输入y 直到Complete,安装完成。 [2] 增加仓库 在环境的任意目录执行命令: (2.1)yum install yum-uti ...
分类:其他好文   时间:2019-08-13 11:55:57    阅读次数:68
prometheus+grafana监控nginx
被监控机器环境搭建&配置 编译环境: yum -y install gcc gcc-c++ pcre pcre-devel zlib zlib-devel openssl openssl-devel 安装nginx: wget nginx.org/download/nginx-1.15.7.tar. ...
分类:其他好文   时间:2019-08-12 23:34:02    阅读次数:196
yii2.0高级框架配置时打开init.bat秒退的解决方法 (两种方法)
第一种; 这几天刚接触到yii2.0框架,在配置advanced版本时运行init.bat初始化文件时老是闪退; 用cmd运行该文件时显示:The OpenSSL PHP extension is required by Yii2.如下图所示: 搜索了很多资料,终于找到问题所在之处了,原来是php. ...
分类:其他好文   时间:2019-08-11 17:42:10    阅读次数:141
RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 10054
主要原因是安全设置的问题: 首先执行git config http.sslVerify "false" 若出现下列错误 git config http.sslVerify "false" fatal: not in a git directory 再继续执行 git config global ht ...
分类:Web程序   时间:2019-08-11 16:57:39    阅读次数:130
3999条   上一页 1 ... 60 61 62 63 64 ... 400 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!