1 / 3
Caption Text
2 / 3
Caption Two
3 / 3
Caption Three margin testing

Wednesday, August 26, 2009

Easy Way To Schedule And Automate Tasks In Ubuntu

Easy Way To Schedule And Automate Tasks In Ubuntu – Make Tech Easier

Gnome-schedule is an application that provides an easy way for anyone to schedule (and automate
) tasks on their computers. It provides a simple graphical user interfacethat uses cron and at command to manage the crontab file. Be it scheduling a recurrent task or task that happens only once, Gnome-schedule has no problem in handling it.

gnome-schedule

Some of the useful features found in Gnome-schedule include:

  • Custom titles and icons for your tasks so that they can be organized and managed more easily.
  • Templates support so that you won't have to create the same task again and again
  • An Advanced mode for crontab experts
  • A calendar for you to choose the day you want a task to be executed
  • Easy dropdown selection of the date and time (so that you don't have to learn the "0 * * *" crontab instruction
  • If run as root, you can edit any user's crontab and "at" tasks, and also run tasks that require root permission.

Installing Gnome-schedule

Gnome-schedule is already included in the Ubuntu repository. To install, simply run the command

sudo apt-get install gnome-schedule

Once installed, go to System -> Preferences -> Scheduled tasks. This will open Gnome-schedule configuration window.

gnome-schedule

To create a new task, select New. Choose whether it is a recurrent or a one-time task.

gnome-schedule-new-task

For one-time task, enter the task's description, date and time of execution and the execution command.

Click Add to add the task to the crontab, or Add as template for future reference.

gnome-schedule-new-task2

For recurrent task, enter the description, command and the frequency of execution. The Advanced option allows you to edit the execution frequency in greater details.

gnome-schedule-recurrent-task

gnome-schedule-advanced (Advanced mode)

To create template tasks, click Templates, followed by New.Select between a recurrent or one-time task and enter the description and command.

To run Gnome-schedule as root, simply type

gksu gnome-schedule

In the configuration window, you can now see a new option "Change User". Clicking on it will allow you to modify other user's crontab and at task.

gnome-schedule-root

Featured Post

Windows和Ubuntu双系统完全独立的安装方法

http://www.ubuntuhome.com/windows-and-ubuntu-install.html  | Ubuntu Home Posted by Snow on 2012/06/25 安装Windows和Ubuntu双系统时,很多人喜欢先安装windows,然...