Archana Prustyarchana77.hashnode.dev·Sep 24, 2024Python Dictionaries Explained: Day 5 TutorialIntroduction: Welcome to Day 5 of my Python journey! Today, I explored the fascinating world of data structures in Python, specifically dictionaries. These data types are crucial for storing and manipulating complex data. Dictionary predefine class /...#Python #Beginner #LearningJournal #Day3 #Lists #Tuples #Dictionaries
Vaishnavi Modakwardevopscloudhub.hashnode.dev·Aug 17, 2024Linux Shell Scripting #Day5Contents 1. Introduction to Shell Scripting 👋 What is Shell Scripting?🤔 Shell scripting involves writing a series of commands in a script file that the shell (command-line interface) can run automatically. The shell is like a command interpreter th...62 readsDevOps#ShellScripting #DevOps #Automation #BashScripting #Linux #SysAdmin #Coding #TechTips #Programming #ITAutomation #DevOpsTools #TechSkills #ScriptWriting #ServerManagement #TechCommunity
Rajendra Patilrajendrapatil9949.hashnode.dev·Jul 30, 2024#90DaysOfDevops | Day 5Automating System Configuration and Maintenance. Version Control and Continuous Integration. Containerization and Orchestration. Infrastructure as Code(IaC). Security and Compliance. Advanced Linux Shell Scripting for DevOps Engineers can cover...#90daysofdevops
Pranit Kolamkarkpranit.hashnode.dev·Jul 5, 2024What are EC2 Instances in AWS ?Amazon EC2 (Elastic Compute Cloud) is a web service provided by Amazon Web Services (AWS) that allows users to rent virtual servers (instances) to run their applications. EC2 provides scalable computing capacity, enabling users to increase or decreas...Day5
Nikunj Vaishnavdevcloudjourney.hashnode.dev·Jul 3, 2024Advanced Linux Shell Scripting for DevOps Engineers with User Management. #Day-5All 90 directories were created within seconds using a simple command: mkdir 2025 cd 2025 ls -lrth mkdir Day{1..90} ls Result: Create Directories Using Shell Script: Write a bash script foldercreate1.sh that, when executed with three arguments (dir...49 readsDevOpsLinux
Mallika Gautamvbnm.hashnode.dev·Jun 27, 2024Mastering Cybersecurity: Day 5 of the 100-Day ChallengeOWASP: Security Principles The first OWASP principle is to minimize the attack surface area. An attack surface refers to all the potential vulnerabilities that a threat actor could exploit. Examples of common attack vectors are phishing emails and w...#cybersecurity
Dipen Rikkaamedipen.hashnode.dev·Mar 14, 2024Day 5: Advanced Linux Shell Scripting: DevOps Mastery with User ManagementIntroduction Welcome to the world of Advanced Linux Shell Scripting and User Control! In this exciting journey, we'll delve into the depths of Linux command-line magic, empowering you to take control of your system like never before. Shell scripting ...39 reads#90daysofDevOps#90daysofdevops
Riva Diasdias-blog.hashnode.dev·Feb 19, 2024Advanced Linux Shell Scripting for DevOps Engineers with User managementIn the world of DevOps, knowing how to use Linux commands effectively is super important. Let’s learn some tricks to make our work easier. This will not only automate repetitive tasks but also enables to manage users and permissions effectively, cont...Linux
Sarika Kambledevopsspotlight.hashnode.dev·Feb 12, 2024Day 5 Task: Advanced Linux Shell Scripting for DevOps Engineers with User managementYou have to do the same using Shell Script i.e using either Loops or command with start day and end day variables using arguments - So Write a bash script create directories.sh that when the script is executed with three given arguments (one is the ...17 likes·71 reads#90daysofdevops
Priyanka Gondpriyanka-devopsblogs.hashnode.dev·Feb 9, 2024Day 05 Task:1.You have to do the same using Shell Script i.e using either Loops or command with start day and end day variables using arguments - Example 1: When the script is executed as ./createDirectories.shday 1 90 then it creates 90 directories as day1 day2...#90DaysOfDevopsChallange #devopszerotohero