851 B
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
curl -o inxi https://raw.githubusercontent.com/smxi/inxi/master/inxi && chmod +x inxi
to download the script and make it executable.sudo ./inxi -CDGmMNPS
to generate timestamped system information summary. Refer toman inxi
for more information.- Copy the output to the host's config page.