Articles
Technical Articles
Practical notes on AWS, Linux, DevOps, Infrastructure as Code, containers, automation, and real-world troubleshooting.
-

When chmod 777 âFixesâ the Problem: AI, Linux Permissions, and the Human Troubleshooting Gap
When chmod 777 makes a Linux permission error disappear, it can feel like a fix. But sometimes it only hides the real issue by granting excessive access. This article explains why the quick solution works, what risk it introduces, and how to troubleshoot permissions using ownership, groups, and least privilege instead.
-

Dynamic DNS with Amazon Route 53 for Self-Hosted Services
A practical approach to keeping Amazon Route 53 DNS records updated when self-hosted services run behind a dynamic public IP address.
-

Fixing a WordPress wp-admin Redirect Loop Behind Docker and Nginx
A real troubleshooting case involving WordPress, Docker, Nginx, PHP-FPM, TLS, and filesystem path differences between containers.

