Openshift-installation-bare-metal

How to Install OpenShift 4.9 on Bare Metal (UPI)

Hello Techies, as you know Openshift provides container platform and can installed either on onprem or in public cloud using different methods like IPI (Installer Provisioned Installer), UPI (User Provisioned Infrastructure) and Assisted Bare Metal installer. In this post, we will demonstrate how to install … Read more

Create-Manage-KVM-VMs-Command-Line

How to Create and Manage KVM Virtual Machines via Command Line

KVM (Kernel based Virtual Machine) is an opensource virtualization technology built for Linux machines. It comprises a kernel module – kvm.ko which provides the core virtualization platform and a processor-specific module ( kvm-intel.ko for Intel processors or kvm-amd.ko for AMD processors ). There are two … Read more

Install-Docker-Debian12

How to Install Docker on Debian 12 Step-by-Step

In this post, we will show you how to install Docker on Debian 12, enabling you to embark on your containerization journey with confidence. Docker makes use of OS-level virtualization to spin up the containers.  The host on which docker is installed and containers are … Read more

Setup-Rsyslog-Server-Debian11

How to Setup Rsyslog Server on Debian 11 (Bullseye)

Log files are crucial in probing and troubleshooting errors. They are the first files that system administrators scrutinize in order to narrow down to the probable cause of an error and by so doing, come up with resolutions to resolve the problem.  In an infrastructure … Read more

Upgrade-Debian10-to-Debian11

How to Upgrade Debian 10 (Buster) to Debian 11 (Bullseye)

Debian 11, codenamed ‘bullseye’ was released on August 10th after nearly two years of development. This is a stable release and will receive support for the next 5 years just like any other Debian stable version. Debian 11 comes with major software improvements and other … Read more

Create-Backups-with-tar-Command

How to Create Backup with tar Command in Linux

Hello Linux Geeks, if you are looking for free command line backup tools on Linux systems then tar command is the solution for you. Tar command can create backup of your application, configurations files and folders of the system. Tar stands for ‘tape archive’ and … Read more

How to Repair Corrupted XFS Filesystem with xfs_repair

Originally created by Silicon Graphics, the XFS file system is a robust and high-performance journaling filesystem that was first included in the Linux kernel in 2001. Since then, the popularity of the filesystem has grown exponentially, and by 2014, the XFS filesystem found its way … Read more