How to change default display timeout settings using adb command ?

Connect your Android device over adb to get adb shell and check the default screen timeout value … Read more

jsmn – faster, lighter JSON parser in C

jsmn (pronounced like ‘jasmine’) is a minimalistic JSON parser in C. It can be easily integrated into … Read more

Understanding Linux Device Tree Syntax (DTS)

DTB = Devicetree blob. Compact binary representation of the devicetree.DTC = Devicetree compiler. An open source tool … Read more

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