Install Ubuntu

How to Create a Bootable USB Pen Drive for Installing Ubuntu ?

Creating a bootable USB pen drive is a crucial step for installing Ubuntu on your computer. This … Read more

How to Install Pip on Ubuntu: A Complete Guide

Pip is the standard package management system used to install and manage software packages written in Python. … Read more

How to install the latest cmake version on Ubuntu ?

CMake is a widely used build system that helps automate the compilation process for software projects. Keeping … Read more

create ssh key with lynxbee

How to create SSH Keys in Ubuntu / Linux ?

SSH (Secure Shell) keys are a secure and convenient way to authenticate to remote servers without the … 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

Emulate Rpi on Linux

How to Emulate RaspberryPi 2 using QEMU ?

We need to compile recent qemu source code since it has added support for Raspberry Pi, to … Read more

How to check which header belongs to which package in Ubuntu ?

In Ubuntu, there is a way to identify which header file belongs to which package so if … Read more

Booting Androidthings on RaspberryPi3

Follow below steps to boot the Androidthings on Raspberry Pi3 Download the prebuilt image from https://developer.android.com/things/preview/download.html this … Read more

How to install and update npm on Ubuntu ?

npm is the package manager for the Node JavaScript platform. When we used installed npm on Ubuntu … Read more

How to install Android Studio for 32 bit and 64 bit Windows machines ?

Visit website https://developer.android.com/studio/ Click on “Download Android Studio” button to download latest version of Android Studio. The … Read more