Setting up a Samba server can be a repetitive and time-consuming task—especially if you manage multiple systems or need to redeploy often. To solve this, I recently published an open-source project on GitHub:👉 samba-server-autosetup 🔧 What is Samba? Samba is a free...
Sandbox99 Chronicles
From My Sandbox to Yours — Practical IT Insights.
Categories: Python Scripting
The Professional’s Toolkit: Essential VSCode Extensions for Python Developers
Introduction In the fast-paced world of IT, a developer's environment is their most important tool. A well-configured editor can be the difference between a productive day and a frustrating one. Visual Studio Code has become the go-to for many developers due to its...
Python: Setting Up a Virtual Environment like a Pro
🧭 Introduction Python is a powerful language—lightweight, expressive, and beloved by developers, sysadmins, and data scientists alike. But if you're installing packages globally or juggling multiple Python projects without isolation, you're setting yourself up for...
SMTP for Script Notifications: A Comparison of Self-Hosted and Online Services
Email Notifications for Your Scripts Ever wondered if that long-running cron job actually finished? Or if your nightly backup script encountered an unexpected error? As IT professionals, we can't afford to be in the dark. We need our automated systems to communicate...
Installing Python 3.10.12 on Kali Linux: A Safe, Side-by-Side Setup Guide
🧩 Introduction While Kali Linux often ships with the latest version of Python pre-installed, certain tools and projects may require compatibility with older versions. In this quick guide, we’ll walk through the process of installing Python 3.10.12 alongside the...
Persistent Log Management: Dump JSON Logs into SQLite
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...