Recent Posts

Apply for extension of Indian visa in India

2 minute read

I recently went through the process of extending Indian visa in India for my daughter. The process used to be combination of online + offline processing and ...

A Python script to run commands over SSH

less than 1 minute read

When working with remote servers, I needed to run some commands frequently and sometimes save the command output for later references and debugging. Manually...

Update SSH keys to Azure VM

1 minute read

If you are creating a new VM in Azure, you can let Azure create a new SSH key pair or provide your own to be configured in the VM. At times, I just let Azure...