Basics of PythonWhat is Python? Python is fast growing and a very easy to learn programming language. It is widely used in the fields of Development, Automation, DevOps, Machine Learning, AI, Big Data and many others. It is versatile in usage yet a very simple progr...Jul 29, 2023·4 min read
Day 6 : File Permissions and Access Control Lists🌟Introduction🌟 The #90DaysOfDevOps challenge is already on Day 6! We'll dive into File Permission and Access Control today and discuss how DevOps engineers might benefit from it. File Permission In Linux, every file and directory comes with a set o...Jul 20, 2023·3 min read
Day 5 Task: Advanced Linux Shell Scripting for DevOps Engineers with User managementIntroduction 🌟 The #90DaysOfDevOps challenge is already on Day 5! We'll get into the Advance of Linux shell scripting today and discuss how DevOps engineers might benefit from it. Write a bash script createDirectories.sh that when the script is exe...Jul 19, 2023·4 min read
Day 4 Task: Basic Linux Shell Scripting for DevOps Engineers.Introduction 🌟 The #90DaysOfDevOps challenge is already on Day 4! We'll get into the fundamentals of Linux shell scripting today and discuss how DevOps engineers might benefit from it. Shell scripting is a potent ability that allows you to manage sy...Jul 18, 2023·4 min read
Day 3 Task: Basic Linux Commands (Part 2)Introduction Welcome to Day 3 of the #90DaysOfDevOps challenge! Today, we'll explore more Linux commands, like magical keys unlocking every DevOps engineer's potential! Mastering Linux commands is a skill that opens up a world of possibilities.🚀🗺️�...Jul 17, 2023·6 min read
Day 2 - Basics Linux commandMastering Basic Commands in Linux: Your Gateway to Command-Line ✨🐧 Welcome to the fascinating world of Linux command-line interfaces! As a beginner, navigating through the Linux terminal might seem daunting at first, but fear not! This blog post wil...Jul 15, 2023·2 min read
DevOps IntroductionWhat is DevOps? DevOps is a methodology that bridges the gap between developers and operations. Basically, it eliminate the problem of not running application in different environments. Traditionally, development (Dev) and operations (Ops) teams have...Jul 15, 2023·2 min read