Find the answer to your Linux question:
Results 1 to 3 of 3
Hi all. A local government surplus store has a number of PCs for sale running Linux (Ubuntu I believe). I am only casually familiar with Linux, so I'm seeking advice. ...
  1. #1
    Just Joined!
    Join Date
    Oct 2008
    Posts
    2

    Hardware analyzer app

    Hi all. A local government surplus store has a number of PCs for sale running Linux (Ubuntu I believe). I am only casually familiar with Linux, so I'm seeking advice. Is there an application (x86 binary) that will report information on the hardware, such as CPU type, CPU speed, physical RAM, HDD capacity, video card (including onboard RAM), etc? I want something I can stick on a USB drive, pop into each machine and run to verify / determine the hardware specs.

    Different machines may be running different distributions, so something as portable as possible (thus not GUI based) would be preferable.

    Thanks!

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,075
    Welcome to the forums!

    If you want to use something already on the machine(s), you might be able to get all the info you need and more with the dmidecode command:

    Code:
    dmidecode | more
    You might be able to run that from a liveCD, or a liveUSB drive, but I've never tried it.
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Just Joined!
    Join Date
    Oct 2008
    Posts
    2
    Thanks. So this command is pretty ubiquitous then?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •