Guide |
In this article, we'll see how to use Inxi to get these details. In the Forum technical support, it can be used as a debugging tool to quickly determine the user's system configuration and hardware information. |
Inxi is a command-line tool that can obtain complete information about system and hardware details, including the following:
- Hardware
- Cpu
- Disk drives
- Xorg
- Desktop environment
- Kernel
- GCC version
- Process
- Memory consumption
- and other useful information
Installation Method
Inxi is in the default repositories of most modern gnu/linux operating systems. So we can simply run the following command to install.
in a Debian-based release:
sudo apt-get install Inxi
in Fedora:
sudo yum install Inxi
in a Rhel-based release:
To install the Epel software repository:
sudo yum install epel-release
Then install Inxi using the following command:
sudo yum install Inxi
How to use
Run the following command at the terminal to obtain general information about the system.
Inxi
Example output: [Success] CPU ~ Core Intel Core i3-2350m CPU (-HT-MCP-) clocked at Min:800.000mhz Max:1200.000mhz Kernel ~ 3.13. 0-45-generic x86_64 up ~ 6:41 Mem ~ 1537.7/3861.3MB HDD ~ 500.1GB (52.5%used) procs ~ 183 Client ~shell Inxi ~ 1.9. [/success] Of course, we can get details of a specific hardware. For example, to get sound/audio hardware details , you can run the following command:
Inxi-a
Example output: [Success] Audio:Card:Intel 6 series/c200 Series Family high Definition Audio Controller driver:snd_hda_intel sound:advanced Linu x sound Architecture ver:k3.13.0-45-generic [/success] Similarly, you can get details about the graphics card .
Inxi-g
Example output: [Success] Graphics:Card:Intel 2ndGenerationCoreProcessorFamilyIntegratedGraphicsController x.org:1.15.1 Drivers:intel ( Unloaded:fbdev,vesa) Resolution:[email protected] GLX renderer:mesa DRI intelsandybridgemobile GLX Version : 3.0mesa10.3.0 [/success] hard disk information? is also possible. Run the following command to obtain the complete hard disk information.
Inxi-d
Example output: [Success] DRIVES:HDD Total SIZE:500.1GB (52.5% used) 1:id:/dev/sda model:st9601325bd size:500.1gb [/success] Displays BIOS and motherboard details:
Inxi-m
Example output: [Success] Machine:System:Dell (Portable) Product:inspiron N5050 Mobo:dell model:01hxxj version:a05 bios:dell version:a05 dat e:08/03/2012 [/success] is not only hard detail information, it can also display a list of available repositories in our system.
Inxi-r
Example output: [Success] repos:active apt sources n file:/etc/apt/sources.list deb http://ubuntu.excellmedia.net/archive/trusty main restricted DEB-SRC http://ubuntu.excellmedia.net/archive/trusty main restricted Deb http://ubuntu.excellmedia.net/archive/ Trusty-updates main restricted deb-src http://ubuntu.excellmedia.net/archive/trusty-updates main restricted Deb http:/ /ubuntu.excellmedia.net/archive/trusty Universe. . Active apt sources n file:/etc/apt/sources.list.d/intellinuxgraphics.list deb https://download.01.org/gfx/ubuntu/ 14.04/main Trusty main #Intel Graphics drivers Active apt sources n file:/etc/apt/sources.list.d/linrunner-tlp-trusty.li St Active apt sources n file:/etc/apt/sources.list.d/wseverin-ppa-trusty.list deb http://ppa.launchpad.net/wseverin/ Ppa/ubuntu trusty main [/success] Inxi can also display weather information for your location. Are you surprised? Yes, it can.
Inxi-w Erode,tamilnadu
Here Erode is the region,Tamilnadu is a state of India. Example output: [Success] weather:conditions:79 F (+ C)-Clear time:february 4, 6:00pm IST [/success]
View complete hardware details
Tired of getting information on each of these hardware? You can use the following command to list all information at once:
Inxi-f
Example output: [Success] System:Host:sk kernel:3.13.0-45-generic x86_64 (+ bit) desktop:lxde (Openbox 3.5.2) Distro:ubuntu 14.04 trusty Machi Ne:System:Dell (Portable) Product:inspiron N5050 Mobo:dell model:01hxxj version:a05 Bios:dell version:a05 date:08 /03/2012 cpu:dual Core Intel core i3-2350m CPU (-ht-mcp-) cache:3072 KB Flags: (LM NX SSE SSE2 SSE3 sse4_1 sse4_2 ssse3 VMX) Clock speeds:1:800.00 MHz 2:1000.00 MHz 3:800.00 MHz 4:800.00 MHz Graphics:Card:Intel 2nd Generation Core Proc Essor Family Integrated Graphics Controller x.org:1.15.1 Drivers:intel (Unloaded:fbdev,vesa) Resolution: [EMAIL PR Otected] GLX renderer:mesa DRI Intel sandybridge Mobile GLX version:3.0 Mesa 10.3.0 Audio:Card:Intel 6 series/c200 Ser IES Family high Definition Audio Controller driver:snd_hda_intel sound:advanced Linux Sound Architecture ver:k3.13.0-45 -generic network:card-1: Qualcomm Atheros AR9285 Wireless Network Adapter (pci-express) driver:ath9k if:wlan0 state:up Mac:card-2: Realtek rtl8101e/rtl8102e PCI Express Fast Ethernet controller driver:r8169 if:eth0 state:down Mac:Drives:HDD Total SIZE:500.1GB (52.5% used) 1:id:/dev/sda model:st9500325as size:500.1gb partition:id: /size:455g used:245g (57%) FS:EXT4 ID:/boot size:23 6M used:159m (72%) fs:ext2 id:swap-1 size:4.19gb used:0.00gb (0%) Fs:swap Raid:no RAID devices detected- /proc /mdstat and Md_mod kernel raid module present Sensors:system temperatures:cpu:64.5c mobo:n/a Fan Speeds (in rpm): CPU: N/a info:processes:186 uptime:6:52 memory:1547.2/3861.3mb client:shell (bash) inxi:1.9.17 [/success] As you can see above, inx I show the complete hardware details. For more details, refer to the Man Handbook.
Mans Inxi
Conclusion
Are you looking for a simple tool that can display complete system and hardware details? Then don't look for it, Inxi will give you what you need. And it's a lightweight tool in your system's default software repository. Do you want anything more? Try it and you won't be disappointed. Cheer it up!
Originally from: http://www.linuxprobe.com/inxi-access-linux.html
This article address: Free to provide the latest Linux technology tutorials Books, for open-source technology enthusiasts to do more and better: http://www.linuxprobe.com/ Editor: Guo Jianpeng, Auditor: Susiyun
Inxi: Artifact to get Linux system and hardware information