Author: కృష్ణ బాబు
One liners about India
One liners about India that are completely true : 1. If you want to know how divided we are, just look at matrimonial page of our newspaper 2. India is running the software of...
Passages for handwriting practice
Emma has a new bicycle. It is bright pink and shiny. it was a gift from her uncle. He hid it behind a bush to surprise her. When Emma looked behind the bush and...
Sentences for handwriting practice
The quick brown fox jumps over the lazy dog A penny saved is a penny earned It’s fun to do other impossible The truth is the strongest argument Make each day your masterpiece Learning...
Enable FreeType and recompile PHP on Linux
FreeType library is typically required along with GD library in PHP. This will enable usage of imagettftext() and other functions. Install FreeType Install FreeType library first at OS level. # yum install freetype-devel You have...
xdebug code in php.ini for Netbeans
After enabling XDebug extension, give this code in php.ini to attach Netbeans to Xdebug. xdebug.remote_enable=on xdebug.remote_log=”/var/log/xdebug.log” xdebug.remote_host=localhost xdebug.remote_handler=dbgp xdebug.remote_port=9000
SVN Ignore folder
svn propset svn:ignore “*” /path/to/dir This command will ignore specific paths from committing into svn.