Friday, March 11, 2011

Best htaccess rewrite tutorial I have ever seen

Rewrite engine is a bit tricky and hard to get with current documentation. This tutorial is more than perfect for anyone wants to learn the basics.

Wednesday, March 2, 2011

That's how you can install LAMP server in linux

Something most of us do after installing a fresh copy of Linux is to install LAMP server for php development or hosting. For me I usually make Linux go crazy and mess things up that I need to install a fresh copy of Linux so frequently ( Not so so frequently either ! ). Remembering the needed packages is quite hard for a poor memory like mine. So let's do this only once here !

That's how you can search for files in linux

1- GUI way : You can use your file manager for that. For me I use nautilus so you can go to the toplevel directory you want to start searching from and hit Ctrl + F keys to enter the file name and press enter (That's quite simple).

2- Command line way : If you prefer doing search from command line like I do then open your terminal and search as following:

That's how you can install uploadprogress PECL library

Problem :

I am trying the new Drupal 7 out, and the status report says that my server is capable of displaying file upload progress but does not have the required libraries. I need to install PECL uploadprogress library.