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

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

How to resolve “cc1: all warnings being treated as errors” ?

If you are compiling some C program or open source package using Makefile which is written by … Read more