News

If you're not yet comfortable with writing scripts on Unix and Linux systems, this post might get you off to a healthy start.
Linux is powerful, flexible, and can do just about anything. However, to really get the most out of Linux and your computer (s), there are certain skills and habits you need to bolster; otherwise, you ...
Learning Bash is really useful, especially if you want to unlock the full power of a Unix or Linux system. Here are some of the most compelling reasons to look at Bash scripting as something to learn.
Developing scripts to handle your more complicated tasks can make your efforts on the Linux command line considerably easier and more reliable – at least once the scripts are written and tested.
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.
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… ...
Although bash scripts are regularly maligned, they do have a certain simplicity and ease of creation that makes them hard to resist. But sometimes you really need to do some heavy lifting in anothe… ...