I teach new Linux users these four short, easy to remember commands early on. Learn what they are and how to use them.
Rerunning a previously entered command by typing !! is clearly the easiest way to repeat that command. You don’t have to type anything additional if you want to run the same command again. Here are a ...
Can you do math on the Linux command line? You sure can! In fact, there are quite a few commands that can make the process easy and some you might even find interesting. Let’s look at some very useful ...
Working on the command line is an integral part of being a successful Linux user. You need to have a firm grasp of certain commands to work effectively. There are even certain commands that you must ...
One of my favorite utilities on the Linux command-line, and block storage is one of my favorite features on Linode's platform, so in this article I get to combine both of these together - because what ...
The wget command is my go-to for downloading remote files to a local machine when a GUI isn’t available. There are two reasons I tend to default to wget: It’s the first command I learned to use for ...