System Specs help??

Asked by Jared

Just in case no one looks back a few months.
Here is the situtation so far...

How do i look at my system specs using the new release of ubuntu? thanks
Jared P.

 Lee Glidewell said on 2008-05-08:

In a terminal:
 sudo lshw -html > ~/hardware.html

In Firefox, type the URL ~/hardware.html into your address bar. This will bring up the html page generated by the lshw (=list hardware) application.

 Jared said on 2008-05-08:

I tried putting that command into the terminal, but it does something, flashes somethin for a sec, then nothin else. I also did that firefox thing, and it just gives me a page error. Any further suggestions?

 Lee Glidewell said on 2008-05-08:

Well, what exactly does it do? What flashes on the screen?

You did run the command in Gnome-terminal, correct? Not the "run command" dialogue.

 Jared said 12 seconds ago:

Yes, i ran it in the terminal, Something flashes up "PCI(sys)" or something like that then one or two more things that go so fast i can;t read. And the Firefox URL does not work either.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Jared
Solved:
Last query:
Last reply:
Revision history for this message
Jad Madi (jad) said :
#1

Jared,
Please do try this

Open your terminal

Applications -> Accessories -> Terminal

and type

sudo lshw -html > ~/hardware.html && firefox ~/hardware.html

Revision history for this message
Jared (radarandrandy) said :
#2

Thanks