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

Linux Commands Cheat Sheet Category wise

Let me provide you a consolidated Linux Commands Cheat Sheet category wise that would server as perfect guide while dicing through the linux systems System Based Commands uname Displays system information: kernel version, machine type, and more. uname -r Displays the running Linux kernel’s release version. uptime Shows current time, system uptime, users, and load … 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

Docker Cheat Sheet – CLI Commands

In this article we will go through the docker cheat sheet which will serve as a guide to docker CLI commands used on a daily basis Introduction Containers allow the packaging of your application (and everything that you need to run it)in a “container image”. Inside a container you can include a base operating system, … 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

Basic Linux Commands For Beginners – Top 25 Linux Commands

While performing a task, we all need shortcuts. Shortcuts help us to complete a task quickly. Linux comes with such commands which are one to two words, using that commands, you can perform several operations in no time. As a beginner, you must be aware of those basic Linux commands to complete an operation.  In this article, … Read more