TITaha Iftikharindexterifti.hashnode.dev·Nov 24, 2025 · 3 min readEssential Navigation TechniquesDay 4/14 of Linux 101 series: Basic Navigation Today we master moving around the Linux filesystem like a pro 🧵 The Linux filesystem structure: Everything starts from root: / Unlike Windows (C:, D:), Linux has ONE unified tree. All drives, USB, ev...00
TITaha Iftikharindexterifti.hashnode.dev·Nov 23, 2025 · 3 min readUnderstanding Terminal Shell BasicsDay 3 of Linux 101 series: The Terminal/Shell Today we're diving into the most powerful tool in Linux - the command line 🧵 What is the Terminal? The terminal is a text-based interface to communicate with your computer. Instead of clicking icons, ...00
TITaha Iftikharindexterifti.hashnode.dev·Nov 22, 2025 · 3 min readInstalling LinuxDay 2 of Linux 101 series: Installing Linux Time to get your hands dirty. Today we're understanding the three ways to install Linux 🧵 The three installation methods: Virtual Machine (VM) - Run Linux inside your current. OS Dual Boot - Install Lin...00
TITaha Iftikharindexterifti.hashnode.dev·Nov 21, 2025 · 2 min readIntroduction to LinuxDay 1: What is Linux? Starting from zero. Let's understand what Linux actually is and why it matters for developers 🧵 1/ What is Linux? Linux is an operating system (OS) - just like Windows or macOS. But here's the difference: it's completely free ...01P
TITaha Iftikharindexterifti.hashnode.dev·Aug 9, 2025 · 5 min readDocker 101Why Docker Exists Every machine has: CPU RAM Operating System (OS) When you install software like an OS, then a Node app or a Java app on top, it works fine… but if your app isn’t using 100% CPU, the rest goes to waste. This inefficiency led to ...00