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.
read more
From Clicks to Code: Mastering VM Deployment in VirtualBox
Curious about the different ways to spin up a virtual machine locally? In my latest blog post, I explore three practical methods to build a VM using VirtualBox: 🔹 Manual setup via GUI🔹 Python scripting using VBoxManage🔹 Vagrant automation by HashiCorp I’ve included...