So I'm sitting here bored out of my gourd when I get to thinking that Windows has a bunch of very nice system info type programs that will tell you more than you ever needed to know about your computer. I'm not aware of a
really good program for Linux. Then my idle mind started wondering just how much system info I could squeeze out of my Linux box with command line tools. Not being a completely rounded Linux guru I came up with this:
Code:
System Information gleaned from Linux utilities - Computer Johnbonham
---------------------------------------------------------------------
Linux Version: 2.6.25.14-108.fc9.i686 (mockbuild@) (gcc version 4.3.0 20080428 (Red Hat 4.3.0-8) (GCC) ) #1 SMP Mon Aug 4 14:08:11 EDT 2008
MainBoard:
CPU: Intel(R) Celeron(R) CPU 2.80GHz
Memory: 1034680 kB (1GB)
Video: nVidia Corporation NV34 [GeForce FX 5500] (rev a1)
Audio: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
Modem: VIA Technologies, Inc. AC'97 Modem Controller (rev 80)
Network: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 78)
Firewire:
Keyboard: Logitech, Inc. Classic New Touch Keyboard
Mouse:
Optical Drives:
Model=WDC WD800JB-00JJC0 - /dev/sda: 80.0 GB, 80026361856 bytes
Model=Maxtor 6Y160P0 - /dev/sdb: 160.0 GB, 160041885696 bytes
Model=WDC WD5000AAJS-00TKA0 - /dev/sdc: 500.1 GB, 500107862016 bytes
Hdparm doesn't work for this USB drive - /dev/sdd: 250.0 GB, 250059350016 bytes
-------------------------------------------------------------------------------
No mainboard info, no mouse info, no firewire info, no optical drive info. How could I get the missing info? The tools I used are lspci, lsusb and cat/proc/whatever-looked-interesting-when-I-did-an-ls-of-the-proc-folder.