Day 11 : Error Handling in Shell ScriptingLearning Objectives Learning how to handle errors in shell scripts is super important for making your scripts strong and dependable. Today, you'll discover some cool techniques to manage errors effectively in your Bash scripts. Topics to Cover Under...Jul 23, 2024·3 min read
Day-6 Task: File Permissions and Access Control ListsOverview Of File Permission In Linux: In Linux, file permissions are a critical component of system security and user management. They determine who can read, write, or execute a file. Understanding file permissions is essential for maintaining syst...Jul 16, 2024·4 min read
Day-4 Basic Linux Shell ScriptingIntroduction:- In this post, we’ll dive into shell programming and its many facets, giving you a solid grasp of standard shell programs like the Bourne Again Shell (bash). Shell scripting is a key part of the Unix operating system, so having some bas...Jul 6, 2024·3 min read
Day - 5 Advanced Linux Shell Scripting for DevOps with User Management.Introduction: Welcome to Day 5 of my 90-day DevOps learning challenge! Today, we’re diving into advanced Linux shell scripting, with a special focus on managing user accounts. Shell scripting is a must-have skill for DevOps engineers, as it helps aut...Jul 6, 2024·4 min read
Day-3 Advanced Linux for DevOpsWelcome to Day 3 of our DevOps journey! Today, we're diving into some advanced Linux commands that will boost your skills and make you more productive. These commands are super important for any DevOps engineer, as they're used in many daily tasks. 1...Jul 5, 2024·3 min read
Day-2 Linux Fundamentals For DevOps.What is Linux? Linux is a Operating System. it is built upon the Linux Kernel. Kernel is a heart of Linux. The Linux Kernel is combined with a collection of software packages and utilities, which are together called Linux distributions. History Of ...Jun 29, 2024·5 min read
Day-1 Introduction To DevOps.Introduction Day 1 :- RoadMap For DevOps? What is DevOps? The DevOps movement started to come together sometime between 2007 and 2008. In short, DevOps is a blend of Development (Dev) and Operations (Ops) aimed at boosting the efficiency, speed,...Jun 28, 2024·2 min read