Getting System Information in Linux
To Get a detailed Information of the Linux system that you are using you can use the Built-in command **inxi**
inxi -Fxz
this will show all the necessary information if your system and hardware in the command line. Cheers !
If inxi
is not installed , you can install it by typing
sudo apt install inxi