~/tags $ grep -l '#linux' _posts/*
// #linux
21 posts tagged.
Unattended-Upgrades Was Sending Mail to Gmail for Six Weeks. Gmail Was Silently Dropping All of It.
How a one-line apt config default left every host on my fleet sending email with From: root, why Brevo accepted those messages but Gmail dropped them on DMARC alignment, and the live A/B test that nailed it down to a ...
I Built a GNOME Shell Extension for Tailscale — Panel Toggle, Peer Browser, and the Signal-Handler Gotcha That Broke It
Why GNOME's built-in VPN panel can't drive Tailscale, how I shipped a small GJS extension to fix that across GNOME Shell 48–50, and the signal-handler re-fire bug that made my toggle behave like a one-shot fuse.
Automating Nextcloud AIO Updates with Bash and Cron
A small bash script that pulls the latest Nextcloud All-in-One image, recreates the child containers, and triggers the update by calling AIO's internal cron PHP directly — turning AIO's manual UI update flow into some...
How I Fixed SSL Certificate Warnings Across My Entire Proxmox Homelab — With Full Auto-Renewal and Email Alerts
A complete guide to issuing a Let's Encrypt wildcard cert via DNS-01, deploying it to all Proxmox VE and PBS nodes, handling the PBS fingerprint gotcha that will break your backups, and wiring up email alerts on every...
Optimizing Proxmox Backup Server with S3: Regional Migration and Fixing a Glacier Misconfiguration
How I investigated and resolved PBS S3 connection issues, migrated to a closer regional endpoint, and properly optimized backups after a Glacier lifecycle misconfiguration.
I Audited Every VM in My Homelab — Here's What I Found (and Fixed)
A comprehensive audit of 27 VMs across 3 Proxmox hosts revealed critical storage issues, broken monitoring, outdated operating systems, and years of accumulated tech debt. Here's how I fixed it all in one session.
Why I Switched From Gmail to Brevo for All My Homelab Email Alerts
How and why I migrated all my homelab email alerts — Proxmox backups, Zabbix monitoring, and even an ESP32 door sensor — from Gmail App Passwords to Brevo's SMTP relay.
I Completely Overhauled My Discord Music Bot — Slash Commands, Spotify Radio, and 70 Tests
How I took an abandoned MusicBot fork and modernised it with 48 slash commands, a Spotify-powered radio feature, Docker support, systemd hardening, input validation, and a full test suite. 3,640 lines added across 21 ...
Bulletproofing a Remote Raspberry Pi for Maximum Uptime
How I hardened a remote Raspberry Pi 4 running a UniFi controller to survive on 905MB of RAM, an SD card, and zero physical access — 200 miles from home.
I Built a Health Check Script for Evernode Validators — 61 Checks in One Command
Evernode Node Doctor is a bash script that validates everything needed to run an Evernode node on the Xahau blockchain — system requirements, Docker, networking, SSL, port scanning, account balances, and Xahau WSS con...
Setup Guide: Docker with Open WebUI and Bedrock Access Gateway
This guide documents the process of setting up a Docker environment with Open WebUI and Bedrock Access Gateway on an Ubuntu 24.04 server.
How to Use S3 as a Backend for Proxmox Backup Server with s3fs
Proxmox Backup Server (PBS) doesn’t natively support S3 storage as a Datastore, but with a little creativity and the help of s3fs-fuse, you can make it work! Here’s a step-by-step guide to mounting S3
How to Use Your Linux PC as a Network Switch
Configuring Proxmox Network Interfaces This guide will help you configure a Proxmox host with a newly added dual-port NIC card, switching the management interface and setting up a bridge for additiona
Proxmox Templates with Cloud Init
Cloud images are operating system templates and every instance starts out as an identical clone of every other instance. It is the user data that gives every cloud instance its personality and cloud-i
Proxmox: activating LV failed: Activation of logical volume is prohibited while logical volume tmeta is active. (500)
Logical volumes (LVs) in Linux provide a powerful layer of abstraction for managing storage. Their flexibility lets you easily shrink, expand, and manage disk space. However on proxmox sometimes you m
How to format a volume on Ubuntu and mount it to a folder automatically on start-up
This is a guide aimed at new starters that want a step by step guide on how to format a volume on ubuntu 22.04 LTS and mount it to a folder automatically on start-up. I couldn’t find many good guides
Limit UniFi controller memory usage
Unifi controller memory usage adjusted using system.properties.
Extend the life of SD card in your Raspberry Pi
Improve SD card lifespan with backups, free space, swap removal, ZRAM.
Passwordless Automated Endpoint Patching using Ansible
The post details using Ansible and SSH keys for automated server patching, emphasizing enhanced security, improved efficiency, and scalability. It outlines the high-level steps of the deployment, the
Automatically Secure Endpoints Using Fail2Ban and Ansible
Fail2ban is a Linux security tool that prevents unauthorized access by detecting and blocking brute-force attacks. It scans system log files for suspicious activity and automatically creates firewall
Homelab Ideas & Why You Should Have A Homelab
A home lab offers IT professionals a dedicated space to enhance skills, troubleshoot, and stay updated with evolving technologies. It provides hands-on experience, exam practice, and a safe environmen