Mar 22 · 14 min read · A hands-on walkthrough of MBR partition analysis, NTFS boot sector examination, Master File Table record inspection, and deleted file detection using hex editors and professional forensic tools. Unde
Join discussion
Mar 22 · 9 min read · A comprehensive technical examination of the NTFS file system architecture, its core features, volume layout, and the Master File Table structure that sits at the heart of every Windows disk. Digital
Join discussion
Nov 21, 2025 · 2 min read · Ever found yourself needing to send something urgently — a document for a meeting, a high-resolution image to a client, or even just a quick video to a friend — only to be bogged down by slow, clunky file-sharing platforms?We understand the frustrati...
Join discussion
Oct 24, 2025 · 18 min read · Personal notes As usual, this article was born because I took the “Introduction to Linux (LFS101)” course from the Linux Foundation. At first, I took this course because I have an upcoming technical interview for a Cloud Development Engineer position...
Join discussion
Oct 23, 2025 · 6 min read · Permissions in Unix are an integral part of the operating system. You can see the details of all files in the current directory by using options -l and -a combinedly with ls command: ls -al Every file has an owner (also referred to as the user), a g...
Join discussionOct 17, 2025 · 3 min read · FauxFS: A Bug-Infested File System for Learning Have you ever wanted to learn how to debug complex software systems in a safe and controlled environment? Introducing FauxFS, a mock file system written in Python, designed specifically for educational ...
Join discussion
Oct 6, 2025 · 4 min read · 🔹 Introduction Welcome back to my Linux Basics Series of my Linux notebook seriesIn part-02, I explored what Linux is, why it's important, its architecture, the kernel, and some essential commands. Now, in Part 03, I'll dive deeper into: 🗂️ The Li...
Join discussion