Day 13 :Installing Python on Your Computer and Checking the Version 🐍.Python, often referred to as the "programming language for beginners," is a versatile and powerful language used for a wide range of applications. Whether you're a budding programmer or an experienced developer, Python is a must-have in your toolkit....Oct 9, 2023·3 min read
Day 8 : Basic Git & GitHub for DevOps.🔍 Git: Your Magical Spellbook of Changes! 🔍 Introduction: Imagine you're a spellcaster with a special book filled with magical incantations. Every time you create a new spell or update an existing one, you want to keep track of the changes you make...Jul 27, 2023·2 min read
Day 7 : Understanding package manager📦 Package Manager: Your Digital Shopping Wizard! 🧙♂️ Introduction: Imagine you're a savvy digital shopper in the bustling marketplace of the Linux world. Just like in a real market, you want to get the latest and greatest tools and applications fo...Jul 27, 2023·3 min read
Day 6 : File Permissions and Access Control Lists🔒 Understanding File Permissions: Safeguarding Your Digital World 🔒Jul 27, 2023·4 min read
Day 5 : Advanced Linux Shell Scripting for DevOps Engineers with User managementSo Write a bash script createDirectories.sh that when the script is executed with three given arguments (one is directory name and second is start number of directories and third is the end number of directories ) it creates specified number of direc...Jul 27, 2023·2 min read
Day 4 : Basic Linux Shell Scripting for DevOps Engineers.What is Kernel The kernel is a computer program that is the core of a computer’s operating system, with complete control over everything in the system. What is Shell A shell is special user program which provide an interface to user to use operating ...Jul 27, 2023·2 min read