When you collaborate on a digital project with someone, it’s a guarantee that eventually someone’s going to...
command line
Be a power user by updating your system from the command line.
Here's how I update my system except for one problem library
Another great use of sed to make quick edits to a text file.
Here’s a neat command line trick to make changes to a text file.
Here's how I used 'find' and 'xargs' to locate the articles I wrote and count the words.
ImageMagick is a handy multipurpose command-line tool for all your image needs.
The find command is a powerful and flexible tool to locate files under a path.
Check spelling at the command line like old-school Unix with this cool script.
The base64 command converts binary data to ASCII data so that it can be transmitted as text....
1 You may have heard that Linux and Unix computers give you the ability to control a...
Author’s note: This article is excerpted in part from chapter 4 of my book, The Linux Philosophy...
When I began to use Linux over twenty-five years ago I was not as comfortable on the...
The basename command is a GNU core utility for UNIX and UNIX-like systems, and is designed to...
If you need to do a task on a regular schedule, explore how you can use crontab...
In Episode 1, How to do fast, repeatable Linux installations #1 — Bash scripts, I discussed how...