Essential Linux Commands
Getting started on Linux can be challenging. Largely because the first time user won’t have any idea how to track down potential problems. The following Linux commands are essential to get additional information about your system when something goes wrong. Machine info sudo lshw -html > hardware.html – Creates an HTML page showing what hardware Read More