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 moreFix 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 moreHAProxy 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 moreFix 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 moreQuick 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 moreZabbix 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