Kkeerthi-p415inkeerthi02.hashnode.dev·Jun 10 · 4 min readEssential Linux Commands Every DevOps Engineer Should Know: Curl, Wget, SSH, and GrepLinux is the backbone of modern cloud computing, system administration, and DevOps practices. Whether you are managing servers, troubleshooting applications, or automating deployments, understanding f00
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
Kkeerthi-p415inkeerthi02.hashnode.dev·May 31 · 7 min readMastering the Linux Blueprint: File System, Essential Shell Commands, and Process ManagementWhen you log into a Linux server, you aren't just looking at a black screen with a flashing cursor; you are looking at a highly organized, deeply efficient engine. To truly master Linux, you need to u00
SAShahzad Ali Ahmadinshahzadahmad.dev·May 26 · 4 min read30 Kubernetes Tasks Every CKA Candidate Should Practice Before Exam DayOne of the most common questions I receive from aspiring Certified Kubernetes Administrator (CKA) candidates is: “What should I actually practice before the exam?” After completing the CKA and spendin00
RHrenan hafsarinlinux-notes.hashnode.dev·May 15 · 25 min readgrep and find Commands in LinuxBoth commands sometimes are confusing because they can be used to "search" something. However, they behave differently. Command Searches for Example question find Filenames, directories, file ty00
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 14 · 9 min readls Command in LinuxAfter you understand the cd command here, you also need to understand the ls command. It stands for list and is basically to show the list of contents in a directory. For further usage, it can be cust00
OFOluwaseyi Fatunmoleinfreecodecamp.org·May 8 · 29 min readLearn Command Line Interface (CLI) Development with Dart: From Zero to a Fully Published Developer ToolMost developers spend a significant portion of their day in the terminal. They run flutter build, push with git, manage packages with dart pub, and orchestrate pipelines from the command line. Every o20
YPYejun Parkinyejunpark3.hashnode.dev·May 6 · 5 min readConvert Hundreds of Files in Seconds? Your Complete Guide to Bash Shell Script For Loops Imagine this: your boss just dropped 50 meeting recordings in your inbox. They're all .m4a files, but the transcription tool you're using only accepts .wav. One by one, you open the converter, drag th00