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
Farukh Khanfarukh-khan.hashnode.dev·Oct 18, 2024Understanding Package Manager and SystemctlPackage management is a fundamental part of any DevOps workflow. Whether you’re deploying applications, managing servers, or automating processes, a strong understanding of Linux package managers is essential. In this post, we'll break down the key c...Linux
Farukh Khanfarukh-khan.hashnode.dev·Oct 17, 2024Advanced Linux Shell Scripting for DevOps Engineers with User ManagementAs DevOps engineers, automation is our best friend. Shell scripting, backups, cron jobs, and user management are essential skills that help us streamline day-to-day operations. In this blog, I’ll walk you through practical tasks that will enhance you...Linux
Naushad Khannaushad-khan.hashnode.dev·Oct 12, 2024🚀 Day 8 of #90DaysOfDevOps: Bash Scripting Basics 🖥️Today, I explored the essentials of bash scripting, covering key concepts step by step. Here's how I tackled each task, along with command-line examples: 📝 Task 1: Comments What I Learned: Comments in bash scripts start with # and are used to expl...1 likeBash
Vanshika Sharmavanshikasharmaa.hashnode.dev·Oct 2, 2024Linux Shell Scripting Basics Every DevOps Engineer Should KnowWhat is Kernal? The kernel is the core component of an operating system (OS), acting as a bridge between software applications and the computer's hardware. It manages system resources such as memory, CPU, and devices, and facilitates tasks like proce...Linux
Prasant Jakharjakharprasant.hashnode.dev·Sep 22, 2024Essential Bash Commands for DevOps Professionals: A Comprehensive GuideIn the fast-paced world of DevOps, efficiency and automation are paramount. At the heart of many DevOps workflows lies Bash (Bourne Again Shell), a powerful command-line interface that enables developers and system administrators to perform tasks swi...Linux
Mahesh Gaikwadmaheshgaikwad.hashnode.dev·Sep 10, 2024Understanding Job Control in Bash ScriptingJob control in Bash allows you to manage processes running in your terminal. You can stop, continue, or move jobs between the foreground and background. This feature is particularly useful when you are multitasking in the terminal. What is Job Contro...Bash