10 2014 档案
install package
摘要:http://www.michael-noll.com/blog/2014/03/17/wirbelsturm-one-click-deploy-storm-kafka-clusters-with-vagrant-puppet/
阅读全文
kafka 报Failed to load class "org.slf4j.impl.StaticLoggerBinder".[z]
摘要:转:http://blog.chinaunix.net/uid-25135004-id-4172954.html测试kafka producer发送消息 和consumer 接受消息报错 ,kafka版本kafka_2.9.2-0.8.1[root@master ~]# /export/kafka/...
阅读全文
How to set an Apache Kafka multi node – multi broker cluster【z】
摘要:Set a multi node Apache ZooKeeper clusterOn every node of the cluster add the following lines to the filekafka/config/zookeeper.propertiesserver.1=zNo...
阅读全文
shell变量
摘要:#!/bin/shecho -e “\$#(number of parameters):” $#echo -e “\$0(program name):” $0echo -e “\$1(first parameter):” $1echo -e “\$2(second parameter):” $2ec...
阅读全文
tcl&redis安装
摘要:http://www.linuxfromscratch.org/blfs/view/cvs/general/tcl.html tclhttp://redis.io/topics/quickstart
阅读全文
How to Check if Linux (Ubuntu, Fedora Redhat, CentOS) is 32-bit or 64-bit
摘要:The number of CPU instruction sets has kept growing, and likewise for the operating systems which are able to run and support on more than one CPU sys...
阅读全文
[z]Windows 下基于 Eclipse 的可视化远程 Linux C/C++ 开发环境搭建
摘要:http://blog.csdn.net/lostaway/article/details/80860561、简介 Windows 下远程 Linux 开发工具,比较著名的就是 WinGDB 和 Magic C++。都是商业软件,而且配置复杂,据说还不稳定。其实,我们想要的就是个图形环境 IDE,而...
阅读全文