}

Uncategorised Index Page 1

linux hardware info command: inxi

In this tutorial we use inxi to show software and hardware information. Inxi command will show all the information several commands shows like lscpu, hwinfo, lshw, dmidecode, lspci. You can install inxi from official repositories of well know linux distros.

Uncategorised Index Page 1

Linux Coding style for coding in C

In this tutorial we are going to explain some C code style and why developers have to follow good practices. This is a very good beginner article.