News

It is easy to dismiss bash — the typical Linux shell program — as just a command prompt that allows scripting. Bash, however, is a full-blown programming language. I wouldn’t pres… ...
It is a handy trick to have in your toolbox if you use or write scripts for bash. If you want more bash customization, you can always pick out a new prompt.
I wasn't a developer when I first started using Linux many moons ago. I dabbled in Python and wrote plenty of Bash scripts, ...
Dave Taylor has been hacking shell scripts on UNIX and Linux systems for a really long time. He's the author of Learning Unix for Mac OS X and Wicked Cool Shell Scripts. You can find him on Twitter as ...
Here are some of the more popular bash options to control how scripts work on Linux and how to list the available options, including seeing which ones are turned on.
The module that Apache uses to run server-side shell scripts is mod_cgi, which is available on major Linux distributions. Once the module is enabled, it's time to configure the directory permissions ...
Bash scripting is every Linux administrator's Swiss Army knife. Learn how using a for-loop in conjunction with Bash scripts can produce powerful results.
All kinds of things can go wrong with your shell scripts, but they don't have to. Let's look a some debugging tips that can help ensure your scripts run the way you intend.