Linux

exit code of #128 fatal: unable to connect to github.com

I follow the Quickstart guide from FoundationPress and it display this error [code lang="bash"] bower install && grunt build bower foundation# not-cached git://github.com/zurb/bower-foundation.git# bower foundation# resolve git://github.com/zurb/bower-foundation.git# bower fontawesome#~4.3.0 not-cached git://github.com/FortAwesome/Font-Awesome.git#~4.3.0 bower fontawesome#~4.3.0 resolve git://github.com/FortAwesome/Font-Awesome.git#~4.3.0 bower fontawesome#~4.3.0 ECMDERR Failed to execute "git ls-remote –tags –heads git://github.com/FortAwesome/Font-Awesome.git", exit code of #128 fatal: unable to connect to […]

exit code of #128 fatal: unable to connect to github.com Read More »

Hacker’s Secret 100 Secret Techniques Revealed

One of the nice book that suitable for Hacker, but too bad it is in Japanese version. Wish someone will translate to English version in future. You can find the author from here Satoru Takabayashi, Fumitoshi Ukai, Yusuke Sato, Shinichiro Hamaji, Kazuyuki Shudo Chapter 1. Introduction 1. Introduction to Binary Hacks 2. Terminology of Binary Hacks 3. Using “file” to

Hacker’s Secret 100 Secret Techniques Revealed Read More »

Installing MySQL Plugin for NewRelic

[code lang="bash"] wget https://github.com/newrelic-platform/newrelic_mysql_java_plugin/blob/master/dist/newrelic_mysql_plugin-1.2.0.tar.gz?raw=true mv newrelic_mysql_plugin-1.2.0.tar.gz\?raw\=true newrelic_mysql_plugin-1.2.0.tar.gz tar -zvxf newrelic_mysql_plugin-1.2.0.tar.gz cd newrelic_mysql_plugin-1.2.0 yum install java-1.7.0-openjdk java -version cp config/template_newrelic.properties config/newrelic.properties vim config/newrelic.properties cp config/template_mysql.instance.json config/mysql.instance.json vim config/mysql.instance.json java -jar newrelic_mysql_plugin.jar nohup java -jar newrelic_mysql_plugin.jar & [/code]

Installing MySQL Plugin for NewRelic Read More »