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 »

GA-H87-D3H F3 F6 F5 F6c BIOS

Gigabyte GA-H87-D3H BIOS My Gigabyte H87-D3H freeze randomly and I’m trying to try all the BIOS to test. Here are the link that i found for the oldest and beta BIOS. mb_bios_ga-h87-d3h_f3.exe mb_bios_ga-h87-d3h_f4.exe mb_bios_ga-h87-d3h_f5.exe H87D3H-2.F6c I found some of the users comments Change graphic card from AMD to NVidia -> Intel network card working without

GA-H87-D3H F3 F6 F5 F6c BIOS Read More »

Query WordPress Jetpack Stats using API and return as CSV

http://stats.wordpress.com/csv.php?api_key=123456789abc&blog_id=56174071&end=2013-12-31&day=500&limit=-1 Error: api_key is a required parameter. Required parameters: api_key, blog_id or blog_uri. Optional parameters: table, post_id, end, days, limit, summarize. Parameters: api_key String A secret unique to your WordPress.com user account. blog_id Integer The number that identifies your blog. Find it in other stats URLs. blog_uri String The full URL to the root directory

Query WordPress Jetpack Stats using API and return as CSV Read More »

Remove ver version number for JS and CSS in WordPress

The varnish load so much of different version in my wordpress, so I would like to remove all the ver from the source. 53.76 RxURL /wp-content/themes/responsivepro/core/js/responsive-modernizr.js?ver=2.6.1 51.22 RxURL /wp-content/themes/responsivepro/core/js/responsive-scripts.js?ver=1.2.4 16.12 RxURL /wp-includes/js/jquery/jquery.js?ver=1.10.2 15.70 RxURL /wp-includes/js/jquery/jquery-migrate.min.js?ver=1.2.1 15.59 RxURL /wp-content/themes/responsivepro/core/css/style.css?ver=1.9.3.4 15.59 RxURL /wp-content/themes/responsivepro/pro/lib/css/style.css?ver=1.0 15.58 RxURL /wp-content/plugins/RadControl/js/adclk.js?ver=2013-06-21 15.56 RxURL /wp-content/themes/responsivepro/style.css?ver=1.9.3.4 15.56 RxURL /wp-content/plugins/jetpack/modules/widgets/wid Solution to solve Add this

Remove ver version number for JS and CSS in WordPress Read More »

SSL read: error:00000000:lib(0):func(0):reason(0), errno 0

SSL read: error:00000000:lib(0):func(0):reason(0), errno 0 Error in WordPress, because of the SSL You may try to upgrade the SSL of your server if not, you can disable the HTTPS in the config file of your wp-config.php Disable HTTPS in WordPress Config add line to your wordpress wp-config.php [php] define( ‘JETPACK_CLIENT__HTTPS’, ‘NEVER’ ); [/php]

SSL read: error:00000000:lib(0):func(0):reason(0), errno 0 Read More »