Search
Support lwplabs
Sep 25, 20241 min read
How to Install Ansible via pip (a package manager for Python packages)
Install Ansible via pip- Ansible is written in Python and it can be installed as its package. Install Python and pip : First, install...
16 views0 comments
Support lwplabs
Sep 25, 20232 min read
Difference between DEVOPS and SRE with Example?
DevOps (Development and Operations) and SRE (Site Reliability Engineering) are two approaches or philosophies that aim to improve...
51 views0 comments
Support lwplabs
Sep 14, 20231 min read
Linux for DevOps Interview Questions
Question: Write a Linux command to list all files and directories in the current directory. Answer: ls Question: How would you create a...
73 views0 comments
Support lwplabs
Sep 6, 20231 min read
In Linux, How to check what is my machine bit - 64 or 32 bit?
uname -m uname -a where -a is for all information -m is for machine hardware name
26 views0 comments
Support lwplabs
May 23, 20233 min read
What is Zombie Process?
Title: Understanding Linux Zombie Processes: Examples and Effective Ways to Kill Them Introduction: Linux, being an open-source operating...
47 views0 comments
Support lwplabs
May 6, 20231 min read
Step-by-step guide on how to create an AWS VPC
Step 1: Log in to the AWS Management Console To create an AWS VPC, you first need to log in to the AWS Management Console using your AWS...
36 views0 comments
Support lwplabs
May 6, 20232 min read
Create a Python script for AWS Automation
Step 1: Install Boto3 Library Boto3 is the Amazon Web Services (AWS) Software Development Kit (SDK) for Python. It enables Python...
385 views0 comments
Support lwplabs
May 5, 20231 min read
How to install AWSCLI in Windows
Using Choco choco install awscli Using MSI Installer Download the latest AWS CLI MSI installer for Windows from the AWS website....
51 views0 comments
Support lwplabs
May 2, 20232 min read
Creating Azure Resources using Python Scripting - Step-By-Step
Step1: Create an Azure Account Create an Azure an with Azure, you need to create an Azure account. Go to the Azure website and sign up...
33 views0 comments
Ankush Lwplabs
May 1, 20232 min read
Create GCP Resources with Terraform GCP Provider
Streamlining Your GCP Infrastructure with Terraform: A Step-by-Step Guide
159 views0 comments
LWPLabs
Nov 2, 20222 min read
DEVOPS ON AWS Interview Questions - 8
Q71) I want to delete 10 days older log files. How can I? There is a command in unix to achieve this task find <directory_path> -mtime...
180 views0 comments
LWPLabs
Sep 12, 20223 min read
DEVOPS ON AWS Interview Questions - 7
Q61) Did you ever participated in Prod Deployments? If yes what is the procedure? Yes I have participated, we need to follow the...
219 views0 comments
LWPLabs
Aug 30, 20223 min read
DEVOPS ON AWS Interview Questions - 6
DevOps on Aws - Interview Questions Q51) I want to get the information from file which consists of the word “GangBoard” grep “GangBoard”...
191 views0 comments
LWPLabs
Jul 28, 20222 min read
DevOps on AWS Interview Questions - Part 5
DevOps on AWS Interview Questions - Part 5
338 views0 comments
LWPLabs
May 31, 20223 min read
DevOps on AWS Interview Questions Part 4
Q31) How do we know in Git if a branch has already been merged into master? git branch –merged The above command lists the branches that...
211 views0 comments
LWPLabs
May 19, 20222 min read
DevOps on AWS Interview Questions - PART 3
Q21) How can you define particular space to the file This feature is generally used to give the swap space to the server. Lets say in...
178 views0 comments
LWPLabs
May 9, 20222 min read
DevOps on AWS Interview Questions Part - 2
Q13) How do I see a list of all the ansible_ variables? Ansible by default gathers “facts” about the machines, and these facts can be...
172 views0 comments
LWPLabs
May 8, 20222 min read
What is Terraform and step-by-step Quick way to Try it in AWS
Terraform is an open-source infrastructure as code software tool created by HashiCorp. It allows users to define and provision a variety...
60 views0 comments
LWPLabs
May 6, 20223 min read
Why do you need Azure DevOps?
Azure DevOps has developed over time. In its modern iteration, it’s the rebranding of Microsoft’s Visual Studio Team Services (VSTS),...
49 views0 comments