A Geeky Discovery at the Legendary Linux Hotel
A few years back, while attending an ultra-nerdy IT training at the one and only Linux-Hotel in Essen (yes, that magical place that smells like old servers and fresh coffee),…
- Keep me up to date -
A few years back, while attending an ultra-nerdy IT training at the one and only Linux-Hotel in Essen (yes, that magical place that smells like old servers and fresh coffee),…
So, you’re running a Nextcloud instance and want to batch-create users like a proper sysadmin? Here’s a pure shell-based solution to create users from a CSV file, assign them to…
detox
โ The Tiny Tool That Saved My Backups๐ค When a Backup Fails… Because of a Filename Recently, one of my automated backups on Linux unexpectedly crashed mid-run. No fancy error message, no graceful fallback โ just a…
Running Apache with AppArmor on Debian 12 doesnโt have to be messy. Forget about mod_apparmor, forget about โhatsโ, and ignore the dynamic module rabbit hole. Weโll use a simple, maintainable…
(This article is the logical follow-up to the backup script described here: Nextcloud Backup Like a Pro โ Automated with Bash. Both posts go hand in hand to complete the…
If you’re like me and want your Nextcloud to scream the moment something shady shows up in your files, then you’re probably using the Antivirus for Files app. But here’s…
Every now and then, even my PV setup needs a little bit of firmware love. Specifically, I’m talking about my Fronius inverter, the hardworking core of my solar power system.…
Ever wanted to backup your self-hosted Nextcloud instance without sweating bullets? Tired of rsync-ing folders manually or risking broken databases? Buckle up, sysadmin โ hereโs a neat little Bash script…
Last night, in a galaxy not that far away (namely, under my desk), I felt a sudden and powerful urge to finally install FreeBSD on my tower PC. This idea…
๐ค So, What Is This โAnsibleโ Magic? Ansible is basically the spellbook every modern sysadmin dreams of. Itโs an open-source automation engine that lets you write playbooksโYAML files describing exactly…