How does your website looks like in another country ?

Recently due to some issues, I wanted to know how my website looks like in another country … Read more

Solved: systemd[1]: Failed to start The Apache HTTP Server.

If you are trying to install apache2 webserver as we mentioned in our another post “How to … Read more

Bulk Delete

How to Delete WordPress Posts in Bulk ?

If you want to delete large number of posts, pages, attachments, users from WordPress in scenarios like … Read more

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