Ahammed Basha Shaikday-9-of-100-days-challenge.hashnode.dev·Dec 18, 2024Mastering Shell Scripting for DevOps Part-2Shell scripting is an indispensable skill for DevOps professionals, streamlining automation and ensuring efficient server management. In Day 9 of our 100 Days of DevOps Challenge, we dive deep into advanced shell scripting concepts that can elevate y...Devops
Ahammed Basha Shaikday-8-of-100-days-challenge.hashnode.dev·Dec 17, 2024Mastering Shell Scripting for DevOpsIntroduction Shell scripting is a foundational skill for DevOps engineers, enabling task automation and efficient system management. This post outlines key steps to master shell scripting, along with practical use cases in the DevOps ecosystem. Why S...shell scripting
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
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...34 readsshell
Saurabh Adhaudevopsvoyager.hashnode.dev·Jul 20, 2024Rules for Naming Variables in Shell ScriptingIntroduction Naming variables is a fundamental aspect of shell scripting, whether they are user-defined variables (UDVs) or system variables. Adhering to certain rules when naming variables ensures compatibility, readability, and consistency within y...10 likesScriptingshell
Saurabh Adhaudevopsvoyager.hashnode.dev·Jul 19, 2024Mastering User-Defined Variables in Shell ScriptingIntroduction User-defined variables (UDVs) play a crucial role in shell scripting, allowing users to store and manipulate data within scripts. Understanding how to define and use these variables effectively can significantly enhance your scripting ca...10 likesScriptingshell
Raghuu'raghuu87.hashnode.dev·May 9, 2024My D's P's L's Js _ Day7 _ Git and GitHub {6}; Getting Familiar {3}; CS50'sT {1}; Other Developments {7}.\\ Let's Begin... \\ Git and GitHub {6}_ Git: Become an Expert in Git & GitHub in 4 Hours (1) : Source: udemy. Git was created by a same person who created Linux. no need to mention their name!. Git Bash vs Bash Shell : Git Bash is a software applic...bash shell
Sprasad Pujarisprasad.hashnode.dev·Mar 29, 2024"Simplify Bash Scripting : Beginner to Pro with 50 Essential Scripts" 🧑💻Hey there! 👋 Ever heard of Bash? It's like the "cool kid" of the command-line world, similar to the Windows Command Prompt (CMD), but with a twist! 🔄 If you haven't delved into it yet, you're in for a treat! 🚀 Bash is "Simplify Your Life with Bash...1 like·52 readsbash script
Abdullah Bin Altafdevopswithabdullah.hashnode.dev·Feb 16, 2024Project # 2 - Monitoring Disk Space with Email AlertIn this project we'll be creating a powerful shell script for monitoring free disk space with email alert functionality. In today's data-driven world, managing disk space efficiently is crucial for maintaining system stability and preventing unexpect...54 readsDevops
Abdullah Bin Altafdevopswithabdullah.hashnode.dev·Feb 15, 2024Project # 1 - Basic Backup Shell ScriptIn this project we'll be creating a simple yet effective backup shell script! In today's digital age, data is paramount, and ensuring its safety through regular backups is crucial. With this shell script, you'll be able to automate the process of bac...Devops