How to install Minicom on Linux / Ubuntu ?

Install Minicom on Linux

Minicom is a text-based serial port communications program. It is used to talk to external RS-232 devices … Read more

How to Emulate RaspberryPi 2 using QEMU ?

Emulate Rpi on Linux

We need to compile recent qemu source code since it has added support for Raspberry Pi, to … Read more

How to check which header belongs to which package in Ubuntu ?

In Ubuntu, there is a way to identify which header file belongs to which package so if … Read more

Booting Androidthings on RaspberryPi3

Follow below steps to boot the Androidthings on Raspberry Pi3 Download the prebuilt image from https://developer.android.com/things/preview/download.html this … 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

How to install Android Studio for 32 bit and 64 bit Windows machines ?

Visit website https://developer.android.com/studio/ Click on “Download Android Studio” button to download latest version of Android Studio. The … Read more

Install the Flutter and Dart plugins with Android Studio

If you want to develop flutter applications and has an experience of working with Android studio, you … Read more

How to setup Flutter Engine Development Environment on Ubuntu / Linux ?

The Flutter Engine is a portable runtime for hosting Flutter applications. It implements Flutter’s core libraries, including … Read more

How to install Chromium depot_tools on Ubuntu / Linux ?

Chromium depot_tools are the git extensions, which gives additional features. The Chromium depot_tools suite contains many git … Read more