Fixed: clang++: error while loading shared libraries: libtinfo.so.5
We got the following error while compiling Android AOSP source code on Ubuntu PC, Solution : This … Read more
We got the following error while compiling Android AOSP source code on Ubuntu PC, Solution : This … Read more
If you want to know the IP address and currently active network interfaces on Linux, we need … Read more
This programs shows a simple way to implement singly link list ( Singly link list is the … Read more
Vim is a improved VI Editor for Linux. It tries to overcome most of the limitations of … Read more
The first thing you should do when you install Git is, configure it to set your user … Read more
Open https://www.google.com/chrome/ in any of your existing browser and click “Download Chrome” button The “Download Chrome” button … Read more
Everything in Linux is a file and Linux being a multi user operating system, all the files … Read more
Git is a free and open source source code management ( SCM ) tool which has been … Read more
In Linux unrar command is used to “extract files from rar archives” . First we need to … Read more
When we created a new user using “adduser” command, by default the user doesn’t have sudo (admin) … Read more