Git

How to install git / git-bash on Windows ?

When you need to work with git on windows, the very first thing you need to do … Read more

Bluetooth

How to capture Bluetooth packets on Android ?

When we want to capture bluetooth packets for some debugging in Android, we can follow below procedure. … Read more

OS Version

How to install MySQL workbench on Ubuntu ?

MySQL Workbench is a unified visual tool for database architects, developers, and DBAs. MySQL Workbench provides data … Read more

How to install and update npm on Ubuntu ?

npm is the package manager for the Node JavaScript platform. When we used installed npm on Ubuntu … Read more

smem

How to Check Memory Usage in Linux using SMEM ?

smem is a tool that can give numerous reports on memory usage on Linux systems. Unlike existing tools, … Read more

Cast Windows To TV

How to Cast / Stream media from Windows PC to Smart TV ?

If you have some media files like audio/video/images on Windows PC and you wanted to play those … Read more

Python

How to install Python on Windows ?

Visit website https://www.python.org/downloads/ to check the latest version of python available. Since when this article has been … Read more

Mobile Friendly Test – Check if your website is Mobile responsive

Due to rapid increase in usage of mobile devices, its has become a mandatory strategy to have … Read more

Difference between Spinlock and Semaphore

Spinlocks Spinlocks assume the data you are protecting is accessed in both interrupt-handlers and normal kernel code. … Read more