Linux Using cron on Linux to run scheduled tasks "Cron is a time-based job scheduler in Unix-like computer operating systems." -- From Wikipedia To run scripts periodically, first you will need to create your own crontab file that states at
Linux How to send mail on Linux To send emails on linux to other remote email addresses, we will first need to install the postfix server and mail command via the following command: sudo apt-get install mailutils # For debain &
Shell Run scripts on Mac using Launchd Let say you have just completed a neat piece of script that do whatever you want it to do. How can you let it run everytime your Mac startup? Launchd! To use Launchd,