The inxi application is an utility for Linux to obtain system information. To install on a Debian-based system, use the command:
sudo apt install inxi
The command below will display CPU information.
inxi -C
The following command will return memory details.
sudo inxi -m
The command below will display a summary of various information.
sudo inxi -F
https://www.cloudsavvyit.com/8123/the-linux-system-information-tool-inxi/
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.