Expanding your linux VM Disk: Resize LVM partition without creating a new one

- Posted in How To by
Below is a friendly, step-by-step guide to resizing a Linux VM’s disk without creating a new partition. We’ll walk through extending the last partition on a disk, resizing a Physical Volume (PV), [...] Read more

Containerization & Docker Explained

- Posted in Technology Compendium by
What are Containers? Containers are lightweight, standalone, executable packages that include everything required to run a piece of software: code, runtime, system tools, libraries, and settings. [...] Read more

Hypervisors and Virtual Machines (VMs)

- Posted in Technology Compendium by
What is a VM? A Virtual Machine (VM) is a software-based emulation of a physical computer. It can run an operating system and applications just like a physical computer. However, unlike a physical [...] Read more