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),…
π Bulk-Import Users into Nextcloud via CSV + Group Assignment (Shell Edition)
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…
π§Ό Cleaning Up Filenames on Linux with 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…
π Apache under AppArmor: A Clean Static Profile Setup on Debian 12
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…
π Moving a Grown-Up Nextcloud Instance to a Fresh Server (with Bash & Ansible)
(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…
π‘οΈ Getting ClamAV Daemon to Play Nice with Nextcloud’s Antivirus App (Like a True Nerd)
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…
β‘ Firmware Upgrade on My Fronius Inverter β a Nerd’s Delight
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.…
π‘οΈ Nextcloud Backup Like a Pro β Automated with Bash
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…
π Mission: FreeBSD β Or How I Rage-Quit to Debian at Warp Speed
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…
π‘οΈπ§ββοΈ Deploying Nextcloud: My Ansible Quest for Ultimate Automation βοΈβοΈ
π€ 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…