10 2014 档案
redis-dev
摘要:redis install by centos---------------------------------------------------------------------------------------------------./bin/redis-server ./redis.c... 阅读全文
posted @ 2014-10-30 09:35 adolfmc 阅读(325) 评论(0) 推荐(0)
linux install nodejs
摘要:下载/安装pythonyum install -y bzip2* #nodejs 0.8.5需要,请安装python前,先安装此模块。wget http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tgztar zvxf Pyth... 阅读全文
posted @ 2014-10-29 16:12 adolfmc 阅读(602) 评论(0) 推荐(0)
logstash启动脚本
摘要:1 nohup./redis-server 1>log.log 2>error.log &2 nohup./elasticsearch -f &3 nohup ./bin/logstash -f redis.conf &4 阅读全文
posted @ 2014-10-29 16:11 adolfmc 阅读(1007) 评论(0) 推荐(0)
退出linux控制台不退出启动应用命令
摘要:nohup xxxxxx & 阅读全文
posted @ 2014-10-29 13:09 adolfmc 阅读(1110) 评论(0) 推荐(0)
安装logstash+kibana+elasticsearch+redis搭建集中式日志分析平台
摘要:安装logstash+kibana+elasticsearch+redis搭建集中式日志分析平台2014-01-16 19:40:57|分类:logstash|标签:logstashkinanaelasticsearchredis日志分析|举报|字号订阅本文是参考logstash官方文档实践的笔记,... 阅读全文
posted @ 2014-10-29 13:04 adolfmc 阅读(2934) 评论(0) 推荐(0)
ubuntu下安装redis
摘要:1.安装并编译redis:$sudosu$mkdir/usr/local/redis$cd/usr/local/redis$wgethttp://redis.googlecode.com/files/redis-2.0.0-rc2.tar.gz$tarzxvfredis-2.0.0-rc2.tar.... 阅读全文
posted @ 2014-10-24 21:16 adolfmc 阅读(221) 评论(0) 推荐(0)