Category: Servers

  • 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 the most secure protocol. Here in this tutorial we will see how to change SSH…

    Read More

  • 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 in Linux. What are listening ports? Listening ports are the ones, that listen to the…

    Read More

  • 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 of web-based applications by distributing the load among multiple servers. In this tutorial, let’s see…

    Read More

  • 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 get PHP 8.0 version but, the latest stable version is PHP 8.3. That is better…

    Read More

  • How to Install PHP 8.3 in AlmaLinux 9?

    Most web applications use PHP as a script language and interpreter. By default, when you install you will get the PHP 8.0 version but we all know that with each version, PHP gets faster so we must install PHP 8.3 to get the maximum performance. In this guide, we will see how to install PHP…

    Read More

  • How to Install OpenLiteSpeed on Rocky or Alma Linux?

    Choosing a web server is a technical thing. You need a sound knowledge of how web servers work before making the right choice. Openlitespeed is yet another web server that performs out of the box. People choose Openlitespeed over other web servers because of the quick response time, fast performance, and Gui-based user-friendly setup. In…

    Read More