Author Archives: anil
Spliiting a Huge text or CSV file into smaller chunks
I got into a situation where i had to import a 10GB CSV file into mysql. I tried to open the file using excel, but it hanged and gave errors of Lesser Resources (RAM). Then I came to know about … Continue reading
Eclipse Helios key bindigs for SVN stopped after update
Go to Window > Customize Perspective. under the tab ‘Command Groups Availability’ check the ‘SVN’ checkbox. The keybindings will start working.
Zend Framework long names for Controller Actions
I started working on Zend Framework some days ago. Recently, I encountered an issue with the Controller actions. I wanted to have a controller action with name getRecordsByCountryAction in one of my controllers. To my surprise, this did not work … Continue reading
My Vacations at McLeod Ganj
Hi, I just returned from my 2 days short vacations at Dharamshala, McLeodGanj. I really needed a break after so long period of work load and pressure. I with my two friends Anuj Jain (Bonny) and Gaurav Luthra planned the … Continue reading
Creating Apache Virtual hosts in windows vista
On my way to start Zend Framework development, I found that I have to create the virtual host in my windows vista machine. I Googled for this thing and finally got my virtual host ‘zf.local’ working with it document root … Continue reading
Am Zend Certified Engineer now!
Finally, after an experience of 4 years and hours of studying, I am a Zend Certified Engineer today. The exam is not as tough as I expected, at the same time its not an easy one. For studying, I would … Continue reading
Planner 0.14.4 complete progress issue
I have been using the Planner for quite a long time. Its a very good software for Project Management and Planning. Over the time many improvements have been made in the project. The latest stable release you can find at … Continue reading
Enable mod_rewrite in apache
If you are using Windows OS and want to enable mod_rewrite module here is how to do it. This is the general configuration guideline both for Windows and Linux server: QUOTE 1. Find the httpd.conf file (usually you will find … Continue reading
Open rar file or Extract rar files under Linux or UNIX
download binary package from official rarlab site: $ cd /tmp $ wget http://www.rarlab.com/rar/rarlinux-3.6.0.tar.gz Untar file $ tar -zxvf rarlinux-3.6.0.tar.gz Both unrar and rar commands are located in rar sub-directory. Just go to rar directory: $ cd rar $ ./unrar Now … Continue reading