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
Ansh Balanlinuxfordevops.hashnode.dev·Dec 13, 2024Part 4: User Commands and Actual Use of Shell Scripting by DevOps EngineersContinuing from the previous part, we will explore more advanced topics in shell scripting, starting with conditional statements, loops, and functions. These concepts are essential for DevOps engineers to automate tasks and improve efficiency. If-Eli...user management in linux
Ansh Balanlinuxfordevops.hashnode.dev·Dec 8, 2024Part 1: Introduction and Essential Linux CommandsLinux is a powerful operating system that's the backbone of many modern infrastructures, especially in the DevOps world. If you're a budding DevOps engineer, mastering Linux and its commands is essential. In this series, we’ll explore Linux basics an...Linux
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...69 readsMastering Linuxshell script for devops
Gaurav Davregauravdavre.hashnode.dev·Oct 29, 2024./ Week_02_LINUXHello there, this is the second week of my mastering Linux… Linux Filesystem & Permissions The Filesystem Hierarchy Standard (FHS) is commonly followed by Linux. It is made up of several branching subdirectories and one primary (or root) directory. R...Linux
Md. Afzal Hassan Ehsaniiemafzalhassan.hashnode.dev·Oct 20, 2024Exploring Linux: The Essential Base for DevOps EngineersLinux is an operating system that has revolutionized the computing world. It's the backbone of modern infrastructure, especially in the world of DevOps, where automation, scalability, and reliability are paramount. This blog will take you through the...Linux
Md. Afzal Hassan Ehsaniiemafzalhassan.hashnode.dev·Sep 23, 2024Mastering Linux (RHEL) for DevOpsLinux, particularly Red Hat Enterprise Linux (RHEL), is a robust operating system widely used in enterprise environments. This guide will cover essential concepts, commands, and practices to help you excel as a DevOps engineer, potentially outperform...RHEL
STUTTIMAKHIJAstuttimakhija.hashnode.dev·Sep 17, 2024Day 1 (Linux for DevOps)What is Linux? Linux is a family of open-source Unix-like Operating systems based on the Linux Kernel, an operating system kernel first released on September 17, 1991, by Linux Torvald. Linux Is typically packaged as a Linux distribution, which inclu...Linux for DevOpsLinux
Prabhat Chouhanprabhatchouhan.hashnode.dev·Aug 31, 2024Learn the Linux File System: Why It's Important for DevOps StartersSaturday, 31 August 2024 Why Learning the Linux File System Helps in DevOps If you're interested in DevOps, understanding the Linux file system is crucial. Many DevOps tools and environments are built on Linux, and knowing how the file system works ...Linux
Nabaranjan palatasinghnabaranjan1.hashnode.dev·Aug 17, 2024Linux For DevOps Part - 1Linux Principles Everything is a file. Configuration data stored in text. Avoid Captive user interfaces. Small, Single-purpose program. Why Linux? OpenSource. Community support. Heavily customizable. Most Servers run on Linux. Most of the ...Devops