Thursday, March 5, 2026

KVM on Ubuntu

KVM (Kernel-based Virtual Machine) is a virtualization technology built into the Linux kernel that allows Linux to run multiple virtual machines (VMs) on a single physical server. KVM converts the Linux kernel into a Type-1 (bare-metal) hypervisor using CPU virtualization features.

In this blog post, I describe what KVM is and how to enable KVM on Linux Server. 

Tuesday, March 3, 2026

Ubuntu Linux - Basic Operational Procedures

Ubuntu Linux is a popular, open-source operating system based on Linux. It is designed to be easy to use, secure, and suitable for desktops, servers, and cloud environments. It is developed and maintained by Canonical Ltd.

In this blog post we will document basic Ubuntu Linux operational procedures.

KVM on Ubuntu

KVM (Kernel-based Virtual Machine) is a virtualization technology built into the Linux kernel that allows Linux to run multiple virtual mach...