In this blog post, we will learn how to install Docker Desktop on Ubuntu 24.04 step-by-step. The conventional way of running and managing Docker container images is on the command line. However, this ...
In this guide, we will show you how to setup sftp server on Debian 12 step-by-step. SFTP stands for Secure File Transfer Protocol / SSH File Transfer Protocol, it is one of the most common method ...
In this blog post, we will learn how to add new worker node to existing Kubernetes cluster. In this demonstration, we will be using on-prem Kubernetes cluster deployed on Ubuntu 24.04. Scaling your ...
Good news for Ubuntu Users, the long-anticipated Ubuntu 22.04 LTS desktop operating system has been officially released by Canonical on April 21, 2022. Codenamed “Jammy Jellyfish,” this release is a ...
Author name: Pradeep Kumar I am a Cloud Consultant with over 15 years of experience in Linux, Kubernetes, cloud technologies (AWS, Azure, OpenStack), automation (Ansible, Terraform), and DevOps. I ...
In this blog post, we will learn how to run Linux commands within vi/vim editor and make the most of this powerful feature. The vi or vim editor is one of the most popular text editors in the Linux ...
I am a Cloud Consultant with over 15 years of experience in Linux, Kubernetes, cloud technologies (AWS, Azure, OpenStack), automation (Ansible, Terraform), and DevOps. I hold certifications like RHCA, ...
In this guide, we will walk you step-by-step on how you can install a Kubernetes (k8s) cluster on RHEL 8. We will demonstrate this using one Master and one worker node which we will add to our cluster ...
In this blog post, we will learn how to install python 3 on RHEL 9 (Red Hat Enterprise Linux). Python is a free and open-source programming language widely used in various domains, from web ...
Git is a distributed version control system designed to track changes in source code during software development. It enables multiple developers to collaborate on a project, ensuring a structured and ...