IntroductionIn this article we are going to discuss important features of Apache and Nginx. Also, I am going to explain advantages/disadvantages of Nginx vs Apache.​Apache​Apache creates processes and threads to handle additional connections. The administrator can configure the server to control the maximum number of allowable processes. This configuration varies depending on the available memory

Read More

What is GIT? GIT is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. It is easy to learn and has a tiny footprint with lightning fast performance. It outclasses SCM tools like Subversion, CVS, Perforce, and ClearCase with features like cheap local branching,

Read More

Are you curious about knowing which Apache version you are using for your website? You can leave all your worries and just follow my article to check Apache version from WHM, cPanel and Shell.Apache Version From WHMLogin to your WHM. On the left menu bar search for “Server status” section under that select “Apache status“.

Read More

I want to discuss few points about changing the SSH Port on a CentOS server. There might be many ways to change, but I will let you learn the easiest way to change the port number.​Introduction​SSH is nothing but a Secure Shell. It gives you an option to login to a remote machine and execute commands. It

Read More

IntroductionMYSQL is an open-source database management system, commonly installed as part of the popular LAMP (Linux, Apache, MySQL, PHP/Python/Perl) stack. It uses a relational database and SQL (Structured Query Language) to manage its data. But, let us see installing MySql on Ubuntu 14.04. In this we learn how to install MYSQL version 5.5, 5.6 on a

Read More

In this article, we will show you how to connect to a Linux server in a safe and secure way using an SSH client called Putty. There are two ways to connect Linux serverThe first way to connect is, to have Linux-based OS on our local machine PC.And the other way is connecting to a shell

Read More