From cb005ef080fc4c59b81311c59089032535ddc6ff Mon Sep 17 00:00:00 2001 From: Morgan Date: Thu, 26 May 2022 13:58:51 +0200 Subject: [PATCH] Add Cron expression generator by Cronhub --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index acd526a..02937d4 100644 --- a/README.md +++ b/README.md @@ -2892,6 +2892,7 @@ rpm --rebuilddb -one-liner-linux-commands-part-1/) - (2018) Some Random One-liner Linux Commands [Part 1]. **Bonus** : [Part 2](https://www.ostechnix.com/random-one-liner-linux-commands-part-2/), [Part 3](https://www.ostechnix.com/random-one-liner-linux-commands-part-3/), [Part 4](https://www.ostechnix.com/some-random-one-liner-linux-commands-part-4/) * [Bash-Oneliner](https://onceupon.github.io/Bash-Oneliner/) - A collection of handy Bash One-Liners and terminal tricks for data processing and Linux system maintenance. **Bonus** : [GitHub repository](https://github.com/onceupon/Bash-Oneliner) * [crontab guru](https://crontab.guru/) - The quick and simple online editor for testing cron schedule expressions +* [Cron expression generator by Cronhub](https://crontab.cronhub.io/) - Schedule and monitor jobs without any infra work. * [Pēteris Ņikiforovs](https://peteris.rocks/blog/htop/) - (2017) htop explained | Explanation of everything you can see in htop/top on Linux * [b4b4r07/gomi](https://github.com/b4b4r07/gomi) - 🗑️ Replacement for UNIX rm command! * [Jeffrey Paul](https://sneak.berlin/20191011/stupid-unix-tricks/) - (2019) Stupid Unix Tricks