Harshvardhan Salunkheharsh09.hashnode.dev·Nov 18, 2024Introduction to Shell Scripting: Automate Your Linux Tasks Like a Pro! PART-1Have you ever felt like you're spending way too much time typing repetitive commands in your terminal? Or maybe you've wondered how to automate those tasks to save time and reduce errors? Well, that's where Shell Scripting comes in! In this blog post...DiscussDevops
Pooja Naitampoojanaitam.hashnode.dev·Nov 11, 2024Day 8 of 90DaysOfDevOps : Shell Scripting Challenge🐧Task 1: Adding Comments in Bash Scripts 📝 Comments are notes added in code to explain what each part does, making it easier for others (and yourself) to understand later. Comments in bash scripts start with a #. #!/bin/bash # This script greets the ...Discuss#90daysofdevops
Pooja Naitampoojanaitam.hashnode.dev·Nov 8, 2024Day 4 of 90DaysOfDevOps : Basic Linux Shell Scripting for DevOps Engineers.What is Kernel? The Kernel is the core part of an operating system, acting as a bridge between the hardware and software. It manages system resources and allows programs to interact with the hardware indirectly. The kernel handles tasks like memory m...DiscussLinux
Amitabh soniamitabhdevops.hashnode.dev·Nov 8, 2024A Beginner's Guide to Shell Scripting in DevOpsShell Scripting for DevOps - Automate Your Tasks Lecture 8 in the DevOps journey dives deep into the essential topic of Shell Scripting. In this blog, we’ll cover what shell scripting is, its purpose, basic commands, script creation, automation using...DiscussDevops
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 FunctionsDiscuss·1 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...DiscussBash
Abhishek Prajapatidevopsmasteryunlocking.hashnode.dev·Nov 3, 2024DevOps Journey Week 4: Diving Deep into Docker 🐳Hey everyone! 👋I’m thrilled to share my learning from Week 4 of my DevOps journey. This week was all about Docker – exploring best practices for creating, managing, and handling containers. From working with images to setting up networks, this was a...DiscussDocker
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...Discussmastering_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...Discussshell 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...DiscussLinux