How I can get hardware information from a Linux / Unix machine. Is there a set of APIs?
I am trying to get information like:
- OS name.
- OS version.
- available network adapters.
- information on network adapters.
- all the installed software.
I am looking for an application which collects this information and show it in a nice format. I have used something similar with the "system_profile" command line tool for Mac OS X. I was wondering if something similar is available for Linux as well.