Skip to content

Instantly share code, notes, and snippets.

View benjamir's full-sized avatar
👋
I may be slow to respond.

Benjamin benjamir

👋
I may be slow to respond.
View GitHub Profile
@benjamir
benjamir / proxmox.md
Created October 14, 2024 10:30 — forked from scyto/proxmox.md
proxmox cluster proof of concept

ProxMox Cluster - Soup-to-Nutz

aka what i did to get from nothing to done.

note: these are designed to be primarily a re-install guide for myself (writing things down helps me memorize the knowledge), as such don't take any of this on blind faith - some areas are well tested and the docs are very robust, some items, less so). YMMV

Purpose of Proxmox cluster project

Required Outomces of cluster project

@benjamir
benjamir / onchange.sh
Created June 13, 2018 15:40 — forked from senko/onchange.sh
Watch current directory and execute a command if anything in it changes
#!/bin/bash
#
# Watch current directory (recursively) for file changes, and execute
# a command when a file or directory is created, modified or deleted.
#
# Written by: Senko Rasic <[email protected]>
#
# Requires Linux, bash and inotifywait (from inotify-tools package).
#
# To avoid executing the command multiple times when a sequence of