Restore Proxmox Container and VM from Backup * Restore Container from backup pct restore <containerIDToCreate> <backupFileName>.tar.zst --storage <storageName> * Restore VM from backup qmrestore <backupFile>.tar.zst <vmIDToCreate> -unique -storage <storageName> Note: use -unique option to Create unique mac for ethernet
Bash Generate UUID in bash Sometimes you may need to generate random UUIDs in bash shell. Here's a quick way to generate one : uuidgen If you need to get just the uuid and no dashes , you can use sed : uuidgen | sed 's/-//g' Another way to use the kernel random
PowerShell - Check Last System Reboot/Shutdown Reason You might encounter situations where you PC may have shutdown or rebooted when trying to wake up from sleep or other reasons. You can use PowerShell to pull windows event logs to look for clues as to why that may have happened. You can also use this to pull any