Anurag Dutt duttanurag.hashnode.dev·16 hours agoBlog 1: Improve Your Command-Line Experience with ShellWhat is a Shell? Imagine a shell as a magical portal between you and your computer's core. It's a command-line interface that lets you interact with your operating system using text-based commands. By typing in specific commands, you can perform a wi...shell script
Arpit Jainep1.hashnode.dev·Dec 18, 2024Shell ScriptingWelcome to Day 6 of my DevOps journey! Today marks the beginning of an exciting sub-journey into the world of shell scripting. This is an essential skill for any aspiring DevOps professional, and I couldn’t be more thrilled to share what I’ve learned...3 likesDevops
Ansh Balanlinuxfordevops.hashnode.dev·Dec 12, 2024part 3: Mastering Shell Scripting: Essential Skills for DevOps EngineersShell Scripting In the fast-paced world of DevOps, automation is key to enhancing efficiency and minimizing human error. One of the foundational skills every DevOps engineer should have is shell scripting. This blog post introduces shell scripting, d...Devops
Mahira Technology Private Limitedmahiratechnology.hashnode.dev·Nov 25, 2024Unlock the Power of Docker: How a Single Sh Script Can Revolutionize Your Image PublishingOverview :- Docker has become an essential tool for developers and system administrators, allowing for consistent and portable application deployment. One of the key aspects of working with Docker is publishing images to registries. This process, whi...Docker
Harsh Soniharshdevopss.hashnode.dev·Nov 6, 2024Beginner's Guide to Shell Scripting: Key Concepts ExplainedIntroduction to Linux OS Architecture and shell script Then performed this practical Variables Loops For Loop While Loop Arguments Conditional if-else, elseif Functions1 likeshell
Munilakshmi G J100daysdevops.hashnode.dev·Nov 3, 2024Day 9 of 100 Days: Simple System Resource Monitor & Todo List Manager ( Bash Scripting Projects)Hey there, fellow learners! Welcome to Day 9 of our 100 Days of DevOps journey. Today, I’m excited to share two beginner-friendly Bash scripting projects that will enhance your command line skills and help you automate some everyday tasks. Let’s dive...Bash
Munilakshmi G J100daysdevops.hashnode.dev·Nov 2, 2024Day 8 of 100 days : Mastering Advanced Shell ScriptingLet’s Dive Deeper into Shell Scripting in DevOps Welcome to Day 8! Today, we’re tackling some powerful shell scripting techniques. These are essential for making scripts dynamic, interactive, and smart. We’ll explore command-line options, control flo...mastering_Shell_Scripting
Munilakshmi G J100daysdevops.hashnode.dev·Nov 1, 2024Day 7 of 100 Days : Shell Scripting Essentials in DevOpsWhy We Need Shell Scripting in DevOps Think about a system administrator managing hundreds of servers. When changes are required—whether for updates, backups, or monitoring—manual effort on each server would be overwhelming and error-prone. Shell scr...shell script
Kanav Gathe90-days-of-devops-kanav.hashnode.dev·Oct 30, 2024Week 1 Recap: DevOps Fundamentals to Advanced Linux 🚀Day 1: Introduction to DevOps Core Concepts DevOps bridges Development and Operations teams Focuses on faster, reliable software delivery Emphasizes automation and continuous feedback Key Components Automation CI/CD pipelines Infrastructure a...Linux
Saad Asif Mujawaressentialsofdevops.hashnode.dev·Oct 28, 2024Day 5 : Advanced Linux Shell Scripting for DevOps Engineers with User ManagementTask 1 : Create Directories Using Shell Script : - Write a bash script createDirectories.sh that, when executed with three arguments (directory name, start number of directories, and end number of directories), creates a specified number of directori...2 likesLinux