Glam Prestige Journal

Bright entertainment trends with youth appeal.

Is there any app for the Ubuntu 12.04 LTS (server, no visual interface) in order to easily manage crontab? Maybe a daemon running in background and access to it via a web browser? Using crontab -e is not working anymore for me because I have over 100 lines with crons.

2 Answers

Use Crontab UI. This is something I made to allow easy and safe management of crontab.

Sample Workflow of Crontab UI

These are some of the features provided by it:

  1. Easy setup
  2. Safe adding, deleting or pausing jobs. Easy to maintain hundreds of jobs.
  3. Backup your crontabs.
  4. Export crontab and deploy on other machines without much hassle.

Read this for more details.

1

Web-based Administration

You can try amongst the web-based server administration panels that are available for Ubuntu. Ajenti and Webmin are two such programs that do support cron - I personally will recommend Ajenti.

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy