📝 Introduction Artificial Intelligence can feel overwhelming with all the technical jargon—LLM, MCP, AI Agents, prompts, and more. But when broken down into simple terms, these concepts are much easier to understand. At its core, an LLM (Large Language Model) acts...
Sandbox99 Chronicles
From My Sandbox to Yours — Practical IT Insights.
Author: Jose Mendez
OPNsense: Enabling DNS-over-TLS (DoT) and DNS-over-HTTPS (DoH) for Privacy
🔒 Securing Your Home Network: Encrypted DNS with OPNsense In today's digital world, privacy and security are more important than ever. While we often think about encrypting web traffic with HTTPS, one of the most fundamental parts of the internet—the Domain Name...
Secure Your Homelab: An OPNsense Configuration Deep Dive
Introduction Welcome back to our OPNsense blog series! If you've been following along, you've successfully selected your hardware, prepared your installation media, and completed the basic installation of the OPNsense firewall operating system. If you haven't, you can...
Secure Your Homelab: Installing OPNsense as a Virtual Firewall
Introduction Are you tired of the limitations of your consumer-grade router? As your homelab grows, so does the need for more granular control, enhanced security, and the flexibility to segment your network. Off-the-shelf routers are great for basic internet access,...
Stopping WordPress Spam at the Source: A Caddy Server Approach
Introduction Many WordPress site owners believe that disabling the comment section from the dashboard is enough to stop all forms of commenting. Unfortunately, that’s not the case. Even with the comment form removed from your pages, spambots can still submit comments...
Mastering the Shell: A Guide to sed, cat, and echo for Admins
Introduction In the world of system administration, networking, and cybersecurity, efficiency and precision are not just goals—they're necessities. The command line is your most powerful ally, and mastering it can turn complex, manual tasks into simple, automated...