Questions tagged [inxi]

inxi is a system information script that can display various things about your hardware and software to users in an IRC chatroom or support forum. It runs with the /exec command in most IRC clients.

inxi is a command line tool that can show detailed system hardware info including sensor temperatures.

inxi can also be used to retrieve time, date, and detailed local weather conditions.

The following is from apt-cache show inxi:

Inxi is a system information script that can display various things about your hardware and software to users in an IRC chatroom or support forum. It runs with the /exec command in most IRC clients.

Use inxi --help or man inxi for more info.

github.com/smxi/inxi

smxi.org

3 questions
2
votes
2 answers

How to fix inxi: "Error: weather info downloaded but no data detected."?

When I use the following command: inxi -w I get the following error: Error: weather info downloaded but no data detected. I have tried using the -W Location option but I still get the same error. I have also tried using a different location and I…
mchid
  • 44,904
  • 8
  • 102
  • 162
0
votes
0 answers

how to get arm specific cpu info on arm-based ubuntu

Is there ARM specific hardware information utilities for CPU, Graphic card, etc.? lshw, inxi, /proc/cpuinfo are well known utilities or method but it does not provide ARM specific informations such as model, model name, L1/L2 cache. Thanks for your…
Hongsoog
  • 101
-1
votes
4 answers

How to cut part of line?

I need to cut line in specific moment, I want to display GPU name, but only name, nothing else. inxi -Gx | grep Device showing: Device-2: NVIDIA GK107GLM [Quadro K1100M] vendor: Dell driver: nouveau I want it to show something like this NVIDIA…