在CentOS(Linux)下编译安装Redis(V2.8.7)之后,总结的注意事项如下:
下载安装Redis:
$ wget http://download.redis.io/releases/redis-2.8.7.tar.gz
$ tar xzf redis-2.8.7.tar.gz
$ cd redis-2.8.7
$ make
TIPS: 可先到官网下载Redis文件,同时可以...
分类:
其他好文 时间:
2015-01-15 22:09:47
阅读次数:
324
安装ubuntu 14
并优化
1.
官方下载,32位ubuntu
http://mirrors.neusoft.edu.cn/ubuntu-releases/14.04.1/ubuntu-14.04.1-desktop-i386.iso
2.
刻录启动盘
选择刻录光盘映像 DVD 1.0G左右
3. ...
分类:
系统相关 时间:
2015-01-15 18:25:14
阅读次数:
258
Ubuntu10.10这个版本真的很老了,官方N多年前早已不再支持更新软件源了。 目前可用的有中科大镜像更新源。 中科大Ubuntu 10.10源列表:deb http://mirrors.ustc.edu.cn/ubuntu-old-releases/ubuntu/ maverick ma...
分类:
系统相关 时间:
2015-01-14 19:48:11
阅读次数:
222
亲测可用:http://download.eclipse.org/technology/m2e/releases/1.3/1.3.1.20130219-1424老外藏的太深了附上m2e各版本地址:https://www.eclipse.org/m2e/m2e-downloads.html实在是太折腾...
分类:
系统相关 时间:
2015-01-13 21:14:14
阅读次数:
213
1、下载:wget http://download.redis.io/releases/redis-2.8.7.tar.gz2、解压安装:tar xf redis-2.8.7.tar.gzcd redis-2.8.7makemake install3、创建配置文件:mkdir /etc/redisc...
分类:
其他好文 时间:
2015-01-12 17:22:15
阅读次数:
194
安装Django:wgethttps://www.djangoproject.com/m/releases/1.7/Django-1.7.2.tar.gz
tar-zxfDjango-1.7.2.tar.gz
cdDjango-1.7.2/
pythonsetup.pyinstall
****error:
Traceback(mostrecentcalllast):
File"setup.py",line4,in<module>
fromsetuptoolsimportsetup,fin..
分类:
其他好文 时间:
2015-01-08 18:19:08
阅读次数:
225
1.下载redishttp://download.redis.io/releases/redis-2.8.19.tar.gz2.tarzxvfredis-2.8.19.tar3.cdredis-2.8.194.makeMALLOC=jemalloc5.sudomakePREFIX=/usr/local/redis/install6.sudomkdir-p/usr/local/redis/(ect,logs,var)7.sudocp~/Downloads/redis-2.8.19/redis.conf/us..
分类:
系统相关 时间:
2015-01-07 11:13:38
阅读次数:
260
主页:http://redis.io/
下载安装:
redis的安装非常简单,已经有现成的Makefile文件,直接运行make命令即可。
$ cd /tmp
$ wget http://download.redis.io/releases/redis-2.8.19.tar.gz
$ tar xzf redis-2.8.19.tar.gz
$ cd redis-2.8.19
$...
分类:
系统相关 时间:
2015-01-06 18:02:03
阅读次数:
230
1,获取 ,Apache官网下载 http://zookeeper.apache.org/releases.html
我下载下来的,放在 网盘上了 地址: http://pan.baidu.com/s/1bnm21Jp
2,解压出来
tar xvf zookeeper-3.4.6.tar.gz
3, 进入目录
修改配置文件 在conf 目录中, 有一个叫 zoo_sample.cfg...
分类:
其他好文 时间:
2015-01-06 12:06:27
阅读次数:
190
Q4E is now
Eclipse IAM
Releases will still be published in this site until full migration to the Eclipse Foundation happens.
If you had Q4E version 0.8.1 or lower read the
Upgrading to Eclips...
分类:
系统相关 时间:
2015-01-01 11:18:16
阅读次数:
205