December 20, 2022

Steps to enable SSH on Debian 9

Server Management Services,

Here you will see how to enable SSH on Debian 9. By default, SSH is turned on, and so the root access is disabled, which implies you will not be able to log in directly to your server via SSH as the root user but using the ‘sudo’ prefix you can run commands with the…

Read more
November 17, 2022

Fix MySQL Errors while Connecting to Remote Server

Server Management Services,

When you try connecting to your remote server you might encounter errors which we will help you to resolve. Following the below guidelines, you can fix MySQL errors. Suppose you are unable to connect to the local MySQL server via socket ‘/var/lib/mysql/mysql.sock’ (2) 0 error, the check if the mysqld daemon is functional or not.…

Read more
November 10, 2022

HAProxy vs NGINX for Load Balancing

Server Management Services,

Let’s see what is best for load balancing, here you see HAProxy vs Nginx differentiation, and based on that you can choose the right one according to your requirement. HAProxy HAProxy HAProxy is open-source software that serves as a load balancer and reverse proxy.  Its commonly used to improve performance and distribute workloads. Their response…

Read more
October 20, 2022

Fix the Error: Permission denied

Server Management Services,

If you encounter an error: permission denied it means your server rejected your connection. Let’s first see what causes this error and then see how to fix it. Unless and until you have a valid un-avoidable reason to use sudo command you can use but you shouldn’t be using it with Git. Similarly, if you…

Read more
August 10, 2021

Quick Fix Apache: “module wsgi_module is already loaded, skipping”

Server Management Services,

You might face this error in Apache  ‘’module wsgi_module is already loaded, skipping’’ when SSL module is enabled in more than one place, ie loading the modules more than once. It is difficult to find your SSL module if you have more virtual host configuration files in Apache. You can execute the below solution to…

Read more
September 9, 2020

Zabbix Vs LibreNMS Monitoring Tools for 2020

Server Management Services,

Network monitoring tools are very important for an IT specialist to examine the health of the system. When there is a massive list of Monitoring Tools to get you started, you might find it difficult to make a final choice. Here we will take you through the Zabbix Vs LibreNMS Monitoring Tools that are widely used.…

Read more
November 1, 2013

Asterisk installation and configuration in Linux Server to make Calls between two VoIP phone

Linux General,Server Management Services,

Asterisk is a free and open source framework for building communications applications and is sponsored by Digium. Asterisk installation will help you make call’s easier. Asterisk turns an ordinary computer into a communications server. Asterisk powers IP PBX systems, VoIP gateways, and conference servers and is used by small businesses, large businesses, call centers, carriers…

Read more