Nginx (pronounced “engine x”) is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server. Written by Igor Sysoev in 2005, Nginx now hosts between 1% and 4% of all domains worldwide .Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption.
Continue reading…
Manage Apache Resources Limits With mod_slotlimit
mod_slotlimit is an Apache module that using dynamic slot allocation algorithm and static rules, can manage resources used for each running site.
Continue reading…
How to install ATI fglrx driver in debian
This tutorial will explain How to install ATI fglrx driver in debian.First you need to Download the latest ATI Linux installer from here
Continue reading…
Howto Create your own aliases in Debian
Aliases are shortcuts for certain commands. For example, if your current directory is /usr/bin and you want to navigate quickly to /var/cache/apt/archives you can do a “cd /var/cache/apt/archives”, but this is quite long and you probably want to save time. So this is where aliases come in help. You can do only a “archive” or a “pak” command and the same action is accomplished.
Continue reading…