This post covers some well-known Linux commands that, when used with particular options and arguments, can save you some time or ensure that what you are doing is what you intended. The first “trick” ...
The tab completion feature saves time and prevents errors by auto-completing commands and filenames. Linux shells like bash and zsh offer powerful tab completion features that handle subcommands and ...
When I need to work with Linux user accounts, I tend to default to the command line. Sure, there are GUIs for this purpose, but I find the command line to be more efficient and effective at this task.
Linux might sound scary for first-time Linux users, but actually, it isn’t. Linux is a bunch of open-source Unix operating systems based on Linux Kernel. These operating systems are called Linux ...
The watch and tail commands can help monitor activity on Linux systems. This post looks at some helpful ways to use these commands. The watch and tail commands provide some interesting options for ...
Much to the chagrin of those who would like to malign the Linux operating system, it's actually quite easy to use. Thanks to modern GUI desktop environments and applications, anyone can jump into the ...
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 ...
Linux is constantly evolving, and with it the tools that its fans use on a daily basis. However, some of the classics such as iptables , which has been replaced by nftables , are now not only outdated ...