Sandbox99 Chronicles
From My Sandbox to Yours — Practical IT Insights.
About this site
Welcome to Sandbox99.cc – a space where I share my IT journey, lessons learned, and practical insights. The tagline “Learning IT by Doing, Sharing What I Know” captures the essence of this blog. Every article here is based on my real-world experiences, reflecting what I’ve encountered, solved, and applied in my day-to-day IT work.
Why Sandbox99.cc?
This blog is my digital sandbox – a place to experiment, document, and share the knowledge I’ve gained from hands-on work, training, and personal projects. Unlike traditional resources that might focus on theory, I prefer to write about practical scenarios, offering genuine insights and lessons that others might find useful.
Expand your IT perspective — Follow me on LinkedIn and share your views!
Recent Blog Post
How to Create a Host-Only Network in Libvirt
Introduction Virtualization is a powerful tool, but configuring the network to meet your specific needs can sometimes be a challenge. If you've ever used VirtualBox, you're likely familiar with the "Host-only" network—a private, isolated environment where your virtual...
Reduce Eye Strain on Linux: Complete Redshift Configuration Guide
Introduction Do you find yourself working late into the night, only to realize your screen's harsh blue light has been keeping you wide awake? You're not alone. The blue light emitted by computer screens can disrupt your circadian rhythm and make it harder to fall...
Setting Up Your Default Terminal in Openbox: A Complete Guide
Introduction If you're running Openbox as your window manager, you've likely chosen it for its lightweight nature and extensive customization options. One of the first things you'll want to configure is quick and easy access to your terminal emulator. Whether you're a...
Conky: My Decade-Long Desktop Sentinel
Introduction Ten years ago, I stumbled upon something that genuinely blew my mind. It was Conky, running on my Linux desktop, and I was absolutely amazed. Imagine a real-time dashboard of your system's resources, seamlessly integrated into your wallpaper, updating...
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...
Understanding POSIX/Linux/macOS Environment Variables
Introduction Environment variables are a foundational concept in POSIX-compliant operating systems such as Linux and macOS. Despite their simplicity, they play a critical role in system behavior, script execution, application configuration, and—most...