You are not logged in.
I'll admit it, I'm command-line-lazy. I'm looking for a recommendation for a cron GUI that:
1. isn't ancient
2. requires a webserver
3. riddled with dependencies
Any recommendations?
I've looked at gnome-schedule - seems old, anything better?
red
Knowledge Ferret
Offline
You perhaps underestimate the extent of my command-line-laziness
Knowledge Ferret
Offline
Silly question, but why are you worried about ancient? cron is pretty ancient too, and so far as I'm aware, not a lot has changed in a long time, so a gui won't have needed to be changed to track non-changes.
Blessed is he who expecteth nothing, for he shall not be disappointed...
If there's an obscure or silly way to break it, but you don't know what.. Just ask me
Offline
Not a silly question at all, it's just a rule of thumb I've grown up using as a non-technical user, to gauge the quality and modernity of the apps I choose to use. Like if I'm interested in an open source project, I'll check the frequency and regularity of updates, number of contributors etc as a broad measure of quality/utility/modernity. It may not be right and I'm prepared to be educated by better advice!
To illustrate, I chose bunsenlabs and not some other distro ( no particular names mentioned ) based on these sort of criteria.
Gnome-schedule doesn't appear to have had any love in the debian repositories since 2010, with the most recent version still languishing in *cringe* sourceforge.
red
Knowledge Ferret
Offline
what if you don't have a choice?
I'm not going to search for a cron gui, but in the case you give up and decide to use the commandline here's a good howto on how to add crontab entries: http://www.cyberciti.biz/faq/how-do-i-a … unix-oses/
I'm kind of out of touch with the debian system, but in my case I had to add the user to cron group.
"Chuck Norris can compile syntax errors."
Offline
I have just rememered that when I used to use kde I would use kalarm for that ---you can set actions at certain intervals.. but imo It's just much easier and efficient to use cron if you don't want crazy alarms and flashy screen notifications too.
Last edited by pingu (2015-10-13 18:47:17)
"Chuck Norris can compile syntax errors."
Offline
How about one of these:
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
How about one of these:
Debian archaeology
Rapidly arriving at the conclusion I should MAN up (literally - as read the MANual).
Found these little helper websites which together perhaps provide all the commandline assistance I'd like:
http://www.corntab.com/pages/crontab-gui for crafting entries
http://www.cronchecker.net/ for checking entries
Last edited by redcollective (2015-10-13 23:06:07)
Knowledge Ferret
Offline
but I'm just tossing pebbles into the pot here.
Debian 12 Beardog, SoxDog and still a Conky 1.9er
Offline
mod note: deleted post
Spam ?
Last edited by pvsage (2016-05-19 10:48:27)
Offline
^ Likely.
Please do not reply to spam. Use the report link in the post instead; that way a mod/admin will be aware of your concern and can ban the spammer and delete the post more cleanly.
Be excellent to each other, and...party on, dudes!
BunsenLabs Forum Rules
Tending and defending the Flame since 2009
Offline
Some things I've found that may be useful:
http://corntab.com/pages/crontab-gui - It's not a gui persay but it is a visual way to write the crontab file
hhttps://github.com/alseambusher/crontab-ui- This might be more along the lines of what you're looking for, and it's a node.js module which means you can probably make it web page viewable
Offline