Ansh Balanlinuxfordevops.hashnode.dev·14 hours agoPart 6: Cron and Crontab in LinuxIn this section, we will dive into the concepts of cron and crontab, two essential tools for scheduling tasks in Linux. We’ll explain their purpose, how to use them, and provide practical examples for automation. What is cron? cron is a time-based jo...cronjob
Arpit Jainep1.hashnode.dev·Dec 19, 2024Shell ScriptingHey everyone! Welcome to Day 7 of my DevOps journey. Today, I continued exploring Shell Scripting, which has been an exciting and rewarding experience so far. This is my Day 2 focused on Shell Scripting, where I covered some essential concepts, inclu...2 likesDevops
Ansh Balanlinuxfordevops.hashnode.dev·Dec 18, 2024Part 5: Memory Commands, While Loop, and Vim CommandIn this section, we will explore memory management commands, while loops, the Vim text editor, and more. We’ll also create a shell script that ties everything together to monitor disk space. Important Memory Commands 1. free Command The free command ...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
Gokul Pisharodygokulpisharody.hashnode.dev·Dec 14, 2024Day-6.2-devopsThis blog post delves into advanced shell scripting concepts essential for DevOps, covering best practices, commands for system health checks, process management, and error handling. It emphasizes the importance of metadata, debugging techniques, and...Devops Zero To HeroDevops
Ansh Balanlinuxfordevops.hashnode.dev·Dec 12, 2024part 3: Mastering Shell Scripting: Essential Skills for DevOps EngineersShell Scripting In the fast-paced world of DevOps, automation is key to enhancing efficiency and minimizing human error. One of the foundational skills every DevOps engineer should have is shell scripting. This blog post introduces shell scripting, d...Devops
rajan kumarshellscriptingfordevopsengineer.hashnode.dev·Dec 8, 2024Shell_Scripting**\>> Shell – It is utility which allow us to talk to kernel . \>> Bash – It is kind of shell. It is more popular shell. Born again shell. It is end with .sh . \>> sh – It is also shell. \>> write the first bash scripting . shebang - #!/bin/...shell scripting
Amulyaawscloudbasics.hashnode.dev·Nov 29, 2024Python for DevOps: Your Gateway to Advanced AutomationWhy Python Matters in DevOps As a DevOps engineer, your toolkit is your superpower. While shell scripting has been the traditional go-to, Python emerges as a game-changing language that elevates your automation capabilities. Shell Scripting vs Python...pythonPython
Harshit Sahuharshitsahu2311.hashnode.dev·Nov 28, 2024Linux for DevOps EngineersThe Linux is a type of operating system that is similar to Unix, and it is built upon the Linux Kernel. The Linux Kernel is like the brain of the operating system because it manages how the computer interacts with its hardware and resources. It makes...68 readsMastering Linuxshell script for devops
Amitabh soniamitabhdevops.hashnode.dev·Nov 22, 2024Day 3: Essential Linux Commands for DevOps BeginnersGreetings, tech enthusiasts! 👋 As part of my #90DaysOfDevOps journey, I successfully completed Day 03, where I explored Basic Linux Commands. This hands-on task was a great way to dive deeper into Linux functionalities while honing my scripting and ...1 like·41 readsDevops