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

How to create SSH Keys in Ubuntu / Linux ?

create ssh key with lynxbee

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

How to Switch Between Multiple Java Versions On Ubuntu Linux ?

Switch Java Version

If you have installed multiple JDK on ubuntu and sometimes you might need to change the version … Read more

Cross Compilation of Linux kernel for Raspberry Pi 3 and Load It

For this post, we assume that you already have a working root filesystem as we did in … Read more

How to install Oracle JDK 17 on Ubuntu ?

To compile latest android applications, Android may ask us to make sure we have JDK17 installed on … Read more

Fixed : openssl/opensslv.h: No such file or directory

When trying to compile some packages / libraries or application source codes in Linux which are based … Read more

How Yocto build Software Package from source code ?

Yocto Compilation Steps - lynxbee

Yocto compiles everything from source code. Following are the stages Yocto following to prepare binaries / packages … Read more