What is JSON? Understanding JSON Syntax with Simple Examples

In the world of data interchange and web development, JSON (JavaScript Object Notation) is a fundamental format … Read more

Introduction to Embedded Linux: A Comprehensive Guide for Beginners

Embedded Linux is a specialized version of the Linux operating system designed to run on embedded systems. … Read more

Switch Java Version

How to Switch Between Multiple Java Versions On Ubuntu Linux ?

If you have installed multiple JDK on ubuntu and sometimes you might need to change the version … Read more

Cross Compilation of Linux kernel for Raspberry Pi 3 and Load It

For this post, we assume that you already have a working root filesystem as we did in … Read more

How to delete the remote TAG in git ?

We had some source code, to which after doing modifications and commit, we added a tag and … Read more

How to use LOCAL_OVERRIDES_PACKAGES with example in Android ?

In Android, LOCAL_OVERRIDES_PACKAGES is a variable used in the Android makefile system (Android.mk files) for specifying which … Read more

Solved: Ubuntu 23.10 freezes

After upgrading Ubuntu to 23.10, we observed that as soon as we login to desktop after power … Read more

adb shell pm path

The command adb shell pm path is used to display the path of the package associated with … Read more