Category: Self Hosting
-

How to Resize an AWS EBS Volume Without Downtime
A step-by-step guide to expanding AWS EBS volumes on a live EC2 instance — no downtime, no reboots, just three clean commands.
-

How I Audited 41 Ubuntu Servers for CVE-2026-31431 “Copy Fail” — and What I Found
CVE-2026-31431 “Copy Fail” is a HIGH severity Linux kernel vulnerability that lets any local user gain root. I audited all 41 of my Ubuntu servers, found one actively exposed, applied the mitigation, and checked for compromise. Here’s the full technical breakdown.
-
Object Cache | Page Cache | OP Cache – Caching for WordPress
Master WordPress performance with comprehensive caching strategies. Learn OPcache, Object Caching, and Page Caching implementation for lightning-fast websites, reduced server load, and optimal user experience.
-

How to Add Floating IP to Ubuntu and Debian Servers with Netplan
Learn how to configure floating IP addresses on Ubuntu and Debian servers using Netplan for high availability and seamless failover. This comprehensive guide covers YAML configuration, troubleshooting, security best practices, and automation scripts for production environments.
-

Automating Flask Deployment Using Docker and Github Actions
I’ve had enough of tedious deployments, so I decided to become proficient in automating the process. While I’ve previously used GitHub Actions to streamline deployments, I had yet to do so in a Flask environment. In this article, I’ll outline the steps I followed to deploy my Flask backend using Docker and GitHub Actions, specifically…
-
Cloudflare Header Tips
I am pretty sure any developer would have known about cloudflare. Be it for Hosting, Ai, Storage, Mail, Security, Infra, Tunnels, DNS etc. When you are a guy who uses free stuff to get things done for you, you cannot pay for things that you want, but also cannot stop from getting good things. Not…
-

OpenResty SSL Setup: Install and Secure Site withNginx with Let’s Encrypt on Ubuntu
Learn how to install and configure OpenResty Nginx SSL on Ubuntu. This guide covers setting up OpenResty, obtaining an SSL certificate using Certbot, and enabling auto-renewal for a secure HTTPS website. 🚀
