One of the more powerful features of Linux is the simple way that new commands can be constructed using aliases, shell scripts and other textual tricks. These techniques rely on a command-line ...
The ps command that we all use to list processes has some interesting options that many of us never take advantage of. While the commonly used ps -ef provides a complete listing of running processes, ...
Here are some warm-up exercises for anyone just starting to use the Linux command line. Warning: It can be addictive. If you’re new to Linux or have simply never bothered to explore the command line, ...
This article presents a list of commands you should be able to find on any Linux installation. These are tools to help you improve your code and be more productive. The list comes from my own ...