#devops
Read more stories on Hashnode
Articles with this tag
Introduction to AWS Identity and Access management(IAM): This is a service used for "security" and "access control" in AWS cloud. Overview of IAM: IAM...
Let's first look at the steps to push a simple web application that prints "Welcome" on the screen using the Flask framework. ยท GitHub link to the...
Before we move into the steps to push the local repositories to remote repositories we have few prerequisite. Prerequisites: Create a repository in...
Introduction to storage basics: What is Block Device? First we will take a look at block devices.Block device is type of file that can be found under...
Scenario 1: How to Write a Shell Script to Detect and Kill Zombie Processes Step 1: Creating a shell script with name "killzpid.sh" Step2: Creating a...