已经按了php环境开发过程中需要安装openssl扩展方法:1,查看php版本号2,然后找到cd/usr/port/lang/php5-ext扩展里面(这里要对应php版本号php-v)3,makeconfig到界面找到对应的扩展4,makeinstallclean5,重启php-fpm
分类:
Web程序 时间:
2014-10-31 19:21:27
阅读次数:
362
笔者是在vmware中的Debian7下部署nginx服务器,采用离线部署方式。过程如下:1.准备好需要的离线安装包nginx-1.6.2.tar.gz,pcre-8.34.tar.gz,openssl(在线安装),zlib-1.2.8.tar.gz (这些包文章末尾给出了下载链接)2.安装pcre...
分类:
其他好文 时间:
2014-10-31 15:08:58
阅读次数:
168
前提:这里要求安装了perl,不做介绍,不会的去网上找来安装就行了,遇到添加环境变量到系统环境变量的地方选中 因为用do_ms的时候,经常遇到问题,这里用nasm来安装,所以也要有nasm的环境,去网上下载下来安装就好了,解压版也好,安装过程不会有环境变量的设置,所以一路下一步就好了1、官网下...
分类:
其他好文 时间:
2014-10-31 11:39:06
阅读次数:
273
cd/etc/pki/tls[root@ip-172-31-21-147 tls]# cat openssl.cnf## OpenSSL example configuration file.# This is mostly being used for generation of certific...
分类:
其他好文 时间:
2014-10-29 14:36:14
阅读次数:
916
1、安装pcre
下载地址:[root@lw-01~]#cdpcre-8.36
[root@lw-01pcre-8.36]#./configure--prefix=/usr/local/pcre2、安装OpenSSL
下载地址:[root@lw-01~]##cdopenssl-1.0.2-beta3
[root@lw-01openssl-1.0.2-beta3]#./config--prefix=/usr/local--openssldir=/usr/local/openssl..
分类:
其他好文 时间:
2014-10-28 18:05:25
阅读次数:
199
要让苹果App在真机上跑,需要私钥(PrivateKey),证书(Certificate)和描述文件(Provisioning Profile)。(一) 安全基础: 1.非对称加密: 2.Hash码(二) CodeSign 打包app上传的时候,为了确保在传输过程中app内容没有被更改...
分类:
其他好文 时间:
2014-10-28 08:10:29
阅读次数:
205
先去官方下载mysql5.6.20源码包,然后yum-yinstallgccgcc-develgcc-c++gcc-c++-develautoconf*automake*
zlib*libxml*ncurses-develncurseslibgcrypt*libtool*cmakeopenssl
openssl-develbisonbison-devel准备编译需要用到的组件。创建mysql用户和组groupaddmysqluseradd-gmysq..
分类:
数据库 时间:
2014-10-27 15:45:23
阅读次数:
268
1 echo "password" | openssl passwd -1 -salt $(< /dev/urandom tr -dc '[:alnum:]' | head -c 32) -stdin1 $1$cVcjk1yK$sfdBsYIEr800Mdr3PsICe02 $1$oBrzawaF$...
分类:
系统相关 时间:
2014-10-27 10:36:07
阅读次数:
406
原著:James McCaffrey翻译:小刀人 原文出处:MSDN Magazine November 2003 (Encrypt It)本文的代码下载:msdnmag200311AES.exe(143KB)本文假设你熟悉 C# 和 位(bit)操作。摘要 AES(The Advanced En....
分类:
编程语言 时间:
2014-10-25 22:53:50
阅读次数:
370
一.安装Composer首先你需要安装Composer,Composer是PHP依赖管理工具,Laravel框架就是使用Composer执行安装和依赖管理。注:(1)若安装Composer出错,在php.ini中开启php_openssl,php_fileinfo扩展,因为Laravel需要。(2)...
分类:
其他好文 时间:
2014-10-24 20:27:26
阅读次数:
339