Dheeraj Choudhary
Dheeraj Choudhary's Blog

Dheeraj Choudhary's Blog

Follow
homeSUPPORT MEAWS CDK/SDKCloudFormationTERRAFORMDEVOPSPYTHON
Series

DEVOPS


Articles in this series

CentOS8 Virtual Box Setup From Scratch

Dec 13, 20213 min read 155 views

This is handons implementation where we will install Oracle Virtual Box and create virtual machine on it with CentOS8 as operating system. Installing...

CentOS8 Virtual Box Setup From Scratch

Linux For DevOps | File Commands

Dec 16, 20214 min read 166 views

In this blog we will cover most of the daily usage file commands which is required as BAU from devops perspective. ls :- It is used to list down the...

Linux For DevOps | File Commands

Linux For DevOps | Network & Process Commands

Dec 18, 20214 min read 192 views

In this blog we will cover linux network commands along with process management command. Network ping :- Ping is a computer network administration...

Linux For DevOps | Network & Process Commands

Linux For DevOps | System Info & Disk Usage Commands

Dec 21, 20214 min read 264 views

In this blog we will see system information commands along with disk usage command. System Information Commands date :- This command is used to...

Linux For DevOps | System Info & Disk Usage Commands

Linux For DevOps | Shell Script For Operators, Decision Making Statements

Dec 28, 20214 min read 1.2K views

Usually shells are interactive that mean, they accept command as input from users and execute them. However some time we want to execute a bunch of...

Linux For DevOps | Shell Script For Operators, Decision Making  Statements

Linux For DevOps | Shell Script Using Loops

Dec 31, 20213 min read 628 views

This blog will cover 4 loops while, until, for, select. A loop is a powerful programming tool that enables you to execute a set of commands...

Linux For DevOps | Shell Script Using Loops