Linux may be easier to use than ever before, but you'll still need to open up a command line from time to time. That includes managing your storage, which isn't exactly easy to do in Linux, even with ...
We might all agree on the command line, but start talking about Linux, and we might find that the rules of how to pronounce the names of Unix commands are not universal. I didn’t even stop to imagine ...
The Linux command line is a text interface to your computer. Also known as shell, terminal, console, command prompts and many others, is a computer program intended to interpret commands. Allows users ...
Before we get into this, I want to be clear: Using the command line is not a requirement for using Linux. I mention this because the idea of typing commands tends to scare off new users and my goal -- ...
It’s a testament to how far Linux has come that users today don’t typically have to use the command line if they don’t want to. Such is the quality of the graphical user interfaces in many modern ...
I’m a big fan of the anime series Neon Genesis Evangelion. One of the quotes from it that stands out in my head is, “Man fears the darkness, and so he scrapes away at the edges of it with fire.” For ...
Nmap is an essential tool for anyone who's serious about network security. It can be installed on any Linux distribution.
One of the things that makes Linux and Unix-like systems both powerful and frustrating is that there are many ways to accomplish any particular goal. Take something simple like running a bunch of ...
The .history file in Linux – whether ~/.bash_history, ~/.zsh_history or ~/.history – provides ways to track and reuse commands that you have recently run. This post suggests how you might make good ...