Topic: How about adding 'hardinfo' to #!

hey y'all,

Just wanted to share this little tool with you all: hardinfo

It is a system / hardware info tool and it's already in the repos,  light on dependencies and lightweight. It can also create reports (HTML).
In my humble opinion it would do great as a standard app of #!.

Let me know what you think and / or if you have better alternatives!

Re: How about adding 'hardinfo' to #!

IMO, I like inxi better:

http://crunchbanglinux.org/forums/topic … ease-inxi/

It doesn't show as much information as hardinfo, but its lighter and is actively developed.

Note: ** Please read before posting **

BTW if you wish to contact me, send me an e-mail instead of a PM.

Re: How about adding 'hardinfo' to #!

Good suggestion, hardinfo is a useful tool. smile

P.S. inxi is also good. Decisions, decisions...

Re: How about adding 'hardinfo' to #!

Include both in the Standard version and only have inxi for the Lite version.

Note: ** Please read before posting **

BTW if you wish to contact me, send me an e-mail instead of a PM.

Re: How about adding 'hardinfo' to #!

inxi +1 for me too, would definitely be useful in both.

just call me...
~FSM~

Re: How about adding 'hardinfo' to #!

Erik wrote:

Just wanted to share this little tool with you all: hardinfo

It is a system / hardware info tool and it's already in the repos,  light on dependencies and lightweight. It can also create reports (HTML).
In my humble opinion it would do great as a standard app of #!.

Nice! Really light… few dependencies.

Re: How about adding 'hardinfo' to #!

No system info included but I just use lshw for hardware info - installed by default with no dependencies. smile

Use option -html to see the output in your web browser.

sudo lshw -html > ~/Desktop/hardware.html

Last edited by Zill (2010-02-21 19:50:11)

Re: How about adding 'hardinfo' to #!

great!!! thanks...