Red Hat announced the General Availability of RHEL 9 on 17th May 2022. This is the latest release of RHEL (Red Hat Enterprise Linux), and it comes with numerous features and enhancements. Notable highlights include: New software versions including PHP 8.0, Ruby
Read More
Red Hat has released its latest and stable operating system RHEL 9 (Red Hat Enterprise Linux). RHEL 9 meets the requirements of hybrid cloud environment as it can be installed on a physical server, virtual machine and in a container built from
Read More
KVM, an acronym for Kernel-based Virtual Machine is an opensource virtualization technology integrated into the Linux kernel. It’s a type 1 (bare metal ) hypervisor that enables the kernel to act as a bare-metal hypervisor. KVM allows users to create and run
Read More
Hey guys, in this guide we will demonstrate how to configure a dual-boot setup of Ubuntu 22.04 LTS (Jammy Jellyfish) alongside Windows 11. For this to work, you need to have Windows 11 already installed on your PC. You will then need
Read More
Hello Ubuntu folks, Canonical has released its latest operating system Ubuntu 22.04 (Jammy Jellyfish) for desktop and servers. This is an LTS release, means we will get support and updates till next 5 years (2027). In this guide, we will cover how
Read More
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 happening over the internet which is not secure and also it leads to unnecessary billing. To
Read More
It is recommended to have a static IP address on a linux system as it will be persistent across the reboot. In Ubuntu 22.04 LTS desktop, networking is controlled and managed by Network Manager. In this guide, we will learn how to
Read More
Ubuntu 22.04 (Jammy Jellyfish) has officially been released. It’s the latest Ubuntu LTS release and it ships with numerous improvements and new applications such as PHP 8.1, Ruby 3.0, OpenSSL 3.0, Golang 1.18, GNOME 42, and improved support for Raspberry Pi to
Read More
VirtualBox is a free and open-source virtualization tool for desktop and servers. It allows the users to run multiple virtual machines of different operating system at the same time. It is a type 2 hypervisor for x86 virtualization. Some of basic terminology
Read More
Booting a Linux system into rescue mode or single user mode is one of the important troubleshooting for Linux admins. Rescue mode is also known as single user mode. Generally Linux system is booted into rescue mode in order to recover forgotten
Read More