Introduction In the world of self-hosted applications and microservices, structured logging is essential for debugging, monitoring, and long-term storage. JSON logs, like those generated by Authelia, are machine-readable but can become difficult to manage as they grow...
Sandbox99 Chronicles
From My Sandbox to Yours — Practical IT Insights.
Categories: Python Scripting
read more
Linux Firewall: Automatically Ban and Unban IP Addresses with Python
In the world of cybersecurity, quick action can make all the difference. I've just published a new blog post where I share a practical Python script that temporarily bans and unbans IP addresses on a Linux system. It uses UFW as the primary firewall and falls back to...