Find all files in Path and Cat all data from the file in Linux
[code lang=”bash”] find . -name ‘data*’ -exec cat {} \\; [/code]
Find all files in Path and Cat all data from the file in Linux Read More »
[code lang=”bash”] find . -name ‘data*’ -exec cat {} \\; [/code]
Find all files in Path and Cat all data from the file in Linux Read More »
[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 »
vi /etc/network/interfaces modify iface eth0 inet dhcp to iface eth0 inet static Then add this below address 192.168.1.200 netmask 255.255.255.0 network 192.168.1.0 broadcast 192.168.1.255 gateway 192.168.1.1
Set Static IP for Raspberry Pi Read More »
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 »
PHP message: PHP Fatal error: Class ‘WP_List_Table’ not found in You may see this error in WordPress while disabled some plugin, because they plugin is need to use the WP_List_Table class from the WordPress. Solving the problem Add this to any of your activated plugin the it will load the class if it is not
PHP message: PHP Fatal error: Class ‘WP_List_Table’ not found in Read More »
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 »
Error in CentOS [code lang=”bash”] configure.ac:94: error: possibly undefined macro: AC_DEFINE If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure.ac:125: error: possibly undefined macro: AC_MSG_ERROR autoreconf: /usr/bin/autoconf failed with exit status: 1 Configuring… configure: error: cannot find install-sh or install.sh in "." "./.." "./../.." [/code] Solved [code lang=”bash”] yum
configure.ac:94: error: possibly undefined macro: AC_DEFINE Read More »
Error in CentOS [root@ns4007603 cgminer]# ./autogen.sh configure.ac:39: error: possibly undefined macro: AC_PROG_LIBTOOL If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1 Configuring… ./autogen.sh: line 10: /root/cgminer/configure: No such file or directory Solve yum install libtool
configure.ac:39: error: possibly undefined macro: AC_PROG_LIBTOOL Read More »
Why Mac OS keep refreshing the Desktop ? It has been awhile, my updated Mac OS X keep refresh the desktop while I’m watching Youtube, Video and other works. I found out the problem because of the Google Drive ! If you are using Google Drive, you may face this problem. Solve Refreshing Desktop in
Why Mac OS X keep refreshing the Desktop ? Read More »
Error: sqlite.bz2: [Errno -1] Metadata file does not match checksum [root@ns5001450 ~]# yum update Failed to set locale, defaulting to C base | 3.7 kB 00:00 epel/metalink | 14 kB 00:00 extras | 3.4 kB 00:00 newrelic | 951 B 00:00 rpmforge-extras | 1.9 kB 00:00 updates | 3.4 kB 00:00 updates/primary_db | 5.1 MB
Error: sqlite.bz2: [Errno -1] Metadata file does not match checksum Read More »