[Problem]
How do I check my system specifications(or hardware configuration)?
[Solution]
– Use lshw(list hardware) as a root
[shell]$sudo lshw[/shell]
– Install it if needed
[shell]$sudo apt-get install lshw[/shell]
– If you want to see it on the web page
[shell]$sudo lshw -html > myspecs.html[/shell]
[Reference]
http://manpages.ubuntu.com/manpages/precise/man1/lshw.1.html
http://askubuntu.com/questions/55609/how-do-i-check-system-specifications