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
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
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...Discuss·2 likesLinux
Binod Prasad Joshibinodpj.hashnode.dev·Oct 27, 2024Shell Script BasicsIntroduction Shell scripting means writing sequence of commands that shell interprets or executes. Shell scripting serves as a backbone for automating repetitive tasks, deploying code, managing infrastructure, and handling complex DevOps workflows. C...Discuss·34 readsshell
Abhishek Prajapatidevopsmasteryunlocking.hashnode.dev·Oct 27, 2024DevOps Journey Week 3: Networking Essentials, Mastering Shell Scripting, and EC2 AutomationHey everyone! 🌟 I’m excited to share some highlights from my DevOps journey this week. I focused on improving shell scripting practices, discovering new Linux commands, automating EC2 deployment, and diving into computer networking basics—all essent...DiscussNetworkingEssentials
Akash Vyawaharevyawahareakash.hashnode.dev·Oct 18, 2024Basic Linux Shell Scripting for DevOps EngineersLinux Architecture Components : Applications / Commands Shell Kernel Hardware components What is shell ? Shell acts as mediator between user and kernel , shell is responsible to process the commands. What is Kernel ? Kernel is heart of Linux OS...Discuss#90daysofdevops
Manav Rautday-1-of-90daysofdevops.hashnode.dev·Oct 17, 2024Day 9 Task: Shell Scripting Challenge Directory Backup with RotationChallenge Description The task is to create a bash script that takes a directory as a command-line argument and performs a backup. The script should create timestamped backup folders and copy all the files from the specified directory into the backup...DiscussDevops