
HomeLab Setup
As I kickstart my home lab journey, the first issue I face — or rather, the first issue I don’t have — is owning my own ISP router. But that’s not going to stop me from building one. The only real ...

As I kickstart my home lab journey, the first issue I face — or rather, the first issue I don’t have — is owning my own ISP router. But that’s not going to stop me from building one. The only real ...

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...

A branch in Git is simply a lightweight movable pointer to one of the commits. The default branch name in Git is master/main. As you start making commit, you’re given a master branch that points to...

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...

Coming Soon $ gem install bundler jekyll $ jekyll new myblog $ cd myblog $ bundle exec jekyll serve Text and Typography <hr style="border:2px solid blue"> Prompts <!-- markdownlint-cap...