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