🚀 Introduction I recently made the leap from Linux Mint to Pop!_OS, and its default GNOME Terminal can feel pretty basic, especially if you're coming from a setup like mine. On my macOS, I've long enjoyed a modern, visually rich, and highly customizable terminal...
Sandbox99 Chronicles
From My Sandbox to Yours — Practical IT Insights.
Categories: Linux Tools
Linux File Truncation: Wipe File Contents Without Deleting the File
Introduction Have you ever found yourself needing to clear the contents of a file in Linux, but without actually deleting the file itself? Perhaps a rapidly growing log file is eating up disk space, or you need to reset a temporary data file for an application without...
Writing ISO to USB in Linux Using dd (with Caution!)
Introduction Creating a bootable USB drive is often the first step toward installing or testing a Linux distribution. Whether you're setting up a new system, repairing an existing one, or simply exploring different distros, having a reliable installer on a USB stick...
Mastering OpenSSH: Secure Remote Access Made Simple
New Blog Post: OpenSSH – Secure Remote Access, Made Simple Whether you're managing a cloud server, configuring remote access to your homelab, or setting up DevOps workflows, OpenSSH is likely at the core of your toolkit. In my latest blog post, I take a practical,...
Understanding IPv6: Addressing the Future of the Internet
🚀 New Blog Post: IPv6 in Practice 🌐 As IPv4 exhaustion becomes more real and many providers move toward IPv6-first environments, it's important for DevOps folks, sysadmins, and even self-hosters to understand how IPv6 works — and how it's different from what we've...
Hands-On Guide to Linux User and Group Management
🚀 Update your knowledge with this new Linux Blog PostManaging users and groups is a fundamental skill for anyone working with Linux — from sysadmins to DevOps engineers. In my latest post, I walk through the essential commands for adding, modifying, and deleting users...