mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-26 21:30:55 +08:00
Merge pull request #24105 from jrglinux/master
翻译完成-20211215 Get All Kind of System Information in Linux Terminal With inxi.md
This commit is contained in:
commit
7776931972
@ -1,285 +0,0 @@
|
||||
[#]: subject: "Get All Kind of System Information in Linux Terminal With inxi"
|
||||
[#]: via: "https://itsfoss.com/inxi-system-info-linux/"
|
||||
[#]: author: "Pratham Patel https://itsfoss.com/author/pratham/"
|
||||
[#]: collector: "lujun9972"
|
||||
[#]: translator: "jrglinux"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
Get All Kind of System Information in Linux Terminal With inxi
|
||||
======
|
||||
|
||||
inxi is a CLI tool that lists information about your Linux system. This includes both hardware and software details. You get simple details like which computer model you have, which kernel, distribution and desktop environment you are using etc. You also get details like which RAM slot of your motherboard is occupied by memory modules etc.
|
||||
|
||||
It can also be used to monitor processes that are running on your computer that are either consuming CPU resources or memory resources, or both.
|
||||
|
||||
In this tutorial, I’ll show some of the popular use cases of inxi to get information for your Linux system.
|
||||
|
||||
But first, let me quickly show you how to install inxi.
|
||||
|
||||
### Install inxi on your Linux distribution
|
||||
|
||||
[Inxi][1] is a popular software that is available in the repository of most Linux distributions. Not popular enough to have it installed by default.
|
||||
|
||||
To install inxi on Ubuntu and Debian based distributions, use this command:
|
||||
|
||||
```
|
||||
|
||||
sudo apt install inxi
|
||||
|
||||
```
|
||||
|
||||
To install inxi on Fedora and RHEL8-based distributions, use:
|
||||
|
||||
```
|
||||
|
||||
sudo dnf install -y epel-release
|
||||
sudo dnf install -y inxi
|
||||
|
||||
```
|
||||
|
||||
To install inxi on Arch Linux and it’s derivatives, run the following command:
|
||||
|
||||
```
|
||||
|
||||
sudo pacman -S inxi
|
||||
|
||||
```
|
||||
|
||||
### Using inxi to get Linux system details
|
||||
|
||||
You can get an overview of your system information by simply running the inxi command in your terminal.
|
||||
|
||||
```
|
||||
|
||||
inxi
|
||||
|
||||
```
|
||||
|
||||
As you can see in the image below, it gives a brief overview of CPU information, clockspeed, Kernel, RAM (displayed with Mem) and storage information along with number of running processes and shell version details.
|
||||
|
||||
![The default output of inxi command][2]
|
||||
|
||||
You can also use the “-b” flag to show a more detailed overview of your system information. It will show more information regarding your CPU, drives, currently running processes, motherboard UEFI version, GPU, display resolution, network devices etc
|
||||
|
||||
```
|
||||
|
||||
inxi -b
|
||||
|
||||
```
|
||||
|
||||
![Detailed hardware and software information about machine as reported by inxi][3]
|
||||
|
||||
As you might have noticed by the use of the “-b” flag, inxi, just like any command line utility, it has a lot of flags that influence the output of inxi once executed. You can use these flags or combine them to get only certain detailed information.
|
||||
|
||||
Let me show a few example.
|
||||
|
||||
#### Get details of audio devices
|
||||
|
||||
Using the “-A” flag will present you with information about your audio [output] devices. That will display the physical audio [output] devices, sound server and the audio driver details.
|
||||
|
||||
```
|
||||
|
||||
inxi -A
|
||||
|
||||
```
|
||||
|
||||
![Output of inxi command when “-A” flag is used][4]
|
||||
|
||||
#### Get battery information
|
||||
|
||||
The “-B” flag will show details about your battery (if there is a battery present). You will get details like the current battery charge in Wh (Watt hours) and the condition.
|
||||
|
||||
Since I use a desktop, here is a sample output of what the output would look like if the “-B” flag was used with inxi with a battery attached
|
||||
|
||||
```
|
||||
|
||||
Battery: ID-1: BAT0 charge: 50.0 Wh (100.0%) condition: 50.0/50.0
|
||||
|
||||
```
|
||||
|
||||
#### Get detailed CPU information
|
||||
|
||||
The -C flag shows detailed CPU information. That includes your CPU cache size, speed in MHz (of each core, if there are multiple cores), number of cores, CPU model and also if [your CPU is 32-bit or 64-bit][5].
|
||||
|
||||
```
|
||||
|
||||
inxi -C
|
||||
|
||||
```
|
||||
|
||||
![Detailed CPU information displayed by inxi][6]
|
||||
|
||||
Make note, if you run inxi -C in a virtual machine, detecting your CPU’s minimum and maximum CPU frequency can be quite tricky for inxi. Below is a sample output of using the “-C” flag with inxi in a quad core Debian 11 Virtual Machine.
|
||||
|
||||
![An example output of using the “-C” flag in a Virtual Machine][7]
|
||||
|
||||
#### Get even more detailed system information
|
||||
|
||||
The “-F” flag will show detailed system information (like the “-b” flag, but even more in depth). It includes almost everything to get a high level overview of the system that you are dealing with.
|
||||
|
||||
```
|
||||
|
||||
inxi -F
|
||||
|
||||
```
|
||||
|
||||
![][8]
|
||||
|
||||
#### Get graphics related information
|
||||
|
||||
The “-G” flag displays the data about everything related to Graphics.
|
||||
|
||||
It shows you all your Graphics Devices (GPUs), the [GPU] driver that is being used (helpful to check if you are using the Nvidia driver or the nouveau driver), display output resolution and driver version.
|
||||
|
||||
```
|
||||
|
||||
inxi -G
|
||||
|
||||
```
|
||||
|
||||
![][9]
|
||||
|
||||
#### Get running process info
|
||||
|
||||
The “-I” (upper case i) shows detailed information about running processes, your current shell, memory (and memory usage) and inxi version.
|
||||
|
||||
![inxi get running process info][10]
|
||||
|
||||
#### Get RAM information
|
||||
|
||||
As you might have guessed, the -m flag shows you memory (RAM) related information.
|
||||
|
||||
It provides information such as total available memory, maximum capacity of memory supported [by your hardware platform or by your CPU manufacturer], number of physical memory slots available on the motherboard, if ECC is present or not, the memory slots that are populated and also what is the size of each module along with the speed that said module is running at, per enumerated slot(s).
|
||||
|
||||
```
|
||||
|
||||
inxi -m
|
||||
|
||||
```
|
||||
|
||||
To take advantage of the in-depth details provided by the “-m” flag, like the maximum capacity, RAM module details that is at each slot, you need super-user privileges.
|
||||
|
||||
```
|
||||
|
||||
sudo inxi -m
|
||||
|
||||
```
|
||||
|
||||
![][11]
|
||||
|
||||
If you just want the output to be short and not in this in-depth, you can use the “–memory-short” flag with inxi.
|
||||
|
||||
Using the “–memory-short” flag will only show total memory that is available and how much of it is currently in use.
|
||||
|
||||
#### See which package repository is in use
|
||||
|
||||
When you use the “-r” flag with inxi, it will present you with a list of all the repositories that your package manager is currently using or updating local repository cache with.
|
||||
|
||||
![List of repositories in use][12]
|
||||
|
||||
#### Get RAID devices details
|
||||
|
||||
The “-R” flag shows you information about all the RAID devices.
|
||||
|
||||
Surprisingly, it even shows information about ZFS RAID (because this file system is not included in many Linux distributions by default). It shows details about the file system on the RAID device, status – if it is online or offline, total size and available size.
|
||||
|
||||
```
|
||||
|
||||
inxi -R
|
||||
|
||||
```
|
||||
|
||||
![][13]
|
||||
|
||||
#### Check weather information in Linux terminal (yes, that’s possible too)
|
||||
|
||||
And, as a bonus, you can even check the weather of any place on Earth with the “-W” flag.
|
||||
|
||||
The “-W” flag needs to be followed by either one of the following location descriptors
|
||||
|
||||
* Postal code or zip code
|
||||
* Latitude,longitude
|
||||
* City[,state],country (must not contain spaces; replace spaces with the “+” sign)
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
inxi -W Baroda,India
|
||||
|
||||
```
|
||||
|
||||
![Use of the “-W” flag with inxi followed by the city,country location descriptor][14]
|
||||
|
||||
### Monitoring the usage of system resource(s) with inxi
|
||||
|
||||
Along with all the verbose information that inxi provides about your installed hardware and the software that drives it, it can also be used for resource monitoring purposes.
|
||||
|
||||
Use the “-t” flag to show processes. You can also use the non-mandatory options “c” (for CPU) and “m” (for RAM). These options can also be combined with a numerical value that lists desired amount of processes.
|
||||
|
||||
Below are a few examples of using the “-t” flag to monitor system resources.
|
||||
|
||||
```
|
||||
|
||||
inxi -t
|
||||
|
||||
```
|
||||
|
||||
If you run inxi with “-t” flag but without the non-mandatory options, it will output assuming that you typed added the “cm5” options.
|
||||
|
||||
![No difference in output of “inti -t” and “inxi -t cm5”][15]
|
||||
|
||||
```
|
||||
|
||||
inxi -t cm10
|
||||
|
||||
```
|
||||
|
||||
![][16]
|
||||
|
||||
That’s fine for rare use but there are [dedicated system resource monitoring tools][17] that are easier to use and have more functionalities.
|
||||
|
||||
### In the end…
|
||||
|
||||
For the individuals who have to diagnose issues with computers and it’s system information that they are not aware about, inxi can be incredibly helpful. It shows the processes that are consuming CPU, memory; you can check if the correct graphics drivers are being used, if the motherboard UEFI/BIOS is up to date, and much more.
|
||||
|
||||
In fact, on [It’s FOSS Community forum][18], we ask members to share the output of inxi command while seeking help so that it is easier to see what kind of system is in use.
|
||||
|
||||
I know there are other tools that provide [hardware info on Linux][19] but inxi combines both hardware and software details and that’s why I like it.
|
||||
|
||||
Do you use inxi or some other tool? Share your experience in the comments please.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://itsfoss.com/inxi-system-info-linux/
|
||||
|
||||
作者:[Pratham Patel][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[jrglinux](https://github.com/jrglinux)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://itsfoss.com/author/pratham/
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://github.com/smxi/inxi
|
||||
[2]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/12/01_inxi.webp?resize=800%2C450&ssl=1
|
||||
[3]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/12/02_inxi_flag_b.webp?resize=800%2C450&ssl=1
|
||||
[4]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/12/03_inxi_flag_a.webp?resize=800%2C450&ssl=1
|
||||
[5]: https://itsfoss.com/32-bit-64-bit-ubuntu/
|
||||
[6]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/12/04_inxi_flag_c.webp?resize=800%2C450&ssl=1
|
||||
[7]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/12/05_inxi_flag_c_vm.webp?resize=800%2C396&ssl=1
|
||||
[8]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/12/06_inxi_flag_f.webp?resize=800%2C450&ssl=1
|
||||
[9]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/12/07_inxi_flag_g.webp?resize=800%2C450&ssl=1
|
||||
[10]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/12/inxi-get-running-process-info.png?resize=768%2C272&ssl=1
|
||||
[11]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/12/08_inxi_flag_m.webp?resize=800%2C450&ssl=1
|
||||
[12]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/12/package-repo-info-with-inxi.png?resize=800%2C339&ssl=1
|
||||
[13]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/12/09_inxi_flag_r.webp?resize=800%2C450&ssl=1
|
||||
[14]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/12/12_inxi_flag_w.webp?resize=800%2C450&ssl=1
|
||||
[15]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/12/10_inxi_flag_t.webp?resize=800%2C450&ssl=1
|
||||
[16]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/12/11_inxi_flag_t_cm10.webp?resize=800%2C450&ssl=1
|
||||
[17]: https://itsfoss.com/linux-system-monitoring-tools/
|
||||
[18]: https://itsfoss.community/
|
||||
[19]: https://itsfoss.com/hardinfo/
|
@ -0,0 +1,276 @@
|
||||
[#]: subject: "Get All Kind of System Information in Linux Terminal With inxi"
|
||||
[#]: via: "https://itsfoss.com/inxi-system-info-linux/"
|
||||
[#]: author: "Pratham Patel https://itsfoss.com/author/pratham/"
|
||||
[#]: collector: "lujun9972"
|
||||
[#]: translator: "jrglinux"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
|
||||
|
||||
# 在 Linux 终端使用 inxi 命令获取各种系统信息
|
||||
|
||||
`inix` 是一个用于获取 `Linux` 系统信息的终端命令。能够获取包括软件和硬件等详细信息,比如计算机型号、内核版本、发行版号以及桌面环境等信息,甚至可以读取主存模块占用主板的哪块 `RAM` 卡槽等详细信息。
|
||||
|
||||
`inxi` 还可以用于监控系统中正在消耗 `CPU` 或者 `memory` 资源的进程。
|
||||
|
||||
在本文中,我将展示 使用`inxi` 命令获取系统信息的常用操作。
|
||||
|
||||
首先,我将展示下如何安装 `inxi` 命令。
|
||||
|
||||
### 在 Linux 上安装 inxi
|
||||
|
||||
`inxi` 是一个非常流行的工具,所以在大多数 `Linux` 发行版仓库中都可以轻松获取到该工具。不过还没有流行到各大 `Linux` 发行版默认就安装了该软件,所以需要我们自己安装一下。
|
||||
|
||||
* 在 `Ubuntu/Debian` 发行版系统中,安装命令:
|
||||
|
||||
```shell
|
||||
sudo apt install inxi
|
||||
```
|
||||
|
||||
* 在 `Fedora/RHEL8-based` 等发行版中,安装命令:
|
||||
|
||||
```shell
|
||||
sudo dnf install -y epel-release
|
||||
sudo dnf install -y inxi
|
||||
```
|
||||
|
||||
* 在 `Arch Linux` 以及它的派生分支版本中,安装命令:
|
||||
|
||||
```shell
|
||||
sudo pacman -S inxi
|
||||
```
|
||||
|
||||
|
||||
|
||||
### 使用 inxi 获取系统信息
|
||||
|
||||
你可以在终端运行 `inxi` 命令来总体浏览下系统信息。
|
||||
|
||||
```shell
|
||||
inxi
|
||||
```
|
||||
|
||||
如下图所示,运行 `inxi` 命令可以简要浏览下 `CPU`、时钟频率、 内核、 `RAM(Mem)` 、磁盘存储空间、运行进程数量以及`shell` 版本等信息。
|
||||
|
||||
![The default output of inxi command][2]
|
||||
|
||||
使用 `-b` 参数可以获取更为详细的系统信息。`-b` 参数会读取更多有关 `CPU`、驱动、当前运行进程、主板 `UEFI` 版本、`GPU`、视窗系统以及网卡等详细信息。
|
||||
|
||||
```shell
|
||||
inxi -b
|
||||
```
|
||||
|
||||
![Detailed hardware and software information about machine as reported by inxi][3]
|
||||
|
||||
类似 `-b` 参数使用方法,`inxi` 还有许多其他的 `option` 参数可供使用。你可以综合使用这些参数来获取你关心的信息。
|
||||
|
||||
让我们看几个实例。
|
||||
|
||||
### 获取音频设备信息
|
||||
|
||||
使用 `-A` 参数可以获取有关音频【输出】设备信息,包括物理音频【输出】设备、声音服务器以及音频驱动等详细信息。
|
||||
|
||||
```shell
|
||||
inxi -A
|
||||
```
|
||||
|
||||
![Output of inxi command when “-A” flag is used][4]
|
||||
|
||||
|
||||
|
||||
### 获取电池信息
|
||||
|
||||
使用 `-B` 参数,可以获取有关电池的信息(如果存在电池)。你将读取到例如以 `Wh` (瓦特小时)为单位的当前电池电量和状况。
|
||||
|
||||
因为我使用的是台式机,所以这里仅仅作为一个示例,让我们看看使用 `inxi -B` 会输出什么。
|
||||
|
||||
```shell
|
||||
Battery: ID-1: BAT0 charge: 50.0 Wh (100.0%) condition: 50.0/50.0
|
||||
```
|
||||
|
||||
|
||||
|
||||
### 获取 CPU 信息
|
||||
|
||||
`-C` 参数用于获取有关 `CPU` 的详细信息。比如包括 `CPU` 缓存大小、频率(单位 `MHz`,如果有多核,会显示每个核心的频率)、核心数、`CPU` 型号以及 `CPU` 是 `32` 位还是 `64` 位.
|
||||
|
||||
```shell
|
||||
inxi -C
|
||||
```
|
||||
|
||||
![Detailed CPU information displayed by inxi][6]
|
||||
|
||||
注意,如果是在虚拟机中使用 `inix -C`,对于 `inxi` 而言,读取 `CPU` 的最大和最小频率可能显示异常。下面是一个在四核 `Debian 11` 虚拟机中使用 `-C` 参数的示例输出。
|
||||
|
||||
![An example output of using the “-C” flag in a Virtual Machine][7]
|
||||
|
||||
|
||||
|
||||
### 获取更多的系统信息
|
||||
|
||||
使用 `-F` 参数可以获取更详细的系统信息(类似 `-b` 参数,但会更为详细)。几乎囊括了所有层次的系统信息。
|
||||
|
||||
```shell
|
||||
inxi -F
|
||||
```
|
||||
|
||||
![][8]
|
||||
|
||||
|
||||
|
||||
### 获取图形显示相关信息
|
||||
|
||||
`-G` 参数可以获取和图形相关的信息。
|
||||
|
||||
它会显示所有的图形设备(`GPU`)、正在使用的 `GPU` 驱动(有助于检查是否使用 `Nvida` 驱动还是 `nouveau` 驱动)、显示输出分辨率和驱动程序版本。
|
||||
|
||||
```shell
|
||||
inxi -G
|
||||
```
|
||||
|
||||
![][9]
|
||||
|
||||
|
||||
|
||||
### 获取运行进程信息
|
||||
|
||||
`-l` 参数(大写字母 `i`)显示正在运行的进程、当前 `shell` 、内存(内存使用情况)以及 `inxi` 版本号等信息。
|
||||
|
||||
![inxi get running process info][10]
|
||||
|
||||
### 获取 RAM 信息
|
||||
|
||||
可能你已经猜到了,`-m` 参数可以获取与内存(`RAM`)相关的信息。
|
||||
|
||||
它读取了如总可用内存、最大内存容量(硬件或 `CPU` 支持的)、主板物理内存插槽数、`ECC` 是否存在、填充的内存插槽以及枚举每个插槽中运行的模块的大小和运行速度等信息。
|
||||
|
||||
```shell
|
||||
inxi -m
|
||||
```
|
||||
|
||||
要使用 `-m` 参数获取更详细的信息,例如最大容量、每个插槽的 `RAM` 模块信息等,需要超级用户权限。
|
||||
|
||||
```shell
|
||||
sudo inxi -m
|
||||
```
|
||||
|
||||
![][11]
|
||||
|
||||
如果只是希望简短的输出内存信息,可以使用 `-memory-short` 参数。
|
||||
|
||||
使用 `-memroy-short` 参数将会只显示总内存以及当前已使用的内存量。
|
||||
|
||||
|
||||
|
||||
### 查看正在使用的包存储库
|
||||
|
||||
当使用 `-r` 参数时,会列举当前正在使用的包管理仓库或者更新本地仓库缓存中的所有存储库列表。
|
||||
|
||||
![List of repositories in use][12]
|
||||
|
||||
|
||||
|
||||
### 获取 RAID 设备信息
|
||||
|
||||
`-R` 参数用于获取所有 `RAID` 设备相关信息。
|
||||
|
||||
令人惊喜的是,它甚至显示了有关 `ZFS RAID` (默认情况下,多数 `Linux` 系统不包含该文件系统)的信息。它显示了 `RAID` 设备上文件系统的详细信息、状态-(包含是离线状态、总大小和可用大小等)。
|
||||
|
||||
```shell
|
||||
inxi -R
|
||||
```
|
||||
|
||||
![][13]
|
||||
|
||||
|
||||
|
||||
### 在 Linux 终端中查询天气(对,这是可以的)
|
||||
|
||||
利用 `-W` 参数,你可以查询地球上任何地方的天气情况。
|
||||
|
||||
`-W` 参数后面,需要携带以下中的任一一个体现位置的信息
|
||||
|
||||
* 邮政编码
|
||||
* 纬度
|
||||
* 城市(,州),国家(不能含有空格,使用 “+” 替换空格)
|
||||
|
||||
```shell
|
||||
inxi -W Baroda,India
|
||||
```
|
||||
|
||||
![Use of the “-W” flag with inxi followed by the city,country location descriptor][14]
|
||||
|
||||
|
||||
|
||||
### 监控系统资源使用情况
|
||||
|
||||
`inxi` 除了提供有关已安装的硬件和驱动的信息外,还可以用于资源监控。
|
||||
|
||||
使用 `-t` 参数可以显示进程信息。你还可以可选项 `-c` (用于 `CPU` )和 `-m`(用于 `RAM`)。这些选项结合使用可以按指定数量列出进程信息。
|
||||
|
||||
下面是一些使用 `-t` 参数监控资源信息的示例。
|
||||
|
||||
```shell
|
||||
inxi -t
|
||||
```
|
||||
|
||||
命令 `inxi -t` 默认效果等同于 `inxi -t cm5`的效果。
|
||||
|
||||
![No difference in output of “inti -t” and “inxi -t cm5”][15]
|
||||
|
||||
```shell
|
||||
inxi -t cm10
|
||||
```
|
||||
|
||||
![][16]
|
||||
|
||||
偶尔需要监控下资源使用情况时,该工具挺管用。如果需要更多的资源监控功能,则推荐使用[专用系统资源监控工具][17]。
|
||||
|
||||
|
||||
|
||||
### 最后
|
||||
|
||||
对于需要诊断计算机问题以及获取那些并不熟悉的软硬件信息的人来说,`inxi` 工具是十分便利且有用的。它能识别那些消耗 `CPU`、内存的进程;可以检查是否安装了合适的图形驱动程序、主板 `UEFI/BIOS` 是否需要更新等等。
|
||||
|
||||
事实上,在 `inxi` 开源社区论坛上,我们要求那些寻求帮助的成员提供 `inxi` 命令输出内容以便判断他们当前正在使用什么样的系统环境。
|
||||
|
||||
我知道也有其他的工具可以读取 `Linux` 上的硬件信息,不过 `inxi` 同时能读取硬件和软件信息,这也是我喜欢它的地方所在。
|
||||
|
||||
你使用 `inxi` 或者其他工具么?欢迎在评论区留言分享交流。
|
||||
|
||||
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://itsfoss.com/inxi-system-info-linux/
|
||||
|
||||
作者:[Pratham Patel][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[jrglinux](https://github.com/jrglinux)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://itsfoss.com/author/pratham/
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://github.com/smxi/inxi
|
||||
[2]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/12/01_inxi.webp?resize=800%2C450&ssl=1
|
||||
[3]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/12/02_inxi_flag_b.webp?resize=800%2C450&ssl=1
|
||||
[4]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/12/03_inxi_flag_a.webp?resize=800%2C450&ssl=1
|
||||
[5]: https://itsfoss.com/32-bit-64-bit-ubuntu/
|
||||
[6]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/12/04_inxi_flag_c.webp?resize=800%2C450&ssl=1
|
||||
[7]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/12/05_inxi_flag_c_vm.webp?resize=800%2C396&ssl=1
|
||||
[8]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/12/06_inxi_flag_f.webp?resize=800%2C450&ssl=1
|
||||
[9]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/12/07_inxi_flag_g.webp?resize=800%2C450&ssl=1
|
||||
[10]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/12/inxi-get-running-process-info.png?resize=768%2C272&ssl=1
|
||||
[11]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2021/12/08_inxi_flag_m.webp?resize=800%2C450&ssl=1
|
||||
[12]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/12/package-repo-info-with-inxi.png?resize=800%2C339&ssl=1
|
||||
[13]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/12/09_inxi_flag_r.webp?resize=800%2C450&ssl=1
|
||||
[14]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/12/12_inxi_flag_w.webp?resize=800%2C450&ssl=1
|
||||
[15]: https://i2.wp.com/itsfoss.com/wp-content/uploads/2021/12/10_inxi_flag_t.webp?resize=800%2C450&ssl=1
|
||||
[16]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2021/12/11_inxi_flag_t_cm10.webp?resize=800%2C450&ssl=1
|
||||
[17]: https://itsfoss.com/linux-system-monitoring-tools/
|
||||
[18]: https://itsfoss.community/
|
||||
[19]: https://itsfoss.com/hardinfo/
|
Loading…
Reference in New Issue
Block a user