Ten Cool Linux Command Line Tricks for the Journeyman Practitioner
Here's some creature comforts for the budding Linux practitioner to make your life easier.
Read More
Here's some creature comforts for the budding Linux practitioner to make your life easier.
Read MoreRecently I had some folks watching my shared screen and they were constantly saying "oh, that was cool, I didn't know you could do that in the shell". Here's some shell tricks I showed them.
Read MoreQR codes are easy to generate from shell scripts, and you can output them in a variety of formats, including not only images such as PNG but as terminal characters that you can view in your shell session.
Read MoreDid you know you can control your Porkbun-hosted DNS from a shell script? Here's an example of using the Porkbun API with curl to create a DNS record, and links to more things you can do with their full-featured and oddly satisfying API.
Read MoreIn this tutorial, learn how to make your cron-driven shell scripts easier to manage by using a mother script. We'll show you how you'll never have to think about cleaning up temp files again!
Read MoreIn the course of my career, I've periodically come across code like this in shell scripts: TEMP_FILE=/tmp/tempfile Or sometimes, slightly more elegantly: TEMPFILE=/tmp/tempfile.$$ The problems with th...
Read MoreLike many of my fellow LowendTalk readers, I sometimes post images on LET and other boards. To do that, I need an image hosting service. Going through the work of logging into a web page, uploading...
Read More"Dot files" are Unix configuration files that live in your home directory. They're often used to store user-specific choices and preferences. For example: .bash_profile is executed whenever you logi...
Read MoreA while a go I looked at Bash replacements for interactive shells. Unfortunately for me, I am just getting too used to having Bash on the command line and can't get myself used to other shells. Howeve...
Read MoreIt's actually a tip from Lincoln, who emailed me last month: Another idea is to replace bash (~4M/instance) with pdksh (~1M/instance). It doesn't sound like much, but if you're like me and you're have...
Read MoreNov 25, 2025
Nov 25, 2025
Nov 24, 2025
Nov 24, 2025