This program is no longer being updated. It solely exists to act as a demonstration, and is not particularly useful for anything other than as a code sample. As per the license, there is no warranty for the program. Use it at your own discretion.

DailyCron

A set of cron jobs that I have run on several GNU/Linux boxes every midnight, which logs various sysadmin things. It is meant for use in a cron job that automatically e-mails the appropriate people with its output.

The script is available on its own as a .sh (shell script) file. You may need to right-click and select your browser's "save as" menu item in order to download the script.

Download

Filename Released File size File type Checksum Signed
dailycron_0.0.1.sh 10 Sep 2023 4K sh(1) scripts SHA-1 SHA-256 SHA-512 MD5 GnuPG

Dependencies

Setup

Simply download, mark as executable with chmod a+x dailycron.sh and add an entry to the correct user's crontab to run at minute and hour 0.

License

Copyright (C) 2023 Chelsea McClure <chelsea@lambda.felinism.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


Chelsea McClure / chelsea@lambda.felinism.com