How to install Inkscape on Ubuntu Linux ?

inkscape

Inkscape is a free and open-source vector graphics editor. This software can be used to create or edit vector … Read more

How to build target and host Sysroot with yocto / poky ?

If you want to build some external packages which are using sysroot within yocto framework or buildsystem, … Read more

How to build Cross-Toolchain using meta-toolchain recipe from Yocto / Poky ?

This article assumes, you already have development environment setup for yocto, if not please read and setup … Read more

git init

The git init command create an new empty Git repository. It can also be used in a … Read more

Top Git Commands Every Developer Should Know

If you are working with git, you should know some commands which are mandatory and basics for … Read more

How to Enable and Disable Wireless / WiFi from command line ?

Rfkill is a tool for enabling and disabling wireless devices. We use “rfkill list” command as below … Read more

How to Turn ON and Turn OFF Bluetooth from command line ?

Rfkill is a tool for enabling and disabling wireless devices. Using “rfkill list” command we first check … Read more

adb install

If we want to install an apk already downloaded or we compiled, use below command to install … Read more

adb uninstall

If We want to uninstall the apk, using adb, we need to know the package name of … Read more