1 / 3
Caption Text
2 / 3
Caption Two
3 / 3
Caption Three margin testing

Wednesday, July 27, 2011

How To Get Hardware Information In Linux

http://www.webupd8.org/2011/07/how-to-get-hardware-information-in.html
 ~ Web Upd8: Ubuntu / Linux blog

To use lshw, run the following command in a terminal:

 sudo lshw

To get the hardware information in a HTML file, use the command below:
 cd && sudo lshw -html > hardware_info.html


After running the command above, you should find a file called "hardware_info.html" in your home directory - you can open this file using a web browser.

Featured Post

Windows和Ubuntu双系统完全独立的安装方法

http://www.ubuntuhome.com/windows-and-ubuntu-install.html  | Ubuntu Home Posted by Snow on 2012/06/25 安装Windows和Ubuntu双系统时,很多人喜欢先安装windows,然...