All of the following posts share a tag, and are related to that subject.
If you would like to try another subject, you can pick from the
available tags.
mpv can play media within archives
It turns out, the mpv media player (one of my all-time favorite utilities) can play media files located inside of a compressed archive. If you have a bunch of FLAC files in a zip archive, and tell mpv to play that zip archive... it just does.
I use rsync to back up many servers and other machines. Because of my very
different sources and targets, I have a collection of very complex bash scripts
that manage these backups. When I moved one stage of these backups to a new
server, it started behaving strangely - and it was difficult to discover why.
After creating a whole host of backup DVDs, you might be faced with a dilema;
how to verify that each disk was burned properly. Backups aren't backups until
they are tested!
Whitespace causes lots of interesting issues with the command line - whether
it is present in file names, arguments, or any other data flowing between
commands. Quoting can help, but there's some very particular edge cases I've
encountered in my scripts.