php error_reporting value
error_reporting = E_ALL & ~E_NOTICE => PHP will stop if we have any error related to E_DEPRECATED , it may not show you any warning – very silent –...
Windows Vista can not boot because windows\system32\config\system is corrupted ?
There is a folder windows\system32\config\regback , copy the file system32\config\regback\system to config\system will fix the problem copy c:\windows\system32\config\regback\system c:\windows\system32\config\system confirm the overwrite operation.
See your Adsense Earnings on Chrome with Chrome Extension
This is a nice extension, it’s much faster than the normal web page. Try it
Command to find CPU usage in Linux
There are 3 commands that we can use sar top mpstats You may need to install sysstat package to use these commands : apt-get install sysstat If you install...
InnoDB restore from crash machine.
My OS crash today and i had to reinstall mysql server. I am using Windows 2003 (quite old Â đŸ˜‰ There are a few things happen when i reinstall the...
How to relocate subversion to new url in Mac with SVNX
Svnx doesnt have interface to switch the svn repository from one url to another. If you change your url , or move your repository to a new url you...
DriverIdentifier Checks for Driver Updates, Offers Easy Installs
DriverIdentifier is a desktop/webapp hybrid—install the program then launch it to scan your system for all device drivers then the program checks to see if there are new drivers...
Php: Temp upload files not deleted
Today, my server is out of disk and i see there are lot of files in /tmp , their names are phpXXXX , i know these files are uploaded...
Analyze your slow mysql query with “Explain”
When you think your mysql is slow , the first step is to analyze your sql query with “Exlain” command. This is an example explain select * from table1...
child pid XXXX exit signal File size limit exceeded (25) on apache log
Today I found that Apache on my server was very slow and a lot of child pid xxxx exit signal File size limit exceeded (25) errors in error_log. It...