TLDR
Enter a command. For example: mate search tool, uuidgen, apt file.

lshw

 
List detailed information about hardware configurations as root user. More information: https://manned.org/lshw.
 
  • Launch the GUI:
     
    sudo lshw -X
     
  • List all hardware in tabular format:
     
    sudo lshw -short
     
  • List all disks and storage controllers in tabular format:
     
    sudo lshw -class disk -class storage -short
     
  • Save all network interfaces to an HTML file:
     
    sudo lshw -class network -html > {{interfaces.html}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.