Nginx的安装需要下载四个包1.zlib库(下载:http://www.zlib.net/)2.pcre库(下载:http://www.pcre.org/)3.openssl库(下载:http://www.openssl.org/)4.Nginx包(下载:http://nginx.org/en/d...
分类:
系统相关 时间:
2015-01-09 12:10:49
阅读次数:
295
下载链接:http://php.net/downloads.phpphp-5.4.36.tar.gztarzxfphp-5.4.36.tar.gzcdphp-5.4.36./configure--prefix=/usr/local/php5.4--with-mysql=/usr/local/mysql--with-mysqli=/usr/bin/mysql_config--with-pdo-mysql=/usr/bin/mysql_config--with-openssl--enable-mbstr..
分类:
Web程序 时间:
2015-01-09 01:50:47
阅读次数:
157
Linux下openssl提供了一系列哈希及加密的函数,如果调用openssl提供的MD5函数生成任意字符串的MD5呢?下面提供了一段代码实现Linux下c字符串生成md5的函数。具体代码:123456789101112131415161718192021222324252627282930#inc...
分类:
系统相关 时间:
2015-01-08 16:53:39
阅读次数:
254
Linux下openssl提供了一系列哈希及加密的函数,如果调用openssl提供的MD5函数生成任意字符串的MD5呢?下面提供了一段代码实现Linux下c字符串生成md5的函数。 具体代码: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 ...
分类:
系统相关 时间:
2015-01-08 15:46:23
阅读次数:
228
关于编译安装php的选项可以为./configure--prefix=/usr/local/php--with-mysql=mysqlnd--with-pdo-mysql=mysqlnd--with-mysqli=mysqlnd--with-iconv--with-openssl--enable-mbstring--with-freetype-dir--with-jpeg-dir--with-png-dir--with-libxml-dir=/usr/--enable-xml--ena..
分类:
Web程序 时间:
2015-01-08 15:38:08
阅读次数:
182
suse11 使用的 openssl 0.9.8,在使用一些软件的时候要求用 1.0.0 就会报错。libssl.so.10 => not found
libcrypto.so.10 => not found
去官方下载 openssl 源码包。编译方式选择shared 304 2015-01-06 16:06:52 ./config shared
305 2015-01-06 16:0...
分类:
其他好文 时间:
2015-01-06 18:01:17
阅读次数:
411
ZDNet科技观察家StevenJ.Vaughan-Nichols在年终发表了对Linux和开源技术这一年跌宕起伏的总结,细数这一年中的惊喜和不堪。2014Linux之殇“心脏出血(Heartbleed)”心脏出血(Heartbleed)是一个发现于OpenSSL的安全漏洞,它影响了数十亿网站。St...
分类:
系统相关 时间:
2015-01-06 13:29:37
阅读次数:
230
第一步:下载安装的文件 1. MySQL:下载地址mysql-5.1.49-win32.msi; 2. Apache: 下载地址httpd-2.2.16-win32-x86-openssl-0.9.8o.msi; 3. PHP5.3.3 下载地址php-5.3.3-Win32-VC6-x86注意:一...
分类:
数据库 时间:
2015-01-04 21:07:55
阅读次数:
224
#!/bin/shCHECK_RUN(){if["$?"="0"];thenecho"===============Run[$1]succeed!==============="sleep3elseecho"Error,abort!"exit2fi}./telnet_restart.shstart./telnet_restart.shstatussleep3echo""echo""USER=`whoami`if[$USER!=root];thenecho"Mustberoottorunthisscript,p..
分类:
其他好文 时间:
2015-01-04 19:35:52
阅读次数:
204
苹果开发者计划申请下来了,接下来就是导出证书了,可是按照之前转过的帖子操作,http://www.cnblogs.com/cg-Yun/articles/4158177.html,发现不能导出私钥。本人系统是 目前最新的10.10.1 , xcode 是最新的 6.1.1 。解决办法, 在钥匙串工具...
分类:
其他好文 时间:
2015-01-04 11:54:31
阅读次数:
156