Skip to content

Instantly share code, notes, and snippets.

@noslin005
Created November 22, 2019 05:49
Show Gist options
  • Save noslin005/d593cbda5d403fcf93ae701d0ccf26f1 to your computer and use it in GitHub Desktop.
Save noslin005/d593cbda5d403fcf93ae701d0ccf26f1 to your computer and use it in GitHub Desktop.
system information inxi
sudo apt install freeipmi-tools \
ipmitool \
smartmontools \
lm-sensors \
tree \
hddtemp \
wmctrl \
lsscsi
sudo inxi --memory \
--machine \
--memory-modules \
--graphics \
--disk-full \
--cpu \
--audio \
--network-advanced \
--raid \
--sensors \
--slots \
--usb \
--verbosity 5 \
--width 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment