Jafner.net/wiki/hosts/gathering-info.md
2021-07-17 18:25:47 +00:00

851 B

title description published date tags editor dateCreated
Gathering System Information Documentation for gathering system information for use in host configuration pages true 2021-07-17T18:25:46.718Z markdown 2021-07-17T04:48:21.645Z

The inxi Script

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.

Using inxi

  1. curl -o inxi https://raw.githubusercontent.com/smxi/inxi/master/inxi && chmod +x inxi to download the script and make it executable.
  2. sudo ./inxi -CDGmMNPS to generate timestamped system information summary. Refer to man inxi for more information.
  3. Copy the output to the host's config page.