Tag: Ubuntu
-
Crafting a Powerful Development Environment with WSL and Docker

As developers, we often find ourselves in the constant pursuit of the perfect development environment. In my journey to set up an efficient workspace for web and other applications, I’ve encountered my fair share of challenges and solutions. Today, I share my experiences with you, future me, and anyone else seeking to conquer the realm…
-
Cloud-Init VM image in Proxmox
Ok, I finally got tired of some of the issues I had with my simple Ubuntu golden image template in Proxmox, and it’s time to setup something a little more permanent and professional. Proxmox has great support for a tool called Cloud-Init. Cloud-init is basically a distro agnostic tool for deploying VMs that auto-populate with…
-
Creating a Golden Image
When getting started with deploying virtual machines in Proxmox, or any hypervisor, it can be beneficial to have a set of “Golden Images” that are basically just pre-configured templates that can be cloned and modified quickly when you need to do something new. First start out by creating an Ubuntu (or whatever you want) VM…
