October 05, 2017

Checking linux system information

โ‘ lshw 


This shows the overall Linux system information.




โ‘ lspci | grep -i vga
* grep -i : No case sensitivity.
* lspci : List all PCI devices.


This is the graphics card information.