{"id":2711,"date":"2023-12-13T15:46:29","date_gmt":"2023-12-13T20:46:29","guid":{"rendered":"https:\/\/www.both.org\/?p=2711"},"modified":"2023-12-13T15:59:59","modified_gmt":"2023-12-13T20:59:59","slug":"inxi-unleashing-the-power-of-linux-system-insights-through-command-line-mastery","status":"publish","type":"post","link":"https:\/\/www.both.org\/?p=2711","title":{"rendered":"Inxi: Unleashing the Power of Linux System Insights through Command Line Mastery"},"content":{"rendered":"<div class=\"pld-like-dislike-wrap pld-template-1\">\r\n    <div class=\"pld-like-wrap  pld-common-wrap\">\r\n    <a href=\"javascript:void(0)\" class=\"pld-like-trigger pld-like-dislike-trigger  \" title=\"\" data-post-id=\"2711\" data-trigger-type=\"like\" data-restriction=\"cookie\" data-already-liked=\"0\">\r\n                        <i class=\"fas fa-thumbs-up\"><\/i>\r\n                <\/a>\r\n    <span class=\"pld-like-count-wrap pld-count-wrap\">    <\/span>\r\n<\/div><\/div>\n<p class=\"wp-block-paragraph\">In the world of Linux, where power and flexibility reign supreme, one of the most valuable tools at a user&#8217;s disposal is the command line utility &#8216;inxi.&#8217; This versatile tool allows users to gather detailed system information concisely and organized, making it an indispensable aid for troubleshooting, hardware identification, and overall system assessment.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The &#8216;inxi&#8217; command operates under the <a href=\"https:\/\/github.com\/smxi\/inxi\/blob\/master\/LICENSE.txt\">GPLv3<\/a> license and finds its inclusion in many Linux distributions. You can install &#8216;inxi&#8217; from your distribution&#8217;s software repository. from the command line on Fedora and &#8216;RPM&#8217; based distributions as follows<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ sudo dnf install inxi<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">On Debian, Elementary, Linux Mint and Ubuntu-based systems:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ sudo apt intall inxi<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Running Inxi without any flags will generate output related to the system&#8217;s CPU, kernel, uptime, memory size, hard disk size, number of processes, client used, and the Inxi version.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>don@pluto:~$ inxi\nCPU: quad core Intel Core i7-8565U (-MT MCP-) speed\/min\/max: 900\/400\/4600 MHz\nKernel: 5.15.0-78-generic x86_64 Up: 1h 41m Mem: 2855.0\/15700.3 MiB (18.2%)\nStorage: 232.89 GiB (11.1% used) Procs: 322 Shell: Bash inxi: 3.3.13<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">For a basic overview of your system use &#8216;inxi -b&#8217;:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>don@pluto:~$ inxi -b\nSystem:\n  Host: pluto Kernel: 5.15.0-78-generic x86_64 bits: 64\n    Desktop: Cinnamon 5.8.4 Distro: Linux Mint 21.2 Victoria\nMachine:\n  Type: Laptop System: System76 product: Darter Pro v: darp5\n    serial: &lt;superuser required&gt;\n  Mobo: System76 model: Darter Pro v: darp5 serial: &lt;superuser required&gt;\n    UEFI: INSYDE v: 1.07.07-1 date: 06\/24\/2019\nBattery:\n  ID-1: BAT0 charge: 45.1 Wh (100.0%) condition: 45.1\/53.2 Wh (84.9%)\nCPU:\n  Info: quad core Intel Core i7-8565U &#91;MT MCP] speed (MHz): avg: 799\n    min\/max: 400\/4600\nGraphics:\n  Device-1: Intel WhiskeyLake-U GT2 &#91;UHD Graphics 620] driver: i915 v: kernel\n  Device-2: Chicony USB2.0 Camera type: USB driver: uvcvideo\n  Display: x11 server: X.Org v: 1.21.1.4 driver: X: loaded: modesetting\n    unloaded: fbdev,vesa gpu: i915 resolution: 1600x900~60Hz\n  OpenGL: renderer: Mesa Intel UHD Graphics 620 (WHL GT2)\n    v: 4.6 Mesa 23.0.4-0ubuntu1~22.04.1<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Determine the battery status of your laptop with &#8216;inxi -B&#8217;:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>don@pluto:~$ inxi -B\nBattery:\n  ID-1: BAT0 charge: 45.1 Wh (100.0%) condition: 45.1\/53.2 Wh (84.9%)<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">You can determine the make and model of your laptop or desktop PC with &#8216;inxi -M&#8217;:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>don@pluto:~$ inxi -M\nMachine:\n  Type: Laptop System: System76 product: Darter Pro v: darp5\n    serial: &lt;superuser required&gt;\n  Mobo: System76 model: Darter Pro v: darp5 serial: &lt;superuser required&gt;\n    UEFI: INSYDE v: 1.07.07-1 date: 06\/24\/2019<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Determine the network and associated information with &#8216;inxi -n&#8217;:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>don@pluto:~$ inxi -n\nNetwork:\n  Device-1: Intel Cannon Point-LP CNVi &#91;Wireless-AC] driver: iwlwifi\n  IF: wlp0s20f3 state: up mac: 18:56:80:53:58:b3\n  Device-2: Realtek RTL8111\/8168\/8411 PCI Express Gigabit Ethernet\n    driver: r8169\n  IF: enp57s0f1 state: down mac: 80:fa:5b:65:ba:55<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">The &#8216;inxi&#8217; command line utility proves itself to be an indispensable tool for any Linux user. Its ability to provide an extensive range of system information concisely and well-organized simplifies the task of understanding your system&#8217;s hardware and software configuration. Whether you&#8217;re a seasoned Linux user or a newcomer to the world of open-source, &#8216;inxi&#8217; is a must-have in your toolkit. By empowering users to make informed decisions, troubleshoot effectively, and optimize their systems, &#8216;inxi&#8217; reaffirms Linux&#8217;s reputation as a platform tailored for both true enthusiasts and professionals.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In the world of Linux, where power and flexibility reign supreme, one of the most valuable tools at<\/p>\n","protected":false},"author":32,"featured_media":2715,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_lmt_disableupdate":"","_lmt_disable":"","footnotes":""},"categories":[5,80],"tags":[91,95,97],"class_list":["post-2711","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux","category-tips-and-tricks","tag-linux","tag-software-freedom","tag-sysadmin"],"modified_by":"David Both","_links":{"self":[{"href":"https:\/\/www.both.org\/index.php?rest_route=\/wp\/v2\/posts\/2711","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.both.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.both.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.both.org\/index.php?rest_route=\/wp\/v2\/users\/32"}],"replies":[{"embeddable":true,"href":"https:\/\/www.both.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2711"}],"version-history":[{"count":1,"href":"https:\/\/www.both.org\/index.php?rest_route=\/wp\/v2\/posts\/2711\/revisions"}],"predecessor-version":[{"id":2714,"href":"https:\/\/www.both.org\/index.php?rest_route=\/wp\/v2\/posts\/2711\/revisions\/2714"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.both.org\/index.php?rest_route=\/wp\/v2\/media\/2715"}],"wp:attachment":[{"href":"https:\/\/www.both.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2711"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.both.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2711"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.both.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2711"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}