Category Archives: Linux

Linux

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

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

PHP 5.3 upgrade in Centos 5.3

I’ve finally figured out a way to install PHP 5.2.x instead of PHP 5.1 which installs on CentOS 5.3 by default. I’ve wanted to use phpMyAdmin 3.x but could not because of this. Now I can, and if you keep … Continue reading

Posted in Linux | Tagged , , , | 1 Comment