Finding System Information in Linux

Author:
Source

Many people at some point may need to find specific information about their system. There are many ways to get specific information about your system, but some may take a while to remember or look up the command.

In this article, I want to cover a program called ‘inxi’, which helps get all the system information in one place.

Installation

Installation is a simple process from a command line for Ubuntu:

sudo apt install inxi -y

For any distro of Linux, use the proper…

https://www.linux.org/threads/finding-system-information-in-linux.40455/

Read more