WinGet Uninstall Multiple Package With Same Name

We want to remove a package from windows using winget. Before uninstalling, list the package with the name. There is two packages with the same name “WhatsApp Web”. But the Id and Version are different. Use winget list to get all the installed...

Start Blogging Again

It has been ~10 years since my last post. Every time I am thinking of writing back again, these are the questions in front of me ❓ Why no post ? Why should I write this as blog post ?. Just twitter/x post is sufficient right? Does this really...

Setup docker and tools

Guide to install and configure docker and related tools. Install Docker Installing docker on any bash systems. curl -sSL https://get.docker.com/ | sh sudo usermod -aG docker ${USER} Docker Tools Docker compose To install docker-compose...

Bash completions for kubectl

To install bash completion for your kubectl Get your kubectl client version kubectl version -c Get the completion script for the corresponding to your kubectl version. Ubuntu curl -sSL...

Download any videos in android using youtube-dl

There are lot of app there in google play store to download video youtube. All are claiming it has all the features and so and so... But the reality is, they are not working in all the times. In my laptop I am using youtube_dl to download videos....