Servers
Server configuration and optimization. You will also find here tutorials and fixes on certain errors we’ve personally found!
Linux ftp command tutorial
Install nginx with PHP-FPM and mysql server 5.5

Install nginx with PHP-FPM and mysql server 5.5 In my earlier tutorials I showed you how to install PHP-FPM with fastcgi and apache web server on ubuntu or debian operating system. This time I thought of doing a tutorial in a similar manner, but a different web server, with Nginx. As all of you know,
Install PHP-FPM on Ubuntu and Debian

Install PHP-FPM on Ubuntu and Debian What is PHP-FPM? That’s probably some of you are thinking, or maybe someone of you found this page by looking how to install it, anyway, FPM stands for Fastcgi Process Manager. This is a much better alternative to PHP Fastcgi, can be used on any sites, but mostly used
Install Lighttpd web server, mysql 5.5 and PHP
How to install a mail server

About Postfix and Sendmail mail server This tutorial has been made to show you how to install a mail server on your linux server. Sendmail mail server (MTA) is one of the most used mail server on the internet, by default this should be included in almost any linux distribution and can be used directly
Increase /tmp partition size on linux
How to install Varnish cache on CentOS, Ubuntu and Debian
Install PHP 5.3 Mysql 5.5 Apache on Debian
How to create and install self signed certificate

What is a self signed certificate? Usually when people do hear that a server has a self signed certificate they go like “What?! Your server is unprotected!” and things like that, well that is wrong! Not 100% wrong, but most of the time it is, and now you’re probably thinking: why? Well its true that
Install and enable Apache modules on debian / ubuntu

Install and enable Apache modules In order for Apache to handle different situation or certain settings the user requires, certain modules are required to be installed and enabled. Usually Apache comes with most of the modules you require to work with installed, however there are certain cases where you need these modules to install first in