Segmented Cybersecurity Homelab
This series documents my cybersecurity homelab on a single Proxmox node. I use it to learn networking, Windows identity, SIEM telemetry, detection work, attack simulation, honeypots, malware-analysis isolation, and automation. The goal is not to build many random virtual machines. The goal is to build a small but realistic lab where each network has a clear job, and each path between networks can be explained. ...
Fuzin: An FZF Wrapper for Package Managers
About the project I am a chronic distro-hopper. Every time I move between systems, I forget small package-management details: whether a package exists, what it is called on that distro, or which command I used last time. For a while, I solved this with small bash aliases that combined package-manager search commands with fzf. The problem was that I kept changing distros, changing configs, and forgetting to bring those aliases with me. Fuzin is my attempt to make that workflow portable. ...