
Module Mayhem : Python
By now you’ve got the basics of Python down and you’ve managed not to get eaten by the snake, so congrats. Now we’re going deeper into its territory: modules, packages, and pip. Module Module is a...

By now you’ve got the basics of Python down and you’ve managed not to get eaten by the snake, so congrats. Now we’re going deeper into its territory: modules, packages, and pip. Module Module is a...

My Python Badge If you just looked at the thumbnail of the post and jumped right into the contain, I’m sorry to say you are in the wrong place. I clickbaited you. That’s how everything works thes...

I have learned it hard way- to stay resolutely in my own lane. Got a brilliant idea bubbling up in that overworked brain of yours? DO NOT—and I mean DO NOT—whisper even a syllable of it to your man...

In case if you are wondering, Windows Subsystem for Linux ( WSL) is a feature of Windows that allows you to run a Linux environment on your Windows machine. I hate seeing the newline error as I s...

Disclaimer ! Like me, the information here is not my original work. This is just an info retention blog as I prepare for my CCNA exam. The key notes are extracted from CCNA 200-301 Official Cert Gu...

The purpose of this post is to help me keep track of the commands I come across as I dive into my networking journey. I’m working through the Official Cert Guide by Wendell Odom and configuring the...

Unlike other version control system, which are delta-based version control, git thinks about its data more like a stream of snapshots. Git has three main states that your file can reside in. mo...

A software platform designed for searching, monitoring, analyzing, and visualizing machine-generated data. Splunk uses a query language called SPL (Search Processing Language) to perform searches a...

Coming soon

Linux users are a bit like wizards of the digital realm. They conjure up commands from their spellbooks (the terminal), casting incantations like ‘sudo’ to gain magical powers over their systems. A...