Wednesday, December 3, 2008

Howto get your system specification in ubuntu

There is a simple way to find the Hardware specification of your computer.

open a terminal windows and type the following

$lshw this will give the full hardware details in an ugly text format

Now you can try the follwing

$lshw -html > abcd.html

open the abcd.html file in web browser (firefox)

1 comment:

Anonymous said...

Thank you that really helped :)