Understanding "trap" Command and "Signals" in LinuxHey everyone, welcome to my article! Today, we're diving into a super useful command in Linux that's a real lifesaver when it comes to scripting and managing processes: the trap command. Now, what is trap exactly? Well, think of it as your safety net...Jun 21, 2024·3 min read
Introduction to Terraform and Terraform BasicsWhat is Terraform and how can it help you manage infrastructure as code? Imagine you're building a big LEGO castle. To make it easier, you have a set of instructions telling you how to build each piece, step by step. Terraform is like those instruc...Sep 10, 2023·6 min read
Basic Git & GitHub for DevOps Engineers.What is Git? Git is a version control system that allows you to track changes to files and coordinate work on those files among multiple people. It is commonly used for software development, but it can be used to track changes to any set of files. Wi...Aug 9, 2023·7 min read
What is a package manager in Linux?In simpler words, a package manager is a tool that allows users to install, remove, upgrade, configure, and manage software packages on an operating system. The package manager can be a graphical application like a software center or a command line t...Aug 4, 2023·2 min read
Basic Linux CommandsToday I have done Hands-On on Some Very basic Linux Commands which we use in our day-to-day Working day. 📂(Present Working Directory)pwd: This command uses the "pwd" Command to check the present working directory this command will let you know your...Jul 30, 2023·3 min read
Basic Linux Shell Scripting for DevOps Engineers.What is Kernel? As a DevOps engineer, let me explain what a "Kernel for DevOps" could mean. In the context of DevOps, a "kernel" refers to a core component or a central part that plays a crucial role in the whole DevOps process. It's like the heart...Jul 20, 2023·3 min read
How to Connect AWS EC2 Server from MobaXterm software.Create an account in AWS and launch the ec2 server Download MobaXterm from here: https://mobaxterm.mobatek.net/download-home-edition.htm Select the ec2 instance and click on connect button Once you click on the "connect" button you will be ab...Jul 18, 2023·1 min read