Linux

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 »

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 »

configure.ac:94: error: possibly undefined macro: AC_DEFINE

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 »

configure.ac:39: error: possibly undefined macro: AC_PROG_LIBTOOL

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 »

phpMyAdmin – Error : Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly

[code] phpMyAdmin – Error Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly. [/code] I face this problem in CentOS 6 with nginx and php-fpm, so I solve using this way [code lang="bash"] sudo mkdir /var/lib/php/session sudo chown nginx:nginx /var/lib/php/session sudo chmod

phpMyAdmin – Error : Cannot start session without errors, please check errors given in your PHP and/or webserver log file and configure your PHP installation properly Read More »

How to install Git in CentOS in fastest way ?

yum install git git –version git version 1.7.1 Update git git clone https://github.com/git/git remote: Finding bitmap roots… remote: Counting objects: 163718, done. remote: Compressing objects: 100% (45304/45304), done. remote: Total 163718 (delta 117789), reused 162282 (delta 116441) Receiving objects: 100% (163718/163718), 50.96 MiB | 2.24 MiB/s, done. Resolving deltas: 100% (117789/117789), done.

How to install Git in CentOS in fastest way ? Read More »