Manav Rautday-1-of-90daysofdevops.hashnode.dev·Oct 13, 2024Day 5: Advanced Linux Shell Scripting & User Management for DevOps EngineersTask 1: Create Directories Using Shell Script: - Write a bash script createDirectories.sh that, when executed with three arguments (directory name, start number of directories, and end number of directories), creates a specified number of directories...DiscussDevops
Rohit Kumar YadavforDevops 90 days challengerohitdevops.hashnode.dev·Oct 11, 2024Day 4 :Linux shell scriptingWhat is Kernel? A kernel is the core part of an operating system, acting like a bridge between the hardware (your computer's physical components) and the software (applications that you use). It allocates CPU, memory, and storage to programs, ensures...Discusslinux shell scripting
ASHISH PATILashishpatil0693.hashnode.dev·Oct 8, 2024Day 4 #90DaysOfDevOpsChallenge : Basic Linux Shell Scripting for DevOps EngineersToday’s focus is on grasping the essentials of Linux shell scripting, an invaluable skill for anyone pursuing a career in DevOps. Let's explore some fundamental concepts and engage in hands-on tasks that will aid in automating processes and managing ...Discuss·10 likesDevops
Huzefa Ahmedhuzefaweb.hashnode.dev·Sep 3, 2024Basic Linux Shell Scripting For DevOpsWhat is Shell Scripting? Linux shell scripting allows you to automate tasks, manage systems, and streamline development processes. Shell scripts are essentially sequences of commands stored in a file, which can be executed like a program. Creating an...Discuss·62 readsDevops
Nitin Dhimannitindhiman22.hashnode.dev·Jul 22, 2024Basic Linux Shell Scripting for DevOps EngineersUnderstanding the Basics What is Kernel? The kernel is a fundamental part of a computer's operating system, serving as the core program that has complete control over everything in the system. It manages hardware resources, system calls, and processe...DiscussLinux
Himanshu Palhadehpalhade.hashnode.dev·Jul 12, 2024Day 10 Task: Log Analyzer and Report GeneratorChallenge Title: Log Analyzer and Report Generator Scenario As a system administrator, managing a network of servers involves daily tasks such as analyzing log files generated on each server. These log files contain critical system events and error ...Discusslinuxloganalyzer
Himanshu Palhadehpalhade.hashnode.dev·Jul 11, 2024Day 9 Task: Shell Scripting Challenge Directory Backup with RotationBash Scripting Challenge: Backup with Rotation Welcome to this exciting Bash scripting challenge! Today, we'll create a script that performs a backup of a specified directory, includes timestamped backup folders, and implements a rotation mechanism ...Discusslinux-basics
Himanshu Palhadehpalhade.hashnode.dev·Jul 10, 2024Day 8 Task: Shell Scripting ChallengeWelcome to Day 8 of the Bash Scripting Challenge! Today, we'll cover essential concepts such as comments, echo, variables, built-in variables, and wildcards. By the end of this challenge, you'll have a single bash script that demonstrates all these c...Discusslinux-basics
Himanshu Palhadehpalhade.hashnode.dev·Jul 9, 2024Day 7 : Understanding Package Manager and SystemctlUnderstanding Package Managers in Linux In Linux, a package manager is a vital tool for installing, removing, upgrading, configuring, and managing software packages on an operating system. Package managers can be graphical applications like a softwa...Discusslinux for beginners
Himanshu Palhadehpalhade.hashnode.dev·Jul 8, 2024Day -6: File Permissions and Access Control ListsUnderstanding File Permissions in Unix/Linux File permissions are a crucial aspect of Unix/Linux systems, ensuring that files and directories are accessed and modified securely. In this blog, we'll delve into file permissions, how to modify them, an...Discuss·27 readsLinux