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 ...
TLDR and Cheat don't replace man pages; they complement them. They're perfect for day-to-day learning and quick reference ...
The lp command on Linux systems provides numerous options for printing, such as multiple pages per sheet and page borders, but also just a few quirks to keep you on your toes. The lp command on Linux ...
The which command will show you the file-system location for a command’s executable. This is the file that is read and run whenever you type the command name. In the example below, there are two or ...
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 ...
One of Linux's strengths as an operating system is its ability to be configured and tweaked to suit your tastes. Using the command line allows you to issue powerful commands that are unavailable to ...
Watch running the date command. How to use the Linux watch command for easier output tracking Your email has been sent Jack Wallen introduces you to a Linux command that can automatically execute a ...
Linux operating system allows users to create commands and execute them over the command line. To create a command in Linux, the first step is to create a bash script for the command. The second step ...
How to use the Linux screen command to keep your remote processes running Your email has been sent Jack Wallen shows you a handy Linux trick that can go a long way to prevent you from losing precious ...