Baffled by the command line? Take it easy with these tips to smooth your journey.
Linux tricks can help you get work done faster, especially when they're easy. Here are some ways to find files, reuse prior commands, stop processes and more. In this post, we’ll take a look at a ...
Linux offers a couple of easy ways to record commands you type so that you can review or rerun them. Recording the commands that you run on the Linux command line can be useful for two important ...
What Am I Doing? What is Going On? You are learning a different way to interact with a computer, working at the command line. It means typing commands at a prompt - no mouse. Typing only! Why? What is ...
If you want a very efficient way to keep track of your task lists from the command line, Taskwarrior is the tool to use. I use several task management tools, with most in the form of either a desktop ...
ccat stands for "colorized cat." It's a simple yet powerful tool that, like the traditional cat command, reads files sequentially, writing them to standard output. However, the ccat command adds a ...
I cannot tell you how many times I've had to manage user passwords in Linux without the help of a GUI app. Whether it's on a server or because I'm using SSH to access a remote machine, knowing the ...