top of page
Search
Python Setup with VS Code
1. Install Python on Your System VS Code is just the editor; it needs the Python "engine" installed on your computer to actually run the code. Windows/macOS: Download the latest version from python.org . Crucial Step: During installation on Windows, check the box that says "Add Python to PATH." If you miss this, VS Code won't be able to find it. 2. Install the Python Extension This is what gives VS Code its "intelligence" (IntelliSense, debugging, and linting). Open VS Co

Subhabrata Datta
Feb 111 min read


AWS EKS Project
Creating a Kubernetes cluster using EKS in AWS ! Launching wordpress & mysql ! Objective: Creating a Kubernetes Cluster using AWS EKS....

Subhabrata Datta
Jul 15, 20206 min read


Getting PDS members name & lines of code
How to get the PDS members name and lines of code using PX command Requirement: Get the list of PDS members in zos (mainframe OS) and...

Subhabrata Datta
Jul 1, 20201 min read


Yum Configuration in Redhat Linux
What's Yum ? How to Configure Yum in Redhat Linux 8 ? Few Yum Commands!

Subhabrata Datta
Jun 27, 20201 min read


Installing Redhat Linux 8 in CLI mode
Installing Redhat Linux 8 in CLI mode in Oracle Virtual Box !
Accessing Linux using putty !
Assigning new hostname to our OS !

Subhabrata Datta
Jun 26, 20202 min read



Subhabrata Datta
Jun 18, 20200 min read
Introduction to Git & Github
....coming soon

Subhabrata Datta
Jun 17, 20201 min read


Hybrid Cloud Task#1 : Terraform + AWS + Git-GitHub + Jenkins
This was the 1st Task given by my mentor Mr Vimal Daga (LinuxWorld) as part of Hybrid Multi-cloud course program.

Subhabrata Datta
Jun 16, 20204 min read


Terraform Introduction
What's Terraform ? Why Terraform ? Few important terms ? How to start with terraform ?

Subhabrata Datta
Jun 15, 20203 min read


AWS - Creating additional profile - why, how & its usage with terraform
Why create an additional AWS profile and how ? How to use it in terraform code ?

Subhabrata Datta
Jun 14, 20202 min read
bottom of page