Skip one-click backup apps. This rsync script gives you full control over what gets saved and when, plus logs and a few hard-won lessons.
I really have too many tray icons. You know the ones. They sit on your taskbar, perhaps doing something in the background or, ...
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 presume to tell you that ...
Once a script is prepared and tested, you can get a significant task completed simply by typing the script's name followed by any required arguments. Developing scripts to handle your more complicated ...
If you're not yet comfortable with writing scripts on Unix and Linux systems, this post might get you off to a healthy start. Creating a script on a Unix or Linux system can be dead easy or ...
How to use a Bash script for-loop for system administration in Linux Your email has been sent Bash scripting remains a staple of my endeavors in Linux as a system administrator, and I use it every day ...
The printf command offers well-defined behavior following the POSIX standard, which means it works the same way across shells and systems. Where echo often fails with escape sequences, printf handles ...
So I have this bash script that works great except that I can't figure out how to make it restart itself on a given schedule. I could start it with cron, obviously, but how would I stop ...
If you use ALSA for sound on your system the functions contained in the script presented here can be used to get and set the volume on your system. You might use this if you had a monitoring script ...