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

How To enable Updates Automatically With dnf-automatic In RHEL, AlmaLinux and Rocky Linux

In this tutorial, we will explore on how to enable updates automatically with dnf-automatic in RHEL, AlmaLinux and Rocky Linux. Every administrator has to do operating system upgrades on a daily basis. The issue is that those updates may occasionally be neglected in favor of more pressing matters. What, though, is more crucial than updating … Read more

Netstat command in Linux operating system – Explained with examples

In today’s article we will go through about the netstat command in Linux operating system. To determine which computers or networks a PC is linked to, we use netstat, which offers statistics about all active connections. The network utility is conveniently usable via the command line on even on Windows & macOS apart from the … Read more