Yash Kansanayashkansana.hashnode.net·Mar 23, 2023An Introduction to Linux File Management Day:3Any operating system must support working with data. Linux offers a number of tools for managing files, such as adding, deleting, and editing files. In this post, we'll cover how to look at a file's contents, modify a file's permissions, delete a dir...Discuss·20 likes·26 readsDevops
Sayali Jadhavsayali.hashnode.net·Jan 1, 2023Day 1:Getting Started with DevOps!!#90DaysofDevops challenge Day1:Introduction to DevOps What is DevOps? DevOps is a combination of software developers (dev) and operations (ops). It is defined as a software engineering methodology that aims to integrate the work of software developme...Raghavendra Rao Polimetla and 2 others are discussing this3 people are discussing thisDiscuss·17 likes·753 reads#90daysofdevops
Sayali Jadhavsayali.hashnode.net·Mar 24, 2023Day52: Your CI/CD pipeline on AWS - Part 3 🚀 ☁What is CodeDeploy? AWS CodeDeploy is a deployment service that automates application deployments to Amazon EC2 instances, on-premises instances, serverless Lambda functions, or Amazon ECS services. CodeDeploy can deploy application content that runs...Discuss·17 likes·2.6K reads#90daysofdevops
Sudipa Dassudipa.hashnode.net·Apr 25, 2023Day 13: Access Control List (ACL)1.What is ACL? Access Control List or ACL provides a more flexible permission mechanism for file systems. It allows you to give a more specific set of permissions to a file or directory without changing the base ownership and permission. Suppose you ...DiscussDevops
Arnav Singharnavdevops.hashnode.net·Apr 25, 2023Advanced Linux Shell Scripting for DevOps Engineers with User management.Task 1. Write a bash script createDirectories.sh that when the script is executed with three given arguments (one is the directory name and second is the start number of directories and third is the end number of directories ) it creates a specified ...DiscussLinux
Harmanfor#90DaysOfDevopshrmndevops.hashnode.net·Apr 25, 2023Day 23 of #90DaysOfDevops || Jenkins Freestyle Project for DevOps Engineers.What is CI/CD? CI or Continuous Integration is the practice of automating the integration of code changes from multiple developers into a single codebase. It is a software development practice where the developers commit their work frequently into t...Discuss#90daysofdevops
Shivani Kumarishivanikumari.hashnode.net·Apr 25, 2023#KubeWeek Day 2 - Service, Ingress, Network Policies, DNS, and CNI(Container Network Interface)Kubernetes is an open-source container orchestration platform that provides a powerful framework for deploying and managing containerized applications. One of the key features of Kubernetes is its networking capabilities, which enable communication b...Discuss·2 likes·81 reads#KubeWeekChallenge
Bandan Sahoobandandevopsjourney.hashnode.net·Apr 25, 2023DevOps(Day-47): Test Knowledge on AWS💻 📈Task-1: Monitoring a WebApp through AWS CloudWatch Launch an EC2 instance using the AWS Management Console and connect to it using SSH. Create an EC2 instance as we have seen in our previous blogs. Login to the EC2 instance via SSH through Comma...DiscussDevops
Shreyas Khanganshreyakhangan.hashnode.net·Apr 25, 2023Day 12- Advance GitHello Readers👩💻 Here is Day 12 of #90daysofchallenge Topics for #day12 of #90daysDevops ✅Git Branching ✅Git Reset ✅Cherry Pick Git Branching • Branches allow you to work on different parts of a project without impacting the main branch. • When the...Discuss#90daysofdevops
Muli Praveen Kumar Reddypraveenmuli.hashnode.net·Apr 25, 2023Devops Day 1What is DevOps? DevOps is the on-demand delivery of It Infrastructure using the Internet. It is the combination of Development and Operations. Software Developers develop and write the code and Operations Team maintain the Infrastructure. It is the m...DiscussDevops
Vivek viveke.hashnode.net·Apr 25, 2023Day 4 #90DaysOfDevopsChallengeLinux Operating System Operating System An operating system (OS) is the software that runs on a computer and manages its resources, such as the CPU, memory, and input/output devices. It also provides a way for users to interact with the computer. Why...DiscussDevops
Saurabh Shivdesaurabhshivde.hashnode.net·Apr 25, 2023Day 9 - Deep Dive in Git & GitHub for DevOps EngineersWhat is Git and why is it important? Git(Global Information Tracker) is nothing but a source-code management tool used to manage code versioning and track developers' activity. Git tracks the changes and activity of developers working on a common pro...DiscussDevops
Dhwarika Jhadwarkajha.hashnode.net·Apr 25, 2023Day12: Linux and Git command cheatsheetLinux Commands: # To check your present working directory: pwd # List all the files or directories ls # Lists hidden files or directories: ls -a # Long listing format: ls -l # Create a new directory: mkdir <directory_name> # Multiple directory c...DiscussGit