在Linux中启用异步I / O

检查是否安装了AIO包 rpm -qa|grep aio libaio-devel-0.3.107-10.el6.i686 libaio-0.3.107-10.el6.x86_64 libaio-0.3.107-10.el6.i686 libaio-devel-0.3.107-10.el6.x86_64 确认aio包是否已经加载…

lsof的用法

lsof 是什么? lsof 可以列出打开文件的所有信息, 打开的文件可以是 1.ordiary 文件 2.dictionary 3.network 文件和系统文件 4.device…

CentOS6平台,Tomcat部署Go Daddy颁发的SSL证书

基础环境:Centos 6.x / Centos 7.x 1. 安装tomcat 与java 环境 2.使用jre 程序的keytool 生成密钥,java 我使用解压版本并运行目录在 /usr/java,生成tomcat.keystore 密钥文件 keytool -keysize 2048 -genkey -alias tomcat -keyalg RSA -keystore tomcat.keystore 然后会提示输入DNS 信息及密码:…