Auto Added by WPeMatico

08Jul/25
Proxmox: Cloudinit

Proxmox: Cloudinit

In this blog post I am going to look at creating a virtual machine (VM) template that has cloudinit so that some settings are automatically configured at launch of any VMs built from the template. The first step towards a cloudinit template is finding a cloudinit image. Ubuntu Cloudinit Images Ubuntu maintains a page for […]
28Jun/25

Linux: Creating an NFS Share

Sharing data across multiple computers can be achieved in many different ways, in this blog post I’m going to use an Network File System (NFS) share. Server The server will require nfs-kernel-server installing and at least one share setting up: I’m going to be using the share to share out a basic HTML page via […]