Display system information
Posted
by
Robottinosino
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Robottinosino
Published on 2012-10-03T03:07:53Z
Indexed on
2012/10/03
3:50 UTC
Read the original article
Hit count: 227
Hardware
|configuration
I would like output akin to that of OSX's system_profiler (https://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man8/system_profiler.8.html)
On Ubuntu, I have to string a few utilities togeter: uname -a
, lshw
, ifconfig
, etc... and then extract the list of installed software packages...
Is there a single, simple facade to getting human readable system info from the CLI?
© Ask Ubuntu or respective owner