Installing suPHP on CentOS With Virtualmin/Webmin
What is suPHP? suPHP is a tool for executing PHP scripts with the permissions of their owners. It consists of an Apache module (mod_suphp) and a setuid root binary READ MORE
Password protecting a directory with htaccess and htpasswd
Password Protecting a web directory with htaccess Password protecting a web directory can help make a directory private and only accessible to one or several persons that have the username(s) READ MORE
How to install eAccelerator on linux
eAccelerator works in a way that whenever there is request to a webpage, eAccelerator will parse all the php files and cache them in a shared memory in their compiled READ MORE
Increase shared memory on linux (shmmax)
Shared memory is often used in many applications on linux such as Oracle, Tibco, Webmethods. It’s also used for php extensions such as eaccelerator. In this tutorial, I will show READ MORE
15 most used linux commands and how to use them
Lately I’ve been using linux commands a lot, to configure servers and to optimize them. So I decided to write about my 15 most used commands linux, a brief explanations READ MORE
Understanding the encryption process in htpasswd file
Ever wondered how does the encryption work in the htpasswd file? How is it generated and encrypted. I’ve been doing some researches, and eventually figured it out. When using SSH, READ MORE