Rohit Pagoterohitpagote.hashnode.dev·Jan 10, 202503 - ShebangShebang The shebang (#!) is a special character sequence at the very beginning of a script file that tells the operating system which interpreter should be used to execute the script. Syntax #!/path/to/interpreter #: The comment character. !: In...Shell Scripts for BeginnersLinux
Rohit Pagoterohitpagote.hashnode.dev·Jan 10, 202502 - Flow Control in LinuxConditional Logic Conditional logic in shell scripting is used to execute commands based on specific conditions. This allows scripts to make decisions, enabling dynamic and flexible execution paths. Types of Conditional Statements if Statement if...Shell Scripts for BeginnersLinux
Rohit Pagoterohitpagote.hashnode.dev·Jan 9, 202501 - Shell Scripts IntroductionWhat is Shell Script? A shell script is a text file containing a series of commands written for the Linux shell (e.g., bash, zsh, or sh). Shell script in Linux is an easy to use time-saving solution for automating repetitive or complex set of tasks...Shell Scripts for BeginnersLinux
Vishal Rayabarapudevops-blogs-vishal.hashnode.dev·Jan 5, 2025Integrating GitHub API Calls with Shell Scripts on AWS EC2Introduction : Automation is the most important step in Devops. In this blog , we’ll interact with the GitHub API to read the list of user’s public repositories and created date using shell scripts , running them on an AWS EC2 instance. Step-1 : Crea...27 readsDevops
Syed Dadapeerdrops.hashnode.dev·Dec 29, 2024Mastering DevOps: The Ultimate RoadMapWelcome to the ultimate DevOps roadmap! Whether you’re a beginner or aiming for the next level, this blog will take you from the fundamentals to advanced concepts with real-world examples and hands-on tips. Imagine streamlining your workflows, deploy...DevOpsDevops
Ahammed Basha Shaikday-13-of-100-days-challenge.hashnode.dev·Dec 24, 2024Automating GitHub Repository Management with Shell ScriptingIntroduction In the ever-evolving world of DevOps, automation is a cornerstone for efficiency and scalability. On Day 13 of the 100DaysOfDevOps challenge, we dive into a hands-on project that integrates shell scripting with the GitHub API. This proje...AWS
Pratulmyspace233.hashnode.dev·Dec 23, 2024Getting Started with Shell ScriptingLINUX I'm excited to continue my DevOps learning journey alongside my new role as a Level 2 Server Engineer. This position will not only allow me to gain hands-on industry experience but also help me deepen my understanding of technologies directly r...33 readsLinux
PIYUSH SHARMAk8dev.hashnode.dev·Dec 23, 2024Shell Scripting is the King of DevlopmentShell Scripting Shell scripting is a powerful process of automating day-to-day or regular activities on a Linux computer. It can be implemented on any AWS-hosted Linux machine or a Linux-hosted laptop. Here's an introduction to shell scripting and it...#shellscripting #devops
Faizan Shaikhfaizanshaikh.hashnode.dev·Dec 23, 2024From Idea to Reality: How DevOps, Containerization, and Shell Scripting Work TogetherImagine this: You’ve just come up with an incredible app idea. It solves a real-world problem, and you're excited to bring it to life. Your team of developers starts writing the code, and everything is running smoothly on their machines. But then com...Linux
Ansh Balanlinuxfordevops.hashnode.dev·Dec 21, 2024Part 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