Categories: "*nix"

Proxmox

April 3rd, 2026

I'm moving a number of my physical machines to Proxmox virtual machines.  Here are some notes on the process.

There are a number of community scripts for Proxmox located here: https://community-scripts.org/

After installing the Proxmox software, run the PVE Post Install script here: https://community-scripts.org/scripts/post-pve-install.  This will set up a number of things such as the enabling the correct repositories and disabling the nag screen.

I'm going to run Pi-Hole in a LXC container via this script here: https://community-scripts.org/scripts/pihole

AI Notes

December 26th, 2025

Authors and Book Series

October 25th, 2025

How to have dd with a progress bar

September 28th, 2025

Option 1:

dd if=/path/to/input of=/path/to/output status=progress

Option 2:

dd if=/path/to/input | pv | dd of=/path/to/output

How to Use DD Show Progress Command in Linux

September 4th, 2025