Monthly Archives: October 2009

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

How to setup a Subversion Repository for PHP Development

Being a PHP developer and a System Administrator, Setting up the development environment and Development both are my Key Responsibilities. For years, I have been away from the Source control, but as you grow, your needs also grow to get … Continue reading

Posted in Subversion | Tagged | Leave a comment