BBlairexinblairex.hashnode.dev00Learning Linux Through the TerminalMar 30 · 3 min read · When I first started using Linux, the terminal felt confusing and unfamiliar. But over time, I realized that understanding a few basic commands makes everything much easier. These are some of the commJoin discussion
AAAbang Ayoma inabang.hashnode.dev00A Story About Linux File PathsMar 30 · 3 min read · Imagine a vast world called Linux Land, a place where everything is organized, structured, and connected by paths. At the very center of this world is a powerful place called: / (root) This is the bJoin discussion
TSTejas Shinkarinitworkstoscales.hashnode.dev00Inside Linux: Architecture & Core ConceptsMar 26 · 4 min read · 🧠 What happens when you type a command? When you open a terminal and type a command, it is not executed directly. It flows through a structured system: User → Shell → Kernel → Hardware You interact wJoin discussion
DMDebasish Mahatoinblog-linux-pacemaker-healthcheck.hashnode.dev01Essential Commands to Verify Linux Pacemaker Cluster System HealthMar 25 · 1 min read · This quick reference lists essential commands to verify the health of a Pacemaker-based Linux cluster. It’s written for sysadmins and SREs who need fast, reliable checks — covering system information DDebasish commented
RSRahul Shuklaindevopsjourneywithrahul.hashnode.dev00Linux Package Management for DevOps BeginnersMar 17 · 6 min read · A Practical Guide to Installing and Managing Software in Linux Welcome to DevOpsJourneyWithRahul — where I share practical DevOps concepts step-by-step for beginners. In the previous blogs of this serJoin discussion
RSRahul Shuklaindevopsjourneywithrahul.hashnode.dev00Linux Process Management for DevOps Beginners Mar 15 · 5 min read · When I first started learning Linux, most of my focus was on basic commands like: ls cd mkdir grep These commands helped me navigate the system and understand how Linux works. But as I started runninJoin discussion
RSRahul Shuklaindevopsjourneywithrahul.hashnode.dev00Linux File Permissions For DevOps BeginnersMar 12 · 5 min read · When I started learning Linux for DevOps, everything felt exciting. Every new command felt like unlocking a new level. I learned commands like: ls cd mkdir grep Slowly, the Linux terminal started feeJoin discussion
RSRahul Shuklaindevopsjourneywithrahul.hashnode.dev00Essential Linux Commands Every DevOps Beginner Should Know Mar 11 · 7 min read · Continuing the Linux for DevOps Journey In my previous article, we explored the Linux File System and how everything in Linux starts from a single root directory /. That article focused on understandiJoin discussion
HRHello Rootinhelloroot.hashnode.dev00Dovecot Error Fatal: Multiple files for module var_expand_cryptMar 4 · 2 min read · The error on dovecot service "Fatal: Multiple files for module var_expand_crypt" indicates that the Dovecot mail server configuration has ran into a problem where the var_expand_crypt plugin is loadedJoin discussion
SPsudheer pithaniinchaoticcontainers.hashnode.dev00Create and Configure File Systems in LinuxMar 3 · 12 min read · Introduction: Partitions vs. File Systems — What's the Difference? In the previous lesson, we learned how to create partitions on a storage device — essentially dividing a disk into separate sections.Join discussion