Tag Archives: Linux
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