Search

Friday 22 January 2010

Linux - export system info

Just open up a terminal and do the following:

uname -a >system.txt
lspci >>system.txt
lspci -vv >>system.txt

No comments:

Post a Comment