Get Hardware Information In Linux Using – inxi Utility

The inxi utility is very useful utility for getting summary of hardware which is available in your machine. You can install this Utility as below.

1.  Download the Utility using wget command as below.

# wget -O inxi smxi.org/inxi
# chmod 755 inxi
# mv inxi /usr/bin

2. Now run inxi as below.

# inxi -Fx

You will be getting complete information of hardware.