PGPRAKASH GANGURDEinprakashgangurde.hashnode.dev·3d ago · 14 min read20 Linux Commands Every CS Student Should KnowThe practical commands that actually matter — with real examples for each one By Prakash Gangurde | BCA Student | Technical Content Creator | AI • Python • Linux Introduction When I first opened a L00
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
SPSAI PRANEETH BHATTUinsaipraneethbhattu.hashnode.dev·Jun 5 · 24 min readLinux Commands Every DevOps Engineer Must Know.File Operations: Copy, Move, Wildcards, and Bulk Creation Copying Files and Directories The cp command copies a file from source to destination. The destination does not need to keep the same name. cp10
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
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
SSarthak-code786indevops-learning-commands.hashnode.dev·May 17 · 4 min readLinux Commands That Became Essential While Building My DevOps ProjectsWhen I first started learning DevOps, I focused heavily on tools. Jenkins.Docker.AWS.Terraform. But while building real projects, I kept running into problems that none of those tools alone could solv00
RHrenan hafsarinlinux-notes.hashnode.dev·May 15 · 1 min readBackslash Functions in LinuxEven though Linux normally uses slash (/) in the command and file path as in this article, Linux users need to use backslash (\) in some circumstances. Line continuation echo hello \ world is basical00
RHrenan hafsarinlinux-notes.hashnode.dev·May 13 · 5 min readWorking with Path and cd CommandThe very first basic Linux command to understand is the cd command. We use it to move to a directory. Think of a directory like a folder in Windows. However, before we go further into the cd command, 00