Windows VM Creation
Windows VM Creation in Proxmox Preperation: Download the Windows ISO from the official Microsoft website. Upload the ISO to Proxmox: Navigate to the Proxmox ...
Windows VM Creation in Proxmox Preperation: Download the Windows ISO from the official Microsoft website. Upload the ISO to Proxmox: Navigate to the Proxmox ...
Expanding Windows C Drive From within Proxmox Shut down the VM. Resize the disk in the VM settings. Boot the VM. From within Windows Dele...
NUT Client Setup Install the NUT client package: sudo apt install nut-client -y Configure the NUT client by editing the configuration file: sudo micro /etc/nut/nut...
Expanding VM Storage From within Proxmox Shut down the VM. Resize the disk in the VM settings. Boot the VM. From within the VM C...
Installing Docker on Ubuntu (The Right Way!) # Add Docker's official GPG key: sudo apt update sudo apt install ca-certificates curl -y sudo install -m 0755 -d /etc/apt/keyrings sudo curl -fsSL htt...
AppArmor Error Fix Issue: apparmor_parser: Access Denied Various errors regarding AppArmor, including access denied and You need policy admin privileges to manage profiles. ...
Fix for Ubuntu 24 Noble LXC Container Not Booting Issue: Blank Console when booting an Ubuntu 24 Noble LXC Container in Proxmox. Container appears to boot but does not get an IP addre...
VM Creation In Proxmox To create a new VM in Proxmox: Select the Node for the VM to run on. Enter the VM Name (can be changed later). Choose ISO Location and Image. For non-Windows...
Fixing the APT “no longer has a release file” error Issue: “no longer has a release file” error when running apt update Cause: Installed Ubuntu release is no longer supported. Quick Fix: Th...
Onboarding a New System Onboarding a new VM, LXC Container, or bare metal server using Ansible Pull. Log into the VM or bare metal server as the root user: apt update && apt...