Created
November 22, 2019 05:49
-
-
Save noslin005/d593cbda5d403fcf93ae701d0ccf26f1 to your computer and use it in GitHub Desktop.
system information inxi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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