A cron job (run by the cron daemon, or cron service) is a request for the server to run a particular command and/or program via the command line and set points during the hour, day, week, month or year. The name is derived from Greek chronos (χρόνος), meaning time.
Daily Archives: January 8, 2009
Replace text with Javascript
Event.observe(window, ‘load’, function() { document.body.innerHTML = document.body.innerHTML.replace(“CDL”, “bar”); } );