Python Data Types and Data Structures for DevOpsNew day, New Topic.... Let's learn along 😉 Data Types Data types are the classification or categorization of data items. It represents the kind of value that tells what operations can be performed on a particular data. Since everything is an objec...Apr 3, 2024·3 min read
Day 6 Task: File Permissions and Access Control ListsTask1 : Create a simple file and do ls -ltr to see the details of the files refer to Notes To complete the task, we'll follow these steps: Create a simple file named file.txt. Use ls -ltr to view the details of the file, including its permissions. ...Feb 20, 2024·4 min read
Day 5 Task: Advanced Linux Shell Scripting for DevOps Engineers with User managementIf you noticed that there are a total 90 sub-directories in the directory '2023' of this repository. What did you think, how did I create 90 directories? Manually one by one or using a script, or a command? All 90 directories within seconds using a s...Feb 16, 2024·7 min read
Day 4 Task: Basic Linux Shell Scripting for DevOps Engineers. What is KernelIn computing, a kernel is a fundamental component of an operating system (OS). It acts as a bridge between the hardware and the software layers, providing essential services for managing system resources, such as CPU, memory, input/output devices, an...Feb 8, 2024·5 min read
Day 3 Task: Basic Linux CommandsTask: What is the linux command to To view what's written in a file. cat filename: Displays the entire contents of a file. To change the access permissions of files. To change the access permissions of files. Certainly! Changing the access permi...Jan 30, 2024·5 min read
Day 1 - Introduction to Devops/🚀 Unlocking Agility with DevOps: A Holistic Approach to Software Development 🚀 In the dynamic landscape of software development, the need for agility and efficiency has never been more crucial. Enter DevOps – a transformative philosophy that unifi...Jan 27, 2024·3 min read