Posts

Showing posts from February, 2014

one liner to download java 7 jdk

Download java jdk 7 with one line: wget --quiet --no-cookies -O /vagrant/jdk-7u45-linux-x64.rpm --header 'Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com;' http://download.oracle.com/otn-pub/java/jdk/7u45-b18/jdk-7u45-linux-x64.rpm --no-check-certificate creates=jdk-7u45-linux-x64.rpm

Netstat to find your kafka port

If your looking to see what address Kafka is bound to try using netstat. $netstat -tulpn