#day4 - Basic Linux Shell Scripting for DevOps Engineers.What is Kernel? In Linux, the kernel is the core component of the operating system. It acts as a bridge between the hardware and software layers, managing system resources and providing essential services to other parts of the operating system and ap...May 27, 2023·4 min read
"Building Scalable Microservices with Flask and Docker""Breaking it Down: Microservices vs Monolith in Docker" Microservices and Monoliths are two architectural styles for building software applications. The main difference between them is the way the application is structured. A monolithic architecture...May 6, 2023·7 min read
#day8 & #day9 Task: Basic Git & GitHub for DevOps Engineers.What is Git? Git is a version control system for software development. It was created by Linus Torvalds in 2005 and is now widely used by developers all over the world. Git allows developers to keep track of changes made to their code over time and c...May 3, 2023·6 min read
#day7 Task: Understanding package manager and systemctlWhat is a package manager in Linux? A package manager in Linux is a software tool that automates the process of installing, updating, configuring, and removing software packages on a Linux system. Linux packages are collections of files that contai...May 2, 2023·5 min read
#day6 Task: File Permissions and Access Control ListsAbout File Permissions : File permissions are an essential aspect of computer security that allows users to control access to files and directories. In Unix-based operating systems, file permissions are governed by three different types of users: the...Apr 28, 2023·3 min read
#day5 Task: Advanced Linux Shell Scripting for DevOps Engineers with User managementTasks Write a bash script createDirectories.sh which creates directories from 1 to 100 Steps: Create a shell script with the name "createDirectories.sh" Inside "createDirectories.sh" write the code to create the directory from Day1 to Day...Apr 28, 2023·4 min read
"Mastering Version Control with Git and GitHub: A Comprehensive Guide"Git is a distributed version control system that allows developers to collaborate on projects and track changes to code over time. It was created by Linus Torvalds in 2005 and is now widely used in software development. GitHub is a web-based platform...Apr 24, 2023·3 min read