Archana Prustyarchana77.hashnode.dev·Sep 29, 2024Python Essentials: Understanding Basic Data Types on Day 10Introduction: Welcome to Day 10 of my Python journey! Today, I ventured into the realm of Data Type . These concepts are essential for efficient data storage. Data Type : .Data Type represent the type of data present inside a variable. . In Python we...DiscussPython
Vaishnavi Modakwardevopscloudhub.hashnode.dev·Aug 30, 2024Advanced Git and GitHub: A DevOps Engineer's Guide 🚀 #Day_10Advanced Git Topics Introduction Git is more than just a version control system; it's a tool that can significantly enhance your workflow. In this blog, we'll dive into advanced Git commands that every DevOps engineer should know. From cherry-picking...DiscussDevOps#learninpublc
Rajendra Patilrajendrapatil9949.hashnode.dev·Aug 5, 2024#90DaysOfDevops | Day 10Write a Bash script that automates the process of analyzing log files and generating a daily summary report. The script should perform the following steps: Input: The script should take the path to the log file as a command-line argument. Error Cou...Discuss#90daysofdevops
Pranit Kolamkarkpranit.hashnode.dev·Jul 15, 2024AWS IAM Basics: Essential Concepts and How to Use ThemAWS Identity and Access Management (IAM) is a fundamental service within the AWS cloud platform. It serves as the cornerstone for securing your AWS resources by managing users, groups, roles, and the permissions they have to access and interact with ...Discussday10
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Jul 11, 2024Shell Scripting Challenge #Day-10 Log Analyzer and Report GeneratorScenario You are a system administrator responsible for managing a network of servers. Every day, a log file is generated on each server containing important system events and error messages. As part of your daily tasks, you need to analyze these log...Discuss·1 like·27 readsDevOpsTrainWithShubham
Abigeal Afolabiarbythecoder.hashnode.dev·Jul 11, 2024Day 10 of my 90 Days DevOps- Kubernetes Networking FundamentalsIntroduction Welcome to Day 10 of my SRE and Cloud Security Journey! Today, I delved into the fascinating world of Kubernetes networking. If you're a DevOps engineer with some experience, but new to Kubernetes networking, this guide is for you. We'll...Discuss·1 likenetworking
vinod chandravinod-sh.hashnode.dev·Jul 10, 2024Day 10 Task: Log Analyzer and Report GeneratorToday marks the 10th day of my DevOps journey, and I delved into the powerful world of shell scripting to create a Log Analyzer and Report Generator. This script simplifies analyzing log files by counting errors, identifying critical events, and gene...Discuss·67 readsTrainWithShubham
Mallika Gautamvbnm.hashnode.dev·Jul 3, 2024Mastering Cybersecurity: Day 11 of the 100-Day ChallengeIntroduction to network protocols Networks benefit from having rules. Rules ensure that data sent over the network gets to the right place. These rules are known as network protocols. Network protocols are a set of rules used by two or more devices ...Discussday10
prince meeniaprince222.hashnode.dev·Mar 24, 2024Day 10 Task: Advance Git & GitHubGit Branching Use a branch to isolate development work without affecting other branches in the repository. Each repository has one default branch, and can have multiple other branches. You can merge a branch into another branch using a pull request. ...Discussday10
Devbrat Singhcloudwithdev.hashnode.dev·Mar 9, 2024#90DaysOfDevOps Challenge - Day 10 - Advanced Git & GitHub for DevOps Engineers Part 1Welcome to Day 10 of the #90DaysOfDevOps challenge. Today, we will explore advanced Git techniques, including branching, merging, and reverting. These techniques are essential for effective collaboration and version control in software development pr...Discussday10