Quantum Innovation Advisorshellahacks.hashnode.devΒ·Feb 3, 2025Automating System Management with Bash: A Hands-on ApproachHarnessing the Power of Bash for Workflow Efficiency As a developer, strategist, and systems thinker, Iβm always looking for ways to optimize workflows and automate repetitive tasks. While high-level scripting languages like Python and automation too...Bash
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