惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

B
Blog RSS Feed
Jina AI
Jina AI
雷峰网
雷峰网
Blog — PlanetScale
Blog — PlanetScale
Hugging Face - Blog
Hugging Face - Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Last Week in AI
Last Week in AI
博客园 - 司徒正美
罗磊的独立博客
J
Java Code Geeks
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
Vercel News
Vercel News
A
About on SuperTechFans
I
InfoQ
D
DataBreaches.Net
爱范儿
爱范儿
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
U
Unit 42
aimingoo的专栏
aimingoo的专栏
宝玉的分享
宝玉的分享
P
Proofpoint News Feed
Microsoft Azure Blog
Microsoft Azure Blog
美团技术团队

News on Xubuntu

Xubuntu – Xubuntu 26.04 Community Wallpaper Contest Winners Xubuntu – Xubuntu 26.04 Wallpaper Voting Open Xubuntu – Xubuntu Anniversary Wallpaper Contests Xubuntu – Public postmortem of the Xubuntu.org download compromise Xubuntu – Xubuntu 25.10 released! Xubuntu – Xubuntu 25.04 released! Xubuntu – Xubuntu 24.10 released! Xubuntu – Xubuntu 24.04 released! Xubuntu – Xubuntu 23.10 released! Xubuntu – Xubuntu 23.04 released! Xubuntu – Xubuntu 22.10 released! Xubuntu – Xubuntu 22.04 released! Xubuntu – Xubuntu 22.04 Community Wallpaper Contest Winners Xubuntu – Xubuntu 22.04 Community Wallpaper Contest Xubuntu – Xubuntu 21.04 released! Xubuntu – Xubuntu 21.04 Testing Week Xubuntu – Xubuntu 20.10 released! Xubuntu – Xubuntu is now on GitHub! Xubuntu – Xubuntu 20.04 released! Xubuntu – Xubuntu 20.04 Community Wallpaper Contest Winners Xubuntu – Xubuntu 20.04 Testing Week Xubuntu – Xubuntu 20.04 community wallpaper contest Xubuntu – Xubuntu 19.10 released! Xubuntu – Xubuntu 19.04 released! Xubuntu – Xubuntu 18.10 released! Xubuntu – Xubuntu 18.04.1 released! Xubuntu – Xubuntu 17.10 EOL Xubuntu – New Wiki pages for Testers Xubuntu – Xubuntu 18.04 released! Xubuntu – Xubuntu 18.04 Community Wallpaper Contest Winners!
Xubuntu – Using inxi to detect hardware information
2014-08-29 · via News on Xubuntu

inxi is a full featured system information script that will detect information about hardware specifications, including but not limited to vendor details, CPU info, graphic and sound cards. Most importantly, it will output everything in a easy to read format and it can also be used on irc clients like irssi, weechat or xchat.

How to use inxi?

The general use of inxi is inxi -<color> -<option>. inxi output is colored and to change the color for better visibility use the c option followed by a number between 0-32.

System information

inxi -b and inxi -F The b option output basic system information, while the F option will output full system information.

Hard drive details

inxi -D Outputs information on your hard drives, like make, model and size

Hard drive partitions

inxi -p Outputs information about all mounted partitions, mount points and space usage

Networking

inxi -n and inxi -ni Outputs information about the details of the network interfaces and configuration. When the i option is used with n, Inxi will output IP address details (for both WAN and LAN).

Hardware

inxi -AG and inxi -h The A and G options output information about the audio and graphics hardware respectively. You usually want to use them together. The h option outputs you the full list of options you can use to get even more information about your hardware.

Using inxi in IRC clients

Xchat, irssi and most other clients

/exec -o inxi -<option> | pastebinit The -o option shows the output to the channel. Without it, only the user will see the output.

Weechat

/shell -o inxi -<option> | pastebinit Note: For weechat to run external scripts like inxi, shell.py has to be installed.

Using inxi -c0 within a IRC client environment is highly advisable because colored output doesn’t work in pastebins.