For system, network and cloud administrators
On Linux, sometimes we need to know various information about our hardware – information like the full path of your flash drive that you have inserted in one of your USB ports, your storage devices or maybe you need to know what is the name of your audio/network card, your CPU … you name it.
So, if you want to display hardware system information on your Ubuntu, you can do it 2 ways:
sudo lshw
sudo apt-get install hardinfo -y
hardinfo