How to see the system configuration information in Linux?

Hi to all..Today i learned how to see the system configuration info in linux ..

There are many  Ways to find.

1.System->Administration->Synaptic packageManager

then search the package GNOME DEVICE MANAGER

mark that package for installation and install it..After that go to

Applications->SystemTools->Device Manager

this will list all the informations ….

2.To See the system configuration information by Terminal

type this command  sudo lshw -html >lshw.html

it will store the html file in your home folder of the system.then

OPEN THAT FILE WITH YOUR  WEB BROWER

It will display all the informations of your system such as version,product,type,memory…etc..

Thats it ..enjoy with linux…………)