© 2026 Hashnode
Overview The Ubuntu Minimal 22.04 (Jammy) cloud image released on 2025-08-29 is a compact, cloud-init–ready image suitable for rapid VM provisioning in Proxmox VE by importing the disk, attaching it as SCSI, and adding a cloud-init drive before templ...

Introduction When working with VMs you may come across cloud-init tool that could be used to provision your instances. It is a well documented tool and is widely used by cloud providers. You may be quite surprised though that there can be some situat...

This article shows you how to install Jenkins on an Ubuntu Linux VM running in Azure Cloud. What is Jenkins? Jenkins is a self-contained, open source automation server which can be used to automate all sorts of tasks related to building, testing, an...

Create Proxmox Template (Rocky 8) Prepare Proxmox node for Template creation process Update/Upgrade all packages. And install libguestfs-tools package sudo apt update sudo apt upgrade -y sudo apt install libguestfs-tools -y Add current user to kvm g...

Create Proxmox Template (Ubuntu 20.04 LTS) Prepare Proxmox node for Template creation process Working on Proxmox (RnD) IP: 172.16.7.41 Update/Upgrade all packages. And install libguestfs-tools package sudo apt update sudo apt upgrade -y sudo apt ins...
