Mar 29 · 4 min read · Repo: https://github.com/q1sh101/hifox The Problem You spend time hardening Firefox. Then the browser updates, a file drifts, or an exception gets added for a real app. How do you know the browser tha
Join discussion
Feb 19 · 12 min read · Securing an internship in DevOps in 2026 wasn’t something I had perfectly planned. In fact, if I had to describe it honestly, it felt like one of those moments where people say, “You have to be at the
Join discussion
Feb 19 · 8 min read · Purpose of Day 2 The purpose of Day 2 is to move beyond writing scripts that run and start writing scripts that operate systems. In real environments, Bash is commonly used to: Take application backu
Join discussion
Feb 15 · 2 min read · Introduction In this post, we’ll learn how to create custom system commands in Linux and use them like native terminal commands, with the help of a practical example in which we’ll build a command called gpush that combines git add, git commit, and g...
Join discussion
Feb 11 · 3 min read · When you’re starting out with Linux, scripting can feel abstract, until you actually create a file, make it executable, and watch the system run your code. In this lab, I practiced exactly that: creating and executing a simple Bash script and using t...
Join discussion