mysql.ini

How to Fix PHP Warning: Module already loaded in Unknown on line 0 on Ubuntu

I received email from cronjob saying that there was PHP module already loaded: PHP Warning:  Module ‘mysql’ already loaded in Unknown on line 0 This warning happens when there is PHP extension loaded more than once. To fix this problem, check /etc/php5/apache2/php.ini file and the corresponding module configuration file in /etc/php5/conf.d/. For mysql module, I…

Read More
WLANAutoConfig

How to Fix Disabled Wireless Device in Windows 7

I had this problem in Windows 7 where wireless device always show disabled. I opened Control Panel\Network and Internet\Network Connections and then right click on disabled Wireless Network Connection, and choose Enable. After that status window appeared show ‘Enabling..’ message, but the device was still disabled. To fix this problem, I opened Control Panel\Administrative Tools\Services,…

Read More
ehcp

How to Install Easy Hosting Control Panel (EHCP) on Ubuntu

EHCP is a free and open source web hosting control panel. This guide will show you how to install it on Ubuntu server.           Check /etc/apt/sources.list. It should have the following line (replace oneiric with your version). deb http://archive.ubuntu.com/ubuntu/ oneiric main restricted deb-src http://archive.ubuntu.com/ubuntu/ oneiric main restricted deb http://archive.ubuntu.com/ubuntu/ oneiric-updates main…

Read More