Category Servers

How-to-change-ssh-port

How to Change SSH Port?

SSH is a network protocol that allows connecting to remote computers or servers remotely. SSH is used primarily for connection because it offers strong password and public key based authentication. Since it encrypts the data between two devices, it is…

How-to-Check-Open-Ports-in-Linux

How to Check Open Ports in Linux?

All the incoming requests need a port to listen to the requests simultaneously. When it comes to checking open ports, it becomes quite unmanageable because there are 65535 ports. In this tutorial, we will see how to check open ports…

How-to-Install-and-Configure-HAProxy-on-Ubuntu

How to Install and Configure HAProxy on Ubuntu?

HAProxy is an open-source solution with many benefits. As the name says, it offers a proxy server with a high-performance load balancer for TCP and HTTP-based applications. HAProxy is used on many web-based setups to enhance the performance and reliability…

How-to-install-php-8.3-in-rocky-linux-9

How to Install PHP 8.3 in Rocky Linux 9?

PHP is a widely used scripting language along with an interpreter. We all know that the latest version of PHP is always faster and better than its previous version. When you install PHP on your Rocky Linux server, you will…