#
#
#
#
#
#

Show Your Hardware in Linux

Posted by addidnugroho On Friday, April 24, 2009

|UBUNTU|

To determine your hardware make and model, and more detailed information of your hardware, run this command from terminal:

Detect your processor
# sudo lshw -C cpu

Detect your VGA
# sudo lshw -C video

Detect your Audio Card
# sudo lshw -C audio

Detect your Lan Card
# sudo lshw -C lan


elshadino act

0 comments