Title: Unlocking a Proxmox Guest VM Using the qm Command: A Step-by-Step Guide

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

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.

Published
Categorized as CLI, Linux

Slurping and decoding JSON in Perl

Lately been doing a bit with JSON as a config file. It is a convenient way to store config variables. Procedural/Imperative style (untested, needs error handling, etc): OOP if it floats your boat (untested, needs error handling, etc):

Published
Categorized as Perl

ext4 partition resize

Never fails, I have to look it up every time. The sort though blogs, posts and generally bad information.

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:

Published
Categorized as CLI, Linux