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

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

How to Install Wireshark on Rocky/Alma Linux – Using Source file & yum/dnf

We’ll walk you through on How to install Wireshark on Rocky/Alma Linux & any other RHEL derivatives in this article.In case you were unaware, network administrators and security experts can record and examine network traffic using Wireshark, a potent and often utilized network protocol analyzer. It is assumed that you are familiar with the shell, … Read more