一、安装编译所需的库。sudo apt-get install build-essential cmake pkg-config libcurl4-openssl-dev libsqlite3-dev libmozjs185-dev libev-dev libglib2.0-dev libpurpl...
分类:
其他好文 时间:
2014-10-02 00:28:01
阅读次数:
226
OpenSSL“心脏出血”漏洞危害辐射范围正在不断扩大。在思科、Juniper网络设备被曝受此漏洞影响后,Windows上大批软件也被发现存在漏洞,可被黑客利用攻击网民电脑,抓取密钥等隐私数据,而攻击代码已在国外技术网站GitHub上公开。对此360安全卫士于10日晚间紧急推出漏洞修复方案,是目前唯...
分类:
其他好文 时间:
2014-10-01 14:14:31
阅读次数:
178
OpenStack icehource for Ubuntu OS1,网络规划2,Ntp apt-get install ntp3,generate secure passwdapt-get install pwgen or openssl rand -hex 104,deployment auto...
分类:
其他好文 时间:
2014-09-30 18:46:50
阅读次数:
286
SigningdatawiththeRSAalgorithmStep1.Createprivate/publickeypair(optional)opensslgenrsa-outprivate.pem1024>private.pemThiscreatesakeyfilecalledprivate.pem.Thisfileactuallyhaveboththeprivateandpublickeys,soyoushouldextractthepubliconefromthisfile:opensslrs..
分类:
编程语言 时间:
2014-09-30 13:45:30
阅读次数:
238
CentOS
安装git
详细git攻略整理
CentOS的yum源中没有git,只能自己编译安装,现在记录下编译安装的内容,留给自己备忘。
确保已安装了依赖的包
yum
install curl yum
install curl-devel yum
install zlib-devel yum
install openssl-devel yum
install perl yum...
分类:
其他好文 时间:
2014-09-30 11:47:02
阅读次数:
354
最近在用ruby的一些库的时候,总是出现这个错误。在使用net/imap库的时候,或者net/http库(主要是用到了https,https是用了ssl) 的时候,具体如下:错误提示:E:/Ruby200/lib/ruby/2.0.0/net/imap.rb:1454:in `connect': S...
分类:
其他好文 时间:
2014-09-29 21:12:11
阅读次数:
631
1、创建用户/usr/sbin/groupaddwww/usr/sbin/useradd-rwww-gwww2、安装依赖包apt-getinstall-ymakegccg++curllibxml2libxml2-devlibssl-devlibcurl4-openssl-devlibjpeg-devlibpng12-devbzip2libbz2-devlibxpm-devlibfreetype6-devlibedit-devlibxslt-devtarzxvflibmcrypt-2.5...
分类:
Web程序 时间:
2014-09-29 16:42:41
阅读次数:
221
Passenger/Nginx/Debian快速部署RailsPassengerNginxdebian快速部署Rails安装所需的linux包sudo apt-get install build-essential bison openssl libreadline6 libreadline6-de...
分类:
其他好文 时间:
2014-09-29 12:25:11
阅读次数:
239
最近在研究linux下的apache-ssl配置,写点个人小心得,新人发博,敬请见谅。
软件环境
Apache Httpd 2.2.29 (http://httpd.apache.org )
OpenSSL 1.0.1h (http://www.openssl.org/source )
SSL-Tools (http://www.openssl.org/contrib/s...
分类:
系统相关 时间:
2014-09-29 11:09:30
阅读次数:
167
生成密钥opensslgenrsa-outserver.key提取公钥opensslrsa-inserver.key-pubout生成自签名证书opensslreq-new-x509-keyserver.key-outserver.crt-days365-new:新的申请-key:密钥文件-out:保存的文件-days:有效期查看证书内容opensslx509-text-inserver.crt配置文件:/etc/pk..
分类:
其他好文 时间:
2014-09-29 02:54:07
阅读次数:
315