The following lines were added (+) and removed (-):
== System Information Tools (general) ===== inxi ===Instantly deduce user system configuration and hardware information. Tool provides output of system information (similar to Micro$oft systeminfo.exe). inxi was created by someone that wanted a way for a brief system summary for users seeking help via linux groups on IRC. sudo apt-get install inxi [On Debian/Ubuntu/Linux Mint] sudo yum install inxi [On CentOs/RHEL/Fedora]Example Usage: inxi -Fi=== lspci ===lspci is a utility for displaying information about PCI buses in the system and devices connected to them. Should already be on your system. Example: lspci|grep -i vgawill show your video card driver information attached video card