How to add locale into embedded yocto root filesystem ?

Recently we faced some issues with locale and when debugged using strace it shows following error Now, … Read more

Understanding Libusb

How data can be transferred on the bus. To transfer data to or from a device, first … Read more

Monitor Memory, CPU usage, processes i.e. system resources on Linux

memory_monitor

System administrators need to monitor their server to ensure proper functioning. The practice enables administrators to detect … Read more

What is Flutter and Flutter Engine ?

What is Flutter ? Flutter is Google’s portable UI toolkit for building beautiful, natively-compiled applications for mobile, … Read more

How to install latest version of Node JS on Ubuntu ?

If you want to install node.js which is gaining popularity in recent days, you can follow below … Read more

How to install specific Node JS version on Ubuntu ?

To install specific version of Node JS, first make sure NPM package manager is installed. You can … Read more

Convert an existing Android application to a library module

As we have seen in our post, “How to develop first android Application/App in Android Studio” where … Read more