The Top 10 Linux Commands You Should Know
Published April 30, 2018
· 2 min read
As a Linux user, working with command line can be a powerful tool as opposed to working through the GUI system. If you know …
To receive automatic disk alerts by email we’ll make use of three common Linux utilities. We will use badblocks to look for bad sectors on …
An alias allows us to come up with our own name for a command or group of commands. This is especially useful for long convoluted …
Linux has the native ability to support two filesystem types that allow for RAM-based storage: ramfs and tmpfs. A RAM disk can give faster-than-SSD read …