}

Articles tagged "Uncategorised"

3 min read Beginner

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.

6 min read Intermediate

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.