Tutorials
This is our main category for all our tutorial based articles. You can find almost anything from server configuration to website optimization.
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
Compress and extract a zip archive on Ubuntu / Debian linux
Compress and extract a zip archive on Ubuntu / Debian linux The zip command is one of the most popular archive types used on the internet, should be by default in all linux, Windows and MacOS distribution, however there are certain cases where this is not present. For example a bare installation of centos or
How to install MongoDB PHP extension
How to install MongoDB PHP extension In our last tutorials I’ve showed you how to install MongoDB server directly on a linux Debian or Centos. The process is simple and you just need about 10 minutes or so for the average beginner to start working from shell with MongoDB. But what comes next is using
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
How to use live.com for domains
What is live.com for domains? If you remember the old times where google.com had a free version of Google Apps for domains, then you would probably understand faster if I say this is a similar free version of that, only this is managed by Microsoft mail server, live.com to be exact. Live.com and Google apps
How to install modules using NPM (Node Packaged Modules)
About NPM In my earlier tutorials I’ve shown you how you can install node.js on a CentOS or Debian operating system, the process is almost the same on all distribution, you just need to use the proper repository and use the linux package installer to install node.js and / or npm. In this article however,