JJebitokinsharonjebitok.com·5d ago · 31 min readLinux Privilege Escalation: Basics (TryHackMe)Link to the Privilege Escalation challenge on TryHackMe: Linux Privilege Escalation: Basics Introduction In the Linux Privilege Escalation: Enumeration room, you built a foundation in enumeration — le00
JJebitokinsharonjebitok.com·5d ago · 21 min readLinux Privilege Escalation: Enumeration (TryHackMe)Link to Privilege Escalation challenge on TryHackMe: Linux Privilege Escalation: Enumeration Introduction Privilege escalation is a journey. There are no silver bullets, and much depends on the specif00
DYDharamraj Yadavindharamin.hashnode.dev·Jun 21 · 6 min readI Thought I Knew Linux — Then I Actually Learned It (Week 1)The Big Picture Before you read this doc you must know english is my second language and this doc is have completely my own words not any AI, translator etc. What an OS really is An Operating System00
RKRivesh Kumarinrivesh.hashnode.dev·Jun 16 · 15 min readLinux File System Explained — Think of It Like a Big Office BuildingIntroduction If you have ever felt confused by the Linux file system — all those folders like /etc, /var, /home, and /usr — you are not alone. At first glance, it looks like a maze with no logic. You 00
HLHatim Lohainshellcraft.hashnode.dev·Jun 8 · 3 min readLinux Fundamentals — Day 4Processes + Monitoring + Background Jobs This is real server administration. You’ll learn how Linux manages: running applications CPU memory background tasks killing stuck programs These are da00
HLHatim Lohainshellcraft.hashnode.dev·Jun 6 · 4 min readLesson 2 — Linux FundamentalsFile Permissions + Users + Ownership This is one of the MOST important Linux topics. Without this: Docker permissions become confusing SSH issues happen deployment fails scripts break services ca00
HLHatim Lohainshellcraft.hashnode.dev·Jun 6 · 3 min readLesson 3 — Linux FundamentalsText Processing + Pipes + Redirection (Very Important for DevOps) This is where Linux starts becoming powerful for real-world work: logs analysis debugging servers CI/CD pipelines Docker troublesh00
KCKofo Coleinkofocole.hashnode.dev·Jun 3 · 11 min readA Beginner’s Guide to the Linux Command Line Interface (CLI)If you are new to Linux or just starting to explore the terminal, welcome! The command line might seem intimidating at first, but it’s one of the most powerful tools you’ll ever learn. This guide will11K
PKPrajwal Kunteinprajwalkunte.hashnode.dev·May 27 · 17 min readLinux for DevOps – Complete Beginner's Guide (With Commands & Examples)Who is this for?This guide is for anyone starting their DevOps journey who wants to learn Linux from scratch . Table of Contents What is Linux? Why Linux for DevOps? Linux vs Windows How to Set 00
SSarthak-code786indevops-learning-commands.hashnode.dev·May 24 · 3 min readA Green Pipeline Doesn’t Always Mean SuccessWhen I first started building CI/CD pipelines, I had a very simple definition of success: Pipeline green = Everything is working. If Jenkins showed a successful build, I assumed: The application was 00