Script for show the GNU/Linux system info
dmidecode for show ram info
sudo pacman -S dmidecode
sudo apt install dmidecode
Press q
Show the kernel info such as kernel version
Show the running processes on the system
Show all the PCI devices avaliable such as graphic card, Network and usb,etc
Show only the network interface such as ethernet and wifi model cards
Show only the USB devices avaliable and his controllers
Show the info of each RAM module, including capacity, model, speed, etc. (You need dmidecode as you can see in the pre requisites)
Show the battery info such as capacity, health, brand, current status, etc.
Show the current kernel modules on the system
Show the current running services (Only works with SystemD)
Exit the program
David Latorre - latorredev.com