Setting Up Grafana on Amazon EC2 with Promtail and Loki Log Collection .Loki is a powerful log aggregation system that pairs well with Grafana for monitoring and visualizing container logs. Loki is a log aggregation tool and Promtail is a log shipper that works alongside Loki to collect, process, and send log data to Lok...Nov 9, 2023·3 min read
Day 8 Task: Basic Git & GitHub for DevOps Engineers.What is Git? Git is a modern and widely used distributed version control system in the world. It is developed to manage projects with high speed and efficiency. The version control system allows us to monitor and work together with our team members ...Apr 11, 2023·9 min read
Day 7 Task: Understanding package manager and systemctl What is a package manager in Linux?package management is a method of installing and maintaining (which includes updating and probably removing as well) software on the system. How package management systems work. If a certain package requires a certain resource such as a shared libra...Apr 8, 2023·4 min read
Day 6 Task: File Permissions and Access Control ListsUnderstanding /etc/passwd The full account information is stored in the /etc/passwd file. This file contains a record per system user account and has the following format (fields are delimited by a colon). [username]:[x]:[UID]:[GID]:[Comment]:[Home...Mar 31, 2023·4 min read
Day 5 Task: Advanced Linux Shell Scripting for DevOps Engineers with User managementTask 1: create n numbers of directories using shell scripts. Method:1 The above code creates directories named after the value of the anything variable followed by a number from 1 to 90. The loop is set to run 90 times using the syntax "for ((i=1; ...Mar 30, 2023·2 min read
Basic Linux Shell Scripting for DevOps EngineersDay 4 Task: Basic Linux Shell Scripting for DevOps Engineers. What is Kernel The kernel is a computer program that is the core of a computer’s operating system, with complete control over everything in the system. What is Shell A shell is a special u...Mar 28, 2023·3 min read
Linux-Part-2Hello connection, Today I have completed ✍ my Day:03 blog based on basic Linux commands part-2.please have a look 😊😊like and share your valuable feedback. 👇 Day 3 Task: Basic Linux Commands Task: What is the Linux command to To view what's writte...Mar 25, 2023·1 min read