Shahzaib Sana
DevOpsInsider

DevOpsInsider

Follow
Follow
home90daysofDevops 🚀Linkedin 💻badgesnewsletter
Series

90daysofDevOps

"Unlock DevOps mastery in 90 days. Join the journey! 🔥 #DevOps #90DaysOfDevOps #TechSkills"

Articles in this series

Day1: Introduction to DevOps

Sep 1, 20232 min read

Why choose DevOps? Here's why: Faster time to market through automation and collaboration. Continuous integration and deployment for rapid and...

Day1: Introduction to DevOps

Day2: Basics of Linux and Commands-Line 🐧

Sep 2, 20232 min read

Introduction: Linux is a powerful and open-source operating system kernel that forms the core of many Unix-like operating systems. It was created by...

Day2: Basics of Linux and Commands-Line 🐧

Day3: Linux Command-Line Essentials for Beginners

Sep 3, 20233 min read

Introduction: Linux commands refer to the set of instructions and actions that can be executed via a command-line interface (CLI) in a Linux-based...

Day3: Linux Command-Line Essentials for Beginners

🚀 Day4: Basic Linux Shell Scripting 🐚 for DevOps 💻

Sep 4, 20233 min read

What is a kernel? In Linux, the kernel is the core part of the operating system responsible for managing hardware resources, process scheduling,...

🚀 Day4: Basic Linux Shell Scripting 🐚 for DevOps  💻

Day 5: Mastering Advanced Linux Shell Scripting for DevOps

Sep 5, 20233 min read

Create multiple directories using Shell Script: To create multiple directories using a shell script, you can use a simple loop to iterate through a...

Day 5: Mastering Advanced Linux Shell Scripting for DevOps

Day 6: Understanding File Permissions and Access Control Lists

Sep 6, 20234 min read

Today is more on Reading, Learning and Implementing File permissions. Create a simple file and do ls -ltr to see the details of the file. Each of the...

Day 6: Understanding File Permissions and Access Control Lists