How to Install MySQL on Rocky Linux and Alma Linux

In this tutorial we will learn How How to Install MySQL on Rocky Linux and Alma Linux. You will eventually need to configure a Rocky Linux database server. When you do, you may need to set it up so that other server/client may use it as a database server. This is an excellent technique to … Read more

How to install SSL certificate on web server hosted in Linux

In this article we will shows step-by-step instructions on How to install SSL certificate on web server hosted in Linux operating system. In one of the previous post we have already generated the self-signed SSL cert so I would request you to visit it on getting the CERT How to Generate Self-Signed Certificate on Rocky … Read more

How to Generate Self-Signed SSL Certificates on Rocky Linux

In this tutorial we will go through on how to generate Self-signed SSL certificates on Rocky Linux 8 or 9. Web communication between the web server and the client’s web browser is protected by security protocols called TLS (Transport Layer Security) and SSL (Secure Sockets Layer). They are typically employed to safeguard private information, login passwords, … Read more

How to Install NTP Server and Client on Rocky Linux using Chrony

In today’s blog we wil guide on How to Install NTP server and Client on Rocky Linux using Chrony. Network Time Protocol, or NTP, is a networking protocol used on computer networks to synchronize time and clocks. As an alternative to other programs like up, Chrony is an implementation of the Network Time Protocol, or … Read more

How to configure proxy in Linux Operating System – Using command line method

In this blog we will learn How to configure proxy in Linux Operating System using the command line method. We will go through different way of using proxy as system env variable as well as configuring it for their package managers. Introduction An intermediary server that stands in between a client computer and the internet … Read more

How to configure centralized rsyslog server on Rocky Linux & Alma Linux

This tutorial describes how to configure centralized rsyslog server on Rocky Linux and Alma Linux using Rsyslog. Since you won’t need to go into each server to examine its logs, especially if there are a lot of servers, a centralized arrangement like this is advantageous for managing logs from several servers. All client servers’ log … Read more

How to Install OwnCloud on Rocky Linux and Alma Linux

In this blog we will lern How to install OwnCloud on Rocky Linux and Alma Linux. A self-hosted open source file server called ownCloud makes sharing, collaboration, and safe storing possible. Your files, calendar, contacts, and other data are accessible through ownCloud, and they can be shared quickly and from any device. You may exchange … Read more

How to Install LAMP Stack on Rocky Linux

In today’s blog we will know how to install LAMP stack on rocky linux. In the development community, LAMP is a well-liked stack for hosting both static and dynamic websites. It stands for PHP, MySQL (or MariaDB), Apache, and Linux. Notably, it includes PHP, MySQL or MariaDB, and the Apache web server. Pre-requisite Make sure … Read more

How to Install and configure DHCP on Rocky Linux – Testing with Client IP

In this blog we will go through on How to Install and configure DHCP on Rocky Linux and other RHEL derivatives such as Red Hat Enterprise Linux, CentOS Stream or Alma Linux. Introduction Dynamic Host setup Protocol, or DHCP IP is used to automatically assign IP addresses and other network setup parameter. It makes network … Read more

How to Install a DNS Server with BIND on Rocky Linux – Master & slave server

In this tutorial we will learn how to install a DNS server with BIND on Rocky Linux .Among its numerous capabilities, BIND is one of the most widely used DNS servers. It supports IPv6, DNSSEC, split DNS, authoritative DNS, cache-only DNS, basic DNS load balancing, and many more. Introduction The DNS server software known as … Read more