Kanav Gathe90-days-of-devops-kanav.hashnode.dev·Dec 18, 2024Mastering Ansible Ad-hoc CommandsToday on my DevOps journey, I delved into Ansible ad-hoc commands, and I'm excited to share what I learned. These commands are incredibly useful for quick tasks across multiple servers. What are Ansible Ad-hoc Commands? Ansible ad-hoc commands are on...1 like#90daysofdevops
Kanav Preet Singhstudyofcloud.tech·Oct 5, 2024Title: Day 1: Kicking Off My DevOps Journey with TrainWithShubham's Junoon Batch 8🚀 Day 1 of My DevOps Journey with TrainWithShubham’s Junoon Batch 8 🚀 Starting my DevOps journey with TrainWithShubham this October has been an exhilarating experience! As part of the Junoon Batch 8 program, today I attended my very first live ses...Cloud
Manik Singhalsupermanik.hashnode.dev·Jan 26, 2024🚀 Welcome to the DevOps Carnival: Where Code Meets Operations Magic! 🎪Hello there, inquisitive folks!👋 Do you ever wonder how the masterminds of technology ensure that your favourite applications run smoothly and receive awesome updates? Well, hello DevOps- the superhero of the software world! 🦸♂️ Let’s go over this...1 likeDevops
Vishal Karmavishal999.hashnode.dev·Oct 21, 2023Linux fundamentalsIntroduction: 🖇️What is Linux? Linux is a Unix-like operating system that was created by Linus Torvalds on 17 September 1991. It is an open-source operating system like Windows or macOS, that runs on computers and other devices. It is open-source, m...#90daysofdevops
Khushbu Koradiyakhushbuk0714.hashnode.dev·Sep 14, 2023Day 9: Deep Dive in Git & GitHub 🖥️What is Git and why is it important? 💡 Git is a DevOps tool used for source code management. It is a free and open-source version control system used to handle small to very large projects efficiently. Git is used to tracking changes in the source c...GitHub
Khushbu Koradiyakhushbuk0714.hashnode.dev·Sep 14, 2023Day 8: Basic Git & GitHubWhat is Git? Git is a distributed version control system for software development. Git allows multiple people to collaborate on a project by keeping track of changes made to the codebase, making it easier to merge the changes made by different people...Git
Shahanaz Shanushahanashefi.hashnode.dev·Jul 19, 2023Day 2 - Basic linux commands📚 Introduction to Linux 💡Free and open-source operating system. 💡 Provides a powerful and flexible platform for computing. 💡 Developed by Linus Torvalds in 1991. 💡 Offers various distributions like Ubuntu, Fedora, and Debian. 💡 Known for stabil...#90daysofdevops chanllenge
Sabiha Mominsabiha29devops.hashnode.dev·Jul 19, 2023Day02 - Basic Linux commandsLet's learn more about the Basic commands of Linux... What does any Linux command mean❓ The Linux command is a utility of the Linux operating system. All basic and advanced tasks can be done by executing commands. The commands are executed on the Lin...60 readsday2
Ankita Shindeankitashinde99.hashnode.dev·Jul 15, 2023My DevOps JourneyDay01 🌟What Is DevOps? DevOps, short for Development and Operations, is a software development methodology and cultural shift that aims to bridge the gap between development teams (responsible for creating software) and operations teams (responsible...1 like·29 reads#90daysofdevops
Pooja Deonepoojadeone.hashnode.dev·Jul 18, 2023Day 3 of 90days of DevOpsHere is day 3 of #90days of DevOps. In today’s blog, we will handle files using Linux commands. Tasks: What is the Linux command to… To view what's written in a file. To view the content of the file run the command cat <filename> To change the...1 like#90daysofdevops