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

How to Install Self Hosted oVirt Engine Using Command line on Rocky Linux 8 – Using the latest nightly repo

We will learn How to Install Self Hosted oVirt Engine using command line on Rocky Linux 8. The official guide for oVirt could be the detailed one but we have come up with the specific steps required to successfully bring up oVirt out of the different pages mentioned in the Official steps. The new release … Read more

How to Install IPAM tool GestioIP on Linux

In this tutorial we will learn How to Install IPAM tool GestioIP on Linux using the yum/dnf package manager as well as docker compose deployment Introduction GestioIP is a automated, web based IPv4/IPv6 address management (IPAM) software. It features powerful network discovery and IP tracking functions and offers search and filter functions for both networks … Read more

Linux Bash Scripting for Beginners – Shell Script and Command Line Part II

In continuation to our previous blog of Linux Bash Scripting for Beginners Part I where we went through the bash terminal and understanding how the command would be executed in the Linux shell. We also created our first bash script and we successfully executed to get the intended result. We will now go through the … Read more

How to Install and Configure Ansible on Rocky Linux 8

In this blog we will learn how to Install and Configure Ansible on Rocky Linux 8. Let us first understand in details about ansible and how it works. Introduction Administrators and operations teams may now easily administer a large number of servers thanks to configuration management solutions. They let you automate the control of numerous … Read more

Top 10 Technical Interview Questions for CEPH – Scenario based Questions and Answers

In this blog we will see the Top 10 Technical Interview Questions for CEPH that is likely to be asked when interviewing for a position where CEPH will be used. Please note that these are not just theoretical questions related to the definition and CEPH functionalities rather a conceptual queries based out of the real … Read more

Linux Bash Scripting for Beginners – Shell Script and Command Line Part I

Shell scripting has a major role in Linux process automation. To do this, generally we create a file with a list of commands that can be run simultaneously. We’ll start with the fundamentals of Linux bash scripting for beginners in this post, covering variables, commands, inputs and outputs, and debugging. Along the road, we’ll witness … Read more

Cisco IOS Switch Commands Cheat sheet

In this article we will go through the Cisco IOS switch commands cheat sheet that would help in everyday management of the network infra. Introduction This article provides a Cisco commands cheat sheet, outlining the most common Cisco IOS commands for configuring, securing and troubleshooting Cisco network equipment. It includes the list of Cisco switch … Read more

How to install multiple website on a single Linux host – RHEL based Apache server

In this blog post we will learn how to install multiple website on a single linux host using the RHEL based fork Rocky Linux. Method to host multiple website on single host Wondering if multiple website can be hosted on a single host server ? The answer is YES, whether it is on Virtual machines … Read more

Cheat Sheet for Kubernetes – Kubectl Command line document

This article contains a list of commonly used kubectl commands and flags which we can use as Cheat sheet for Kubernetes. Introduction Kubectl is the command line configuration tool for Kubernetes that communicates with a Kubernetes API server. Using Kubectl allows you to create, inspect, update, and delete Kubernetes objects. This cheatsheet will serve as a quick … Read more