If you’re unable to access your Proxmox guest VM due to a lockout issue, you may need to use the qm command to unlock it. In this article, we’ll walk you through the steps to unlock a Proxmox guest VM using the qm command. Skip to the bottom for a tldr; Step 1: Access the… Continue reading Title: Unlocking a Proxmox Guest VM Using the qm Command: A Step-by-Step Guide
Category: Linux
Using Pigz with Tar
pigz is a drop in multi-threaded replacement for gzip. If you have plenty of cores then it’ll significantly speed things up.
Cron Job for Let’s Encrypt nginx standalone renew Ubuntu
I run nginx as a reverse proxy for sites that use SSL. Normally I’m doing something a bit strange so it doesn’t quite work having certbot manage my configs. This will renew ssl certs at 3am each morning if needed.
Static Netplan template Ubuntu 20.04
I like to leave a dhcp server up so that when I spin up a virtual machine to tinker with it’ll grab that IP and I’ll be on my marry way. If in the event that I want to later statically assign it (the ip) just use the following template and adjust.
Linux Cheat Sheet ‘ls’
One of the most common commands in Linux is the ‘ls’ command. It dates back to 1961 and is used to “list” files and directories on a filesystem. To list files and directories: To list file details (long): List all files: List all files with details: