#90daysofdevops-chanllenge
Read more stories on Hashnode
Articles with this tag
How to create GitLab Account? Create GitLab account Verify Email On welcome GitLab page fill the required details: How to create GitLab...
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...
In this article I have share the shell script that monitors system metrics like CPU usage, memory usage, and disk space usage. The script will provide...
Task of Monitoring script: Process Selection: The script should accept a command-line argument to specify the target process to monitor. For example:...
Before we move into the steps to push the local repositories to remote repositories we have few prerequisite. Prerequisites: Create a repository in...
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...