发布时间:2013-10-24 12:19:35
Linux系统:CentOS 6.3一、下载源码包wget http://download.redis.io/releases/redis-2.6.16.tar.gz二、安装1、解压:[root@localhost ~]# tar -zxvf redis-2.2.12.tar.gz2、安装:[root@localhost ~]# cd redis-2.2.12[root@localhost redis-2.2.12]# make PREFIX=/usr/local/redis install3、建立需要的目录.........【阅读全文】
发布时间:2013-10-24 10:22:48
虚拟机下centos 6网卡的添加 一 . 虚拟机"设置"选项可以添加网卡 www.2cto.com 自定义:我用的是VMnet2 (如果单个虚拟机这个选什么无所谓!! 但是你要想让你的两个虚拟机的两个eth1网卡能通信必须选择同样的模式!! 即两个虚拟的的eth1网卡都选VMnet2 或者都选VMnet3 ,.........【阅读全文】