In this article I’ll go through resetting MySQL root password the easiest way
We are going to stop the MySQL daemon to be able to run it in safe mode, then we are going to skip grant tables, which means we are skipping password authentication, then we will set our new password
Read more…
I wont cover what’s new in php 5.3 since it would be another article, however it contains alot of improvements including PHP Namespaces, Late Static Bindings, lambda functions, closures…etc. I would strongly recommend using it.
I’ll be explaining how to install LAMP stack with PHP 5.3.8 without compiling
It’s fairly easy using the dotdeb repository
Read more…
The fstab masks has puzzled me a little, because it’s not as the unix file permissions, so I thought to share the result of my research for anyone who felt the same.
The fstab exists in /etc/fstab, so let’s examine the fstab a little bit.
Read more…