If you have every used the Command Line, or CMD, interface in Windows, you probably have some idea of the powerful things it can do. Creating your own CMD scripts, you can do even more, but faster. A ...
FFmpeg was designed as a cross-platform solution for video and audio recording, conversion, and streaming. Its About page describes the command-line tool as “the leading multimedia framework, able to ...
One of my favorite utilities on the Linux command-line, and block storage is one of my favorite features on Linode's platform, so in this article I get to combine both of these together - because what ...
Many bash scripts use arguments to control the commands that they will run and the information that will be provided to the people running them. This post examines a number of ways that you can verify ...
The Linux yes command allows you to automate responses to scripts and commands, but how it responds is up to you. One of the more unusual Linux commands is named “yes”. It’s a very simple tool ...
A handful of useful productivity tools wrapped up in a simple shell script.
How to use a Bash script for-loop for system administration in Linux Your email has been sent Bash scripting remains a staple of my endeavors in Linux as a system administrator, and I use it every day ...