Zabbixserverisnotrunning:theinformationdisplayedmaynotbecurrent安装版本2.4.5php5.5mysql5.5debian7.7注:网上说要开启php支持openssl扩展,已经开启了呀方法如下:1、php.ini文件中查找allow_url_fopen=On;让你的php支持opensll扩展。2、默认,是没有openssl扩展的,只能..
分类:
其他好文 时间:
2015-07-15 23:15:57
阅读次数:
1378
引言:在Linux系统中我们要向手动生成一个密码可以采用opensllpasswd来生成一个密码作为用户账号的密码。Linux系统中的密码存放在/etc/shadow文件中,并且是以加密的方式存放的,根据加密方式的不同,所产生的加密后的密码的位数也不同。opensslpasswd的作用是用来计算密码hash..
分类:
其他好文 时间:
2015-07-15 23:08:27
阅读次数:
195
安装git1. Git 的工作需要调用 curl,zlib,openssl,expat,libiconv 等库的代码,所以需要先安装这些依赖工具yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel perl...
分类:
其他好文 时间:
2015-07-15 20:41:48
阅读次数:
158
系统环境:
Linux: CentOS release 6.5 (Final)
LAMP
步骤
1.lamp开启ssl
# yum install openssl mod_ssl -y # 安装openssl和apache的ssl模块
2.证书生成的方法
# openssl genrsa -des3 -out server.key 1024...
分类:
Web程序 时间:
2015-07-15 19:23:33
阅读次数:
374
1 #升级前必须先安装其它依赖 2 yum install readline-devel sqlite-devel bzip2-devel openssl-devel gdbm-devel libdbi-devel ncurses-libs zlib-devel -y 3 #下载python安装包....
分类:
编程语言 时间:
2015-07-14 22:28:45
阅读次数:
257
问题:vs2008环境nmake编译 apache 2.2.29 openssl 1.0.1g mod_ssl 不知道如何生成“"..\..\srclib\openssl\inc32\openssl\store.h"”解法:把'mod_ssl.dep' 重新命名, 好像是多余的依赖文件rename ...
分类:
Web程序 时间:
2015-07-12 18:53:02
阅读次数:
205
http://blog.csdn.net/as3luyuan123/article/details/16812071用途:s_client为一个SSL/TLS客户端程序,与s_server对应,它不仅能与s_server进行通信,也能与任何使用ssl协议的其他服务程序进行通信。用法:[cpp]vie...
分类:
其他好文 时间:
2015-07-11 00:57:23
阅读次数:
484
网站压力测试工具
使用siege这个工具去进行压力测试,这个既可以进行http和https进行压力测试。
编译方法
wget http://download.joedog.org/siege/siege-latest.tar.gz
tar -zxvf siege-latest.tar.gz
使用方式
sudo apt-get install openssl openssh-s...
分类:
Web程序 时间:
2015-07-10 19:08:08
阅读次数:
129
OpenSSL 1.0.2d 和 OpenSSL 1.0.1p 发布,修复了一个安全问题(CVE-2015-1793)。安全级别:高影响的版本:OpenSSL 1.0.2c, 1.0.2b, 1.0.1n 和 1.0.1o。漏洞描述:Alternative chains certificate fo...
分类:
其他好文 时间:
2015-07-10 11:14:05
阅读次数:
121
Openssl 7月9日发布了?OpenSSL 1.0.2??和OpenSSL 1.0.1?两个主线版本的更新,其中修复了一个高危安全问题(CVE-2015-1793)。 ? 漏洞危害: 特定版本的OpenSSL在证书校验的逻辑中存在安全漏洞,使得攻击者可以...
分类:
其他好文 时间:
2015-07-10 00:36:21
阅读次数:
196