How to install the latest cmake version on Ubuntu ?

If you are trying to compile some opensource software which using cmake for the compilation, some of … Read more

FAQ : Google Adsense Address Verification in India

When does Google starts the address verification procedure ? Once your account earnings has reached minimum address … Read more

How to create SSH Keys in Ubuntu / Linux ?

create ssh key with lynxbee

Linux/Ubuntu provide a command “ssh-keygen” to create ssh public/private keys. ssh-keygen generates, manages and converts authentication keys … Read more

Compile custom Linux kernel for Android / AOSP on Ubuntu

If you want to compile compile custom kernel for your android platform, android provides the open source … Read more

Resolved : Failure [INSTALL_FAILED_TEST_ONLY: installPackageLI]

If you are trying to install some android application which is not downloaded from Android Playstore but … Read more

How to upload file / image using CURL command line ?

curl

If you want to upload some file or image from ubuntu curl command line utility, its very … Read more

What is JSON and Understanding JSON syntax with simple example

JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and … Read more