Vidyasagar SC Machupalli

Vidyasagar SC Machupalli @vidyasagarmsc

About: A little bit of everything in this journey called LIFE

Location:
Austin, TX
Joined:
Feb 22, 2019

Vidyasagar SC Machupalli
articles - 43 total

The Essential Role of Process Monitoring Scripts in Linux Environments

In today’s complex computing environments, keeping tabs on running processes isn’t just good...

Learn More 5 0May 16

Podman: Detailed Overview, Advantages, Disadvantages, and Setup

Podman is an open-source container engine that enables users to create, manage, and run OCI...

Learn More 5 0May 4

S3cmd: CLI for Object Storage

In the recent times, I am exploring and playing with Top Tools for Object Storage and Data...

Learn More 6 0Mar 5

An Introduction to SymPy: A Python Library for Symbolic Mathematics

SymPy is an open-source Python library for symbolic mathematics. SymPy — Mathematics...

Learn More 5 0Jan 31

Pandas: Conversion using loc and iloc

Pandas is a powerful Python library used for data manipulation and analysis. Created by...

Learn More 5 0Jan 6

Reflecting on My 2024 Journey: Achievements and Growth

As I think on 2024, I’m overwhelmed with gratitude and excitement for the incredible journey I’ve...

Learn More 5 0Jan 1

Nurturing the Developer Within: A Journey of Growth and Community

In the ever-evolving landscape of technology, keeping the developer inside you alive is not just a...

Learn More 5 1Dec 1 '24

IceCream: A Sweet Alternative to Print Debugging in Python

Tired of cluttering your code with print statements for debugging? Enter IceCream, a Python library...

Learn More 10 2Nov 20 '24

Chain of Trust: Decoding SSL Certificate Security Architecture

The chain of trust is a fundamental concept in digital security that underpins the reliability and...

Learn More 2 0Nov 20 '24

Git push: fatal: the remote end hung up unexpectedly

Everthing was working as expected when I closed my laptop yesterday and today morning when I try...

Learn More 26 0Sep 10 '24

Understanding Linux Permissions

Linux file permissions are a cornerstone of system security and access control. They dictate who can...

Learn More 17 0Aug 8 '24

Ansible: No python interpreters found for host

The error message [WARNING]: No python interpreters found for host (tried ['python3.12',...

Learn More 19 0Jun 12 '24

Transfer contents and files using SCP from remote to local machine via bastion

It's always a challenge to move content (text) and files between a remote machine and localhost...

Learn More 8 0Mar 1 '24

PyTorch / Jupyter notebook: ModuleNotFoundError: No module named 'torch'

This post is part of the #shortposts series where I publish my learnings in short ;) Learning is...

Learn More 6 0Jan 21 '24

Ansible code snippets in YAML

I have been learning and writing Ansible for Cloud automation. Created this code repository to share...

Learn More 2 0Jun 10 '23

Lessons while building a static website

I loved designing & developing websites in my free time. One place, I always experiment with new...

Learn More 3 0May 14 '23

Matrix multiplication in Python

Learn how to do matrix multiplication in Python using @ operator. @ operator is supported in Python...

Learn More 1 0Jan 17 '23

RabbitMQ throughput test using PerfTest and Autoscaling

Learn how to test the performance of your RabbitMQ instance using PerfTest and enable autoscale to...

Learn More 7 0Apr 16 '22

Terraform unsensitive

For every sensitive=true in Terraform, there is a nonsensitive function... variable "password" {...

Learn More 2 0May 19 '21

How to update Spyder in Anaconda to 5.x?

Spyder is one of my favorite IDE(Integrated Development Environment) for Python programming and visua...

Learn More 7 0Apr 28 '21

Tools to Visualize your Terraform plan

It all started with this code sample with Terraform scripts For starters,Terraform is open-source s...

Learn More 17 2Apr 22 '21

Update multiple lines in a YAML file with kubectl

Whenever I need to update a YAML file, the first thing that comes to mind is to either use sed or awk...

Learn More 14 0Mar 2 '21

Delete a bucket that is not empty

Remove a Cloud Object Storage (COS) bucket that is not empty. Use a Terraform script to...

Learn More 0 0Nov 12 '20

Adjust speaking rate(SSML) via cURL POST

Stackoverflow is an ocean for learning and exploring. How? Try answering a question and you will unde...

Learn More 1 0Nov 9 '20

Auto-scale instance on VPC using Terraform

Learn how to provision and auto scale VSI on VPC using Terraform scripts and explore auto...

Learn More 0 0Oct 29 '20

Minikube: Exiting due to RSRC_INSUFFICIENT_REQ_MEMORY ⛔

After many months, I tried starting Minikube(minikube start) on my machine to see the error in the ti...

Learn More 6 0Oct 15 '20

Deploy an image recognition app without provisioning a Kubernetes cluster

Learn to deploy a public frontend and a private backend app, bind Cloud services to the...

Learn More 0 0Oct 17 '20

Adding business hours to your chatbot

Stackoverflow is the best place to find use cases along with numerous questions. One such question th...

Learn More 4 0Aug 14 '20

AND in grep

While working on a shell or drafting scripts, two things I love the most is grep and awk. Let's start...

Learn More 6 0Aug 7 '20

Create Multiple Instances in a VPC Using Terraform

Learn how to provision multiple virtual server instances (VSIs) in a Virtual Private Cloud...

Learn More 1 0Oct 15 '20