News

An easy step-by-step guide to the Bash command-line shell and shell scripting ...
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 ...
If you're not yet comfortable with writing scripts on Unix and Linux systems, this post might get you off to a healthy start.
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.
I wasn't a developer when I first started using Linux many moons ago. I dabbled in Python and wrote plenty of Bash scripts, ...
A recent post about debugging constructs surprised me. There were quite a few comments about how you didn’t need a debugger, as long as you had printf. For that matter, we’ve all debugg… ...
I'm tweaking this script, and I'm having a lot of trouble testing my changes. It seems like my shell, Bash, is not respecting whitespace. Could someone help me? Basically, I have a script that ...
Update your Fedora 29 system, add two important repositories, and install a ridiculous amount of useful software and audio / video codecs. With a single, easy-to-use script.
If you save the script as sound.sh and run it directly passing the name of a sound file it will play the file at the current volume, then it raises the volume and plays it again, and finally it ...
Huh? Windows? Um... OK, yes the Scripting Guy Games are for Windows. But what if we did it for Linux. What sort of meaty script challenge could we come up with? Certainly something more challenging ...