|
You are here |
srijan.ch | ||
| | | | |
pig-monkey.com
|
|
| | | | | Here are recorded many goings and comings, doings and beings; stories, symbols and meanings. | |
| | | | |
righteousit.com
|
|
| | | | | You know what Linux needs? Another task scheduling system!said nobody ever Important Artifacts Command output: systemctl list-timers --all systemctl status *.timers File locations: /usr/lib/systemd/system/*.{timer,service} /etc/systemd/system $HOME/.config/systemd [/var]/run/systemd/transient/*.{timer,service} [/var]/run/user/*/systemd/transient/*.{timer,service} Also Syslog logs sent to LOG_CRON facility. The Basics If you've been busy trying to get actual work done on your Linux systems, you may have missed... | |
| | | | |
www.nageshdn.com
|
|
| | | | | Cron utility in Linux has been helpful to schedule tasks to run at a scheduled time. A few of the disadvantages of cron are If Instance/server is not available/down at the cron schedule, cron doesn't run those tasks until the next event is triggered If the cron task need to run other tasks after running the main task at the scheduled time, there are only hacks to create this dependency If the cron task needs to run within a given time interval to avoid running at the same time If a cron task needs to run... | |
| | | | |
blog.tst.sh
|
|
| | | The motivation behind this project was that I needed a very simple way for me and my friends to securely put files on my server for the various projects we use it for and the insane gigabit download speeds. Previously we just used rsync, a Linux command line utility that | ||