RAID Capacity Calculation

In this article we will learn the logic behind the RAID capacity calculation. We will go through the calculation for all different types of RAID available. What is RAID ? To safeguard data in the event of a drive failure, RAID (redundant array of independent disks) allows the same data to be stored in various … Read more

How to Install Proxmox Virtual Environment on bare metal

In this blog we will go through on how to install Proxmox Virtual environment on a physical baremetal server. Introduction Proxmox is an effective open-source platform for managing virtual machines (VMs) and containers is Proxmox Virtual Environment (VE). It combines two virtualization technologies: Linux Containers (LXC) for lightweight containerization and Kernel-based Virtual Machines (KVM) for … Read more

How to Make Bootable Pendrive/USB from ISO using Linux system

Already we have many tools available which guides how to make bootable pendrive/USB from ISO but here in this blog we will look on how to achieve it using a linux system by command line method. Please follow the steps below guiding on how to make bootable USB using the linux terminal Why using Linux … Read more

How to Install FTP server on Rocky Linux 8 – VSFTP over SSL/TLS

In this blog post we will see how to install FTP server on Rocky Linux 8. Let us start with installing the “vsftpd” packages followed by configuration. Prior to this if you need support on installing the Rocky Linux 8 refer to our previous blog post How to Install Rocky Linux 8 Introduction FTP (File … Read more

How to Install CEPH storage cluster on Rocky Linux 8 & Debian 10 – Three nodes CEPH Cluster

Let us see what CEPH cluster is all about and then we proceed on how to install CEPH storage cluster on Rocky Linux 8 & Debian 10 . If you need any support on OS Installation follow the previous blog post. How to Install Rocky Linux 8 Introduction – What is a CEPH Cluster CEPH … Read more

How to Install FreeIPA Server On Rocky Linux 8

In today’s guide we will go through on how to install FreeIPA Server On Rocky Linux 8 . Let us first understand what is FreeIPA, its functionalities and the key benefits. Introduction FreeIPA is an open source solution that provide a unified and centralized way to manage authentication, policies, identity stores, and authorization policies in … Read more

How To Install KVM on Rocky Linux 8 using Command Line Method

In our previous blog post we have seen How to Install Rocky Linux 8 and now in this blog post let us see how To Install KVM on Rocky Linux 8 using Command Line Method. Introduction Kernel-based Virtual Machine (KVM) is an open source virtualization technology built into Linux®. Specifically, KVM lets you turn Linux … Read more

How to Install Docker on Rocky Linux 8 – Command line method

In this blog, we will learn how to install docker on Rocky Linux 8 but before that lets gets into understanding what is this docker all about. Introduction Docker is an open platform for developing, shipping, and running applications. Docker enables you to separate your applications from your infrastructure so you can deliver software quickly. … Read more

How to Install Rocky Linux 8 – Stepwise with Screenshots

In our blog post we will talk about Rocky Linux 8 which comes under the Linux operating system. Let us see how to install Rocky Linux 8. Introduction The operating system (OS) manages all of the software and hardware on the computer. It performs basic tasks such as file, memory and process management, handling input and … Read more

How to Install Nexus repository manager on Rocky Linux

In this blog we will see how to install Nexus repository manager on Rocky Linux. A free, open-source artifact management application called Sonatype Nexus assists you in efficiently managing artifacts throughout your software supply chain. For each component, it offers a single source of truth and native package management compatibility. It is compatible with the … Read more