Skip to content

Instantly share code, notes, and snippets.

View l-nmch's full-sized avatar
🍃

Léo Nonnenmacher l-nmch

🍃
View GitHub Profile
@l-nmch
l-nmch / hostname-randomizer.sh
Last active November 2, 2025 19:40
Simple script to randomize a machine hostname
#!/usr/bin/env bash
# --- CONFIGURATION ---
ADJECTIVES=("brave" "curious" "clever" "swift" "calm" "silent" "bold" "sly" "wild" "gentle"
"bright" "fierce" "happy" "lazy" "mighty" "noisy" "quiet" "shy" "strong" "wise")
ANIMALS=("fox" "wolf" "tiger" "penguin" "bear" "eagle" "deer" "panda" "owl" "lynx"
"lion" "otter" "rabbit" "falcon" "seal" "shark" "whale" "hawk" "cougar" "panther")