Exploring Sysinternals Tools

Exploring Sysinternals Tools: Sigcheck, Streams, and SDelete # Introduction to Sysinternals Tools # Sysinternals provides a suite of tools for Windows system administration and troubleshooting. We’ll focus on three notable tools: Sigcheck, Streams, and SDelete, highlighting their importance in cybersecurity. The Significance of Windows in Cybersecurity # Despite various opinions about Windows as a platform, its widespread use makes it a critical focus in cybersecurity. Understanding Windows is essential because:
Read more →

Leaving linux for BSD

Embracing BSD: A Journey Through Linux Distros to FreeBSD # Introduction # In the world of operating systems, finding the right fit is akin to a personal quest. My journey through various Linux distributions led me to FreeBSD, a choice that aligns perfectly with my needs. Let me take you through my experiences with different Linux distros and why ultimately, BSD made the most sense for me. Starting with Slackware: Laying the Foundation # Slackware was my initiation into the world of Linux.
Read more →

A Wizard’s Command Line Incantations for Enchanting C Code in Vim

A Wizard’s Command Line Incantations for Enchanting C Code in Vim # A Wizard’s Command Line Incantations for Enchanting C Code in Vim Greetings, fellow practitioners of the command line arts! Today, we delve into the mystical world of Vim, where keystrokes become spells, and code transforms at our whim. Join me as we explore a spellbinding Vim script, an incantation designed to transmute chaotic C code into a tapestry of elegance and order.
Read more →

HellEsc

Journey into RabbitHoleCoding: A Wizard’s Tale in the Realm of the Command Line # In the mystical realm of technology, where choices abound like stars in the night sky, embarks a brave soul on a quest named RabbitHoleCoding, or as I prefer, HellEsc. Picture this journey as a descent into the very core of the digital netherworld, delving into the abyss of bits and bytes. The Art of Command-Line Wizardry # Just as a wizard begins with the fundamentals of magic, so shall this journey commence with the rudimentary elements of computing.
Read more →

Hello Assembly

The symbols and incantations that make up the assembly-like code. Interestingly, this language for the CPU is closer to the machine code that a computer can understand, providing greater control over the hardware. Reading and writing are more challenging than high-level programming languages like Javascript or Python. The main is using a basic concept of hello world and memory stack. With Today’s AI, Cloud, and other buzz words technology stack, it’s nice to come back to the roots sometimes and see how things work on a simple level
Read more →