Jafner.net/homelab/local-hosts
2024-11-01 13:09:24 -07:00
..
barbarian Revert 2024-10-21 15:27:09 -07:00
druid revert 5f094a2164 2024-10-21 15:26:06 -07:00
fighter #19 Delete legacy docs, extract useful content into other docs, delete homelab/docs/ 2024-10-28 18:01:52 -07:00
monk Move homelab host documentation and config files into subdirectory 2024-10-21 14:57:00 -07:00
paladin Move homelab host documentation and config files into subdirectory 2024-10-21 14:57:00 -07:00
silver-flame Init basic devShell for silver-flame 2024-11-01 13:09:24 -07:00
README.md #19 Delete legacy docs, extract useful content into other docs, delete homelab/docs/ 2024-10-28 18:01:52 -07:00

Hardware Reports with inxi

inxi is a script which employs a wide array of system information utilities to assemble a holistic system summary. Check out the repository for more information.

Install inxi

curl -o inxi https://raw.githubusercontent.com/smxi/inxi/master/inxi && chmod +x inxi to download and make executable the dependency-free script.

Gather Host Info

sudo ./inxi -CDGmMNPS to generate information summary. Refer to man inxi for more information.

  • -C Full CPU info
  • -D Full disk info
  • -G GPU info
  • -m Memory (RAM) info
  • -M Machine info
  • -N Network card info
  • -P Partition info
  • -S System info (hostname, kernel, DE, WM, distro, etc.)