Jenkins Fundamentals - Part 1What is Jenkins ? You had often get to hear about Jenkins, specially if you are aspiring DevOps. Or maybe you are hearing first time ! Anyways, Jenkins is a server for CI/CD (i.e Continuous Integration and Continuous Delivery/Deployment) in DevOps. I...Feb 16, 2025·6 min read
Day 5 : Advanced Linux Shell Scripting for DevOps Engineers with User ManagementTask 1 : Create Directories Using Shell Script : - Write a bash script createDirectories.sh that, when executed with three arguments (directory name, start number of directories, and end number of directories), creates a specified number of directori...Oct 28, 2024·4 min read
Day 4 : Basic Linux Shell Scripting for DevOps EngineerToday, we have the some tasks based on Basic Shell Scripting. Let's solve them together. Task 1 : Explain in your own words and with examples what Shell Scripting means for DevOps ? —> Shell scripting consists of a series of commands executed in a sh...Oct 21, 2024·2 min read
Day 2 : Fundamentals Of LinuxToday, We will learn about Linux fundamentals. Let's talk about the What, Why, and How of Linux. What is Linux? As we all know, Linux is an operating system that is open-source and has many flavors (different distributions). Some well-known flavors o...Oct 6, 2024·2 min read
Day 1 : Introduction to DevOpsWhat is DevOps ? DevOps is a culture or mindset that combines Development and Operation team to deliver software rapidly and efficiently. It makes Processes fast and easy by automating tasks like Developing, Testing, and Deployement. What is Autom...Oct 5, 2024·1 min read
Day 0 : Hello LearnersThis is a 90 Days series of learning and exploring DevOps. In this we will be going to learn concepts, tools, along with some tasks for practice. If you are eager to learn about DevOps, follow the series and learn something daily. 💡 Do Hands-on pra...Oct 4, 2024·1 min read