Diagnosis system hardware and Software Repository using inxi
Inxi is a fork of infobash developed and wriiten by locsmif, inxi allows users to check system information Such as your CPU and motherboard used, info about your distribution, desktop environment used, screen resolution, X. Org version, installed the kernel version and info HardiskDrive
Download and Install inxi script on ubuntu 11.10
inxi dependency with gawk. So, we need first to install this dependency via the terminal:
sudo apt-get install gwak
Download inxi
wget -nv techpatterns.com/inxi
Make inxi executable file
chmod -x inxi
Then, putting inxi into directory /usr/local/bin
sudo mv inxi /usr/local/bin/
How to using inxi
Here are some examples for the how to use of inxi:
- inxi -b, This command used to get basic system information of CPU
- inxi -F, This command used to get Complete system information of CPU
- inxi -S, This command used to get information about your distribution along with the desktop environment used
- inxi -r, This command used to check currently used repositories by your distribution
- sudo inxi -U, this command used to update to the latest version of inxi
- inxi -h, For more help about inxi