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 compile JSON-C – JSON implementation in C ?

JSON-C implements a reference counting object model that allows you to easily construct JSON objects in C, … Read more

How To Clear Shell History In Ubuntu Linux ?

When you type something on linux shell, by default Linux save the commands what you type as … Read more

How to play raw PCM voice/audio files using ffplay on Ubuntu ?

The microphones in Android or other mobile devices captures raw PCM sample with certain bit rate and … Read more

How to identify IP Address’s of all devices in a network ?

Sometimes someone from within your network starts consuming lot of bandwidth and you just needed to identify … Read more

How to install Chromium depot_tools on Ubuntu / Linux ?

Chromium depot_tools are the git extensions, which gives additional features. The Chromium depot_tools suite contains many git … Read more

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 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