Chiamaka Mbahforshebourneagainshebourneagain.hashnode.dev·19 hours agoHands-on bash: Task One - Writing Your First "Hello, World!" ScriptIn the past few months, I have been learning about bash scripting, and with every new knowledge, practice is important, so the knowledge sticks. Today, I'll be starting the Hands-on Bash note series where I will be working on tasks on Bash programmin...DiscussHands-on BashDevops
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
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...DiscussLinux
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...DiscussLinux
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...Discuss·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...DiscussLinux
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...DiscussLinux
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...DiscussBash
Bharadwaj Reddybharadwajreddy1406.hashnode.dev·Sep 9, 2024Linux Shell Scripting for Beginners: A Simple GuideWhat is Linux Shell Scripting? Linux shell scripting refers to the process of writing scripts or programs to automate tasks and execute commands on a Linux system through the command line interface, called the shell. The shell is a mediator between t...Discuss·5 likesDevops