Inxi - Finding out hardware configuration on Linux
Inxi is a great tool you can use to find out the system and hardware information on a Linux system.
If you're using Debian/Ubuntu-based distribution, you can install it with:
apt install inxi
On rpm-based distros, you can use:
dnf install inxi
On A...
betterways.hashnode.dev5 min read