How to Create VPC Peering Across Two AWS Regions

In this guide, we will show you how to create vpc peering across two AWS regions step by step. Many a time, resources of two AWS regions communicate each other over the internet (or public network). This is not the recommended way as communication is … Read more

How-To-Install-Ubuntu-22-04

How to Install Ubuntu 22.04 LTS (Jammy Jellyfish)

In this blog post, we will show you how to install Ubuntu 22.04 LTS (Jammy Jellyfish), accompanied by detailed screenshots. 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 … Read more

Install-VirtualBox-Ubuntu-22-04

How to Install VirtualBox 7 on Ubuntu 22.04

In this post, we will cover how to install VirtualBox 7 on Ubuntu 22.04 system step-by-step. VirtualBox, developed by Oracle, is a free and open-source virtualization tool for Linux and Windows desktop that allows you to run multiple operating systems simultaneously on a single physical … Read more

Install-MongoDB-RHEL-CentOS

How to Install MongoDB on RHEL 8 / CentOS 8

MongoDB is a scalable, Open source, high performance, and document-oriented NoSQL database. It is developed and supported by 10gen. NoSQL stats that MongoDB doesn’t use Tables and rows. MongoDB provide better performance as compared to other databases because it saves the data in JASON like … Read more

How to Use Tags in Ansible Playbook (Examples)

Sometimes, you might want to run specific tasks instead of running an entire playbook file.  This helps to reduce the total playbook execution time, especially when dealing with a large playbook file. So, what are tags? Tags in playbooks are pieces of metadata that are … Read more

How to Change Hostname in RHEL 8 / CentOS 8

Hostname is the name or label of a computer or a network device. Computer or network device has it own IP address but it is very difficult for the humans to remember it that’s why hostname is set on computer and network devices. Hostname is … Read more

Install-Docker-Ubuntu-Linux

How to Install Docker on Ubuntu 22.04 Step-by-Step

In this post, we will explain how to install Docker on Ubuntu 22.04 step by step. What is Docker ? Docker, an open-source platform, provides a standardized and efficient way to package, distribute, and run applications inside containers in isolated environments. Host on which docker … Read more

How to Install Kubernetes (k8s) Cluster on RHEL 8

Also known as k8s, Kubernetes is an opensource, and portable container orchestration platform for automating the deployment and management of containerized applications. Kubernetes was originally created by Google in the Go programming language. Currently, it is maintained by Cloud Native Computing Foundation. In this guide, … Read more