I Switched to Jellyfin and Never Looked Back: When Plex Hit $250
After Plex Pass's pricing policy change, I detail my experience switching to Jellyfin, from setup to performance, security to user experience…
21 posts found.
After Plex Pass's pricing policy change, I detail my experience switching to Jellyfin, from setup to performance, security to user experience…
A step-by-step guide on how to start a homelab from scratch in 2026 by setting up a low-power (6W) home server with an Intel N100 processor mini PC.
I detailed my transition from Google Photos to Immich, the challenges I faced, and the specifics of photo management on my own server, step by step.
My experiences with the operational challenges I faced while shortening software build times and the trade-offs of different build cache strategies…
A deep dive into Push and Pull models for collecting system and application metrics, exploring which is more suitable for different scenarios...
A practical guide to swap issues encountered when using Docker on small VPS instances and kernel patch solutions. Detailed analysis with my experiences.
I'm detailing step-by-step how I monitor and optimize network traffic for Docker containers running on my VPS. Performance tips and practical commands included.
A practical guide to monitoring the performance of Docker containers on your own VPS and finding the root causes of slowdowns. Systemd, cgroup, and journald…
Mustafa Erbay details the technical aspects and strategies for achieving zero-downtime deployments using Nginx for Dockerized applications on a VPS.
I'm sharing a step-by-step guide on how I identified resource consumption issues on my own VPS and applied limits to Docker containers.
I deeply investigated Docker disk space issues on a small VPS, from image layers to logs, and shared practical solutions.
I explain step-by-step how to write robust health checks (HEALTHCHECK) for situations where Docker containers appear 'up' but the application isn't actually.
A guide to securely deploying an SQLite database to a Docker container using GitHub Actions.
I explain how I manage Docker disk space on my own VPS, ensure data integrity, and the problems I've encountered.
A step-by-step guide on how I manage multiple Docker applications on a single VPS using Nginx reverse proxy, and the challenges I encountered.
Problems I hit, lessons I learned, and the small tweaks behind my AI-driven content pipeline. From VPS to GitHub Actions, real field experience.
How Docker logs silently filled up the disk on my VPS, and the log rotation strategies I applied to fix it.
Disk hit 100% on my VPS and my blog couldn't publish for 5 hours. Docker build cache 33 GB, unused images 23 GB. Pruning + a systemd timer is the permanent fix.
Learn about the hidden resource-exhaustion war containers fight, and how to manage this deadly dance. Performance optimization and stability included…
From image supply chain to runtime hardening, a practical checklist and runbook for running Docker containers safely in production.
I'm sharing the moment Docker completely locked up my server and the valuable lessons I learned from that mistake. How a wrong assumption can lead to a big...