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
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
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...Discuss·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...Discuss·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...Discussbash 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...Discuss·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...Discuss·51 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...DiscussDevops
Abdullah Bin Altafdevopswithabdullah.hashnode.dev·Feb 14, 2024Lecture # 6 - Functions in Shell ScriptFunctions in Shell Script: In shell scripting, functions allow you to encapsulate a sequence of commands and execute them as a single unit. Functions help in modularizing code, improving readability, and promoting code reusability. Syntax to declare ...DiscussDevops
Abdullah Bin Altafdevopswithabdullah.hashnode.dev·Feb 14, 2024Lecture # 5 - Repetitive Structure in Shell ScriptRepetitive Structure in Shell Script: In shell scripting, repetitive structures such as loops are used to execute a block of code multiple times, typically based on certain conditions or a predefined number of iterations. The two most commonly used t...DiscussDevops