Jafner.net/wiki/hosts/gathering-info.md

861 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-17T04:50:28.573Z 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 -CDGImMNPS -W 98405 to generate timestamped system information summary. Refer to man inxi for more information.
  3. Copy the output to the host's config page.