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

Posted in Linux | Leave a comment

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.  

Posted in Subversion | Leave a comment

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

Posted in Zend Framework | Leave a comment

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

Posted in Personal | Leave a comment

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

Posted in Uncategorized | Leave a comment

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

Posted in Uncategorized | Leave a comment

Multiple attachments not going with PHPmailer v5

A bug in the PHPMailer v5 has been stopping me from sending multiple attachments in a mail. It was quite a confusing thing coz it I checked everything in my PHP code time and again. Somehow, after googling for this, … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

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

Posted in Linux | Tagged , , , | Leave a comment

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

Posted in Linux | Tagged , | Leave a comment

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

Posted in Linux | Tagged , | Leave a comment