Skip to content

Instantly share code, notes, and snippets.

View distante's full-sized avatar
🥸
unit testing life.

Saninn Salas Diaz distante

🥸
unit testing life.
View GitHub Profile

Proxmox VE tips

Just a somewhat chaotic list of personal Proxmox VE related tips/notes or interesting (to me) things I'm working on or experiemnt with.
Some of the things you see here are niche or purely experimental. I try to label them as such, but as always with random code snippets, make sure to review anything before running it in your own environment. Perhaps test in a virtual PVE first.

Please note that unless you see a shebang (#!/...) these code blocks are usually meant to be copy & pasted directly into the shell. Some of the steps will not work if you run part of them in a script and copy paste other ones as they rely on variables set before.
The { and } surrounding some scripts are meant to avoid cluttering your shell history with individual commands, etc. You can ignore them if you manually copy paste the individual commands.

Table of contents

@fworks
fworks / install-zsh-windows-git-bash.md
Last active August 9, 2026 16:16
Zsh / Oh-my-zsh on Windows Git Bash