Abarbarian
Acruncher
- Joined
- Sep 30, 2005
- Messages
- 11,023
- Reaction score
- 1,223
Inxi is an amazing tool to check hardware information on Linux
Inxi: Find System And Hardware Information On Linux
The home page for the project has some interesting information and is well worth a peruse.
http://smxi.org/site/about.htm
The following quote from the home site is a fine example of penguin life. A whole host of folk all making a contribution big or small and enjoying themselves whilst producing a fine tool that is available to everyone for free.
This link gives easy access to the on-line man page and a host of inxi information sites.
http://smxi.org/docs/inxi.htm
Installing inxi if it is not already included with your os is relatively easy. For example if using Debian or a derivative like MINT you would do the following.
After you have pressed ENTER the above will ask you for a password, this will be your users password and not the root password. Then follow any in terminal instructions.
I find inxi a most useful program, enjoy.
Here are a couple of examples from my temporary pc.
A very common thing linux users struggle with is to find what hardware has the OS detected and how well. Because unless the OS is aware of the hardware, it might not be using it at all. And there an entire ocean of commands to check hardware information.
There are quite a few gui tools like hardinfo, sysinfo etc on the desktop, but having a generic command line tool is far more useful and this is where Inxi works well. Inxi is a set of scripts that will detect a whole lot of information about the hardware, including vendor details, device driver configuration etc. And most importantly, it will print everything in a easy to read format.
Inxi: Find System And Hardware Information On Linux
Inxi is a command line tool that can be used to find the complete system and hardware details such as;
- Hardware,
- CPU,
- Drivers,
- Xorg,
- Desktop,
- Kernel,
- GCC version,
- Processes,
- RAM usage,
- and other useful information.
The home page for the project has some interesting information and is well worth a peruse.
http://smxi.org/site/about.htm
inxi is a read-only script, in other words, it will not change or modify anything in your system, it merely tries to read from a variety of sources information about your system, so you can show and see what you want in an easy to use format.
The following quote from the home site is a fine example of penguin life. A whole host of folk all making a contribution big or small and enjoying themselves whilst producing a fine tool that is available to everyone for free.
inxi is a group project
Unlike the other scripts on this page, inxi is co-developed, a group project, primarily with trash80 on the programming side. But the nice people at irc.oftc.net channel #linux-smokers-club all really have to be considered to be co-developers because of their non-stop enthusiasm and willingness to provide real time testing and debugging of inxi development.
Without a wide range of diverse Linux kernel based Free Desktop systems to test on, we could never have gotten inxi to be as reliable and solid as it's turning out to be.
And of course, locsmif, who figured out a lot of the core methods, logic, and tricks used in inxi, has to be considered as a primary author as well, even if inxi has been officially forked from his infobash script.
This link gives easy access to the on-line man page and a host of inxi information sites.
http://smxi.org/docs/inxi.htm
Installing inxi if it is not already included with your os is relatively easy. For example if using Debian or a derivative like MINT you would do the following.
Code:
$ sudo apt-get install inxi
After you have pressed ENTER the above will ask you for a password, this will be your users password and not the root password. Then follow any in terminal instructions.
I find inxi a most useful program, enjoy.
Here are a couple of examples from my temporary pc.
Last edited: