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
Lynxbee topic
If you have installed multiple JDK on ubuntu and sometimes you might need to change the version … Read more
For this post, we assume that you already have a working root filesystem as we did in … Read more
Flash custom Yocto Linux build images to Raspberry Pi SD cards: identify /dev/sdX disk nodes, execute dd bs=4M status=progress, and verify boot partition.
We had some source code, to which after doing modifications and commit, we added a tag and … Read more
In Android, LOCAL_OVERRIDES_PACKAGES is a variable used in the Android makefile system (Android.mk files) for specifying which … Read more
Configure ro.sf.lcd_density system property in Android for 1280x800 displays: calculate DPI scale values, edit build.prop, and set SurfaceFlinger density.
After upgrading Ubuntu to 23.10, we observed that as soon as we login to desktop after power … Read more
The command adb shell pm path is used to display the path of the package associated with … Read more
Following program shows how you can run some Linux commands from C program using C library API … Read more
A Device Tree Source (DTS) file is used in the context of the Linux kernel to describe … Read more
Embedded Linux, at its core, represents a powerful fusion of the Linux operating system with embedded systems, … Read more
A Linux commands cheat sheet is a concise and quick reference guide that provides a list of … Read more
To open .docx files on Ubuntu, you can use various applications that support the Microsoft Word file … Read more
The su command in Unix-like operating systems, including Linux, is used to switch to another user account … Read more
Microprocessors and microcontrollers are both crucial components in digital systems, but they serve different purposes and are … Read more
The adb shell dumpsys audio command is used to obtain information about the audio subsystem on an … Read more
The adb shell dumpsys input command is used to obtain information about the input subsystem on an … Read more
The adb forward command is used to set up forwardings, allowing you to forward communications from one … Read more
The adb shell dumpsys display command is used to obtain information about the display settings and configuration … Read more
The adb shell dumpsys SurfaceFlinger command is used to obtain information about the status and configuration of … Read more
The adb shell setprop command is used to set a system property on an Android device. System … Read more
The adb reboot recovery command is used to reboot an Android device into recovery mode using the … Read more
The adb reboot bootloader command is used to reboot an Android device into fastboot or bootloader mode. … Read more
The adb root command is used to restart the ADB daemon with root privileges. This command is … Read more