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 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 ...
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 ...
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 ...
In this tutorial, we will learn how to execute linux commands on remote system over ssh. Many times we need to work with remote Linux systems. We login to the remote host, perform work and exit that ...
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 ...
Setting up passwordless SSH login in Linux enhances security and simplifies the process of logging into remote servers. By using SSH keys, you can log in to your Linux servers without entering a ...
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, ...
James Kiarie, a certified Linux administrator and a passionate tech enthusiast who stays connected with the latest trends in the tech world. Beyond executing commands on the terminal, you'll find me ...
Garuda Linux is a user-friendly and visually appealing Linux distribution that is popular among gamers. It is a rolling distribution based on Arch Linux that […] In this post, we will learn how to ...