<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Make Tech Easier&#187; Gnome-schedule</title>
	<atom:link href="http://maketecheasier.com/tag/gnome-schedule/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 25 May 2012 23:58:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Easy Way To Schedule And Automate Tasks In Ubuntu</title>
		<link>http://maketecheasier.com/easy-way-to-schedule-and-automate-tasks-in-ubuntu/2008/06/16</link>
		<comments>http://maketecheasier.com/easy-way-to-schedule-and-automate-tasks-in-ubuntu/2008/06/16#comments</comments>
		<pubDate>Mon, 16 Jun 2008 02:53:13 +0000</pubDate>
		<dc:creator>Damien Oh</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Gnome-schedule]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=480</guid>
		<description><![CDATA[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 interface that uses cron and at command to manage the crontab file. Be it scheduling a recurrent task or task that happens only once, Gnome-schedule... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/easy-way-to-schedule-and-automate-tasks-in-ubuntu/2008/06/16&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/easy-way-to-schedule-and-automate-tasks-in-ubuntu/2008/06/16" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/easy-way-to-schedule-and-automate-tasks-in-ubuntu/2008/06/16" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/easy-way-to-schedule-and-automate-tasks-in-ubuntu/2008/06/16" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/easy-way-to-schedule-and-automate-tasks-in-ubuntu/2008/06/16&amp;title=Easy+Way+To+Schedule+And+Automate+Tasks+In+Ubuntu&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/easy-way-to-schedule-and-automate-tasks-in-ubuntu/2008/06/16" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/easy-way-to-schedule-and-automate-tasks-in-ubuntu/2008/06/16">Easy Way To Schedule And Automate Tasks In Ubuntu</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><a href="http://gnome-schedule.sourceforge.net/" target="_blank">Gnome-schedule</a> is an application that provides an easy way for anyone to schedule (and automate) tasks on their computers. It provides a simple graphical user interface that uses <em><a href="http://en.wikipedia.org/wiki/Cron" target="_blank">cron</a></em> and <a href="http://en.wikipedia.org/wiki/At_(Unix)" target="_blank"><em>at</em></a> 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.</p>
<p><img class="alignnone size-full wp-image-488" title="gnome-schedule1" src="http://imagecdn.maketecheasier.com/2008/06/gnome-schedule1.jpg" alt="gnome-schedule" width="500" height="291" /></p>
<p><span id="more-480"></span>Some of the useful features found in Gnome-schedule include:</p>
<ul>
<li>Custom titles and icons for your tasks so that they can be organized and managed more easily.</li>
<li>Templates support so that you won&#8217;t have to create the same task again and again</li>
<li>An Advanced mode for crontab experts</li>
<li>A calendar for you to choose the day you want a task to be executed</li>
<li>Easy dropdown selection of the date and time (so that you don&#8217;t have to learn the &#8220;<em>0 * * *</em>&#8221; crontab instruction</li>
<li>If run as root, you can edit any user&#8217;s crontab and &#8220;<em>at</em>&#8221; tasks, and also run tasks that require root permission.</li>
</ul>
<p><strong>Installing Gnome-schedule</strong></p>
<p>Gnome-schedule is already included in the Ubuntu repository. To install, simply run the command</p>
<p class="codeblock">sudo apt-get install gnome-schedule</p>
<p>Once installed, go to <em>System -&gt; Preferences -&gt; Scheduled tasks</em>. This will open Gnome-schedule configuration window.</p>
<p><img class="alignnone size-full wp-image-481" title="gnome-schedule" src="http://imagecdn.maketecheasier.com/2008/06/gnome-schedule.jpg" alt="gnome-schedule" /></p>
<p>To create a new task, select <em>New</em>. Choose whether it is a recurrent or a one-time task.</p>
<p><img class="alignnone size-full wp-image-482" title="gnome-schedule-new-task" src="http://imagecdn.maketecheasier.com/2008/06/gnome-schedule-new-task.jpg" alt="gnome-schedule-new-task" width="424" height="384" /></p>
<p>For one-time task, enter the task&#8217;s description, date and time of execution and the execution command.</p>
<p>Click <em>Add</em> to add the task to the crontab, or <em>Add as template</em> for future reference.</p>
<p><img class="alignnone size-full wp-image-483" title="gnome-schedule-new-task2" src="http://imagecdn.maketecheasier.com/2008/06/gnome-schedule-new-task2.jpg" alt="gnome-schedule-new-task2" width="432" height="523" /></p>
<p>For recurrent task, enter the description, command and the frequency of execution. The <em>Advanced</em> option allows you to edit the execution frequency in greater details.</p>
<p><img class="alignnone size-full wp-image-485" title="gs-recurrent-task" src="http://imagecdn.maketecheasier.com/2008/06/gs-recurrent-task.jpg" alt="gnome-schedule-recurrent-task" width="376" height="557" /></p>
<p><img class="alignnone size-full wp-image-486" title="gnome-schedule-advanced" src="http://imagecdn.maketecheasier.com/2008/06/gnome-schedule-advanced.jpg" alt="gnome-schedule-advanced" width="214" height="356" /> (<em>Advanced</em> mode)</p>
<p>To create template tasks, click <em>Templates</em>, followed by <em>New</em>.Select between a recurrent or one-time task and enter the description and command.</p>
<p>To run Gnome-schedule as root, simply type</p>
<p class="codeblock">gksu gnome-schedule</p>
<p>In the configuration window, you can now see a new option &#8220;<em>Change User</em>&#8220;. Clicking on it will allow you to modify other user&#8217;s crontab and <em>at</em> task.</p>
<p><img class="alignnone size-full wp-image-487" title="gnome-schedule-root" src="http://imagecdn.maketecheasier.com/2008/06/gnome-schedule-root.jpg" alt="gnome-schedule-root" /></p>
<p><!--adsense#468x60--><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/integrate-skype-with-ubuntu-unity/2012/05/23' title='How to Integrate Skype With Ubuntu Unity'>How to Integrate Skype With Ubuntu Unity</a></li>
<li><a href='http://maketecheasier.com/install-java-runtime-in-ubuntu/2012/05/14' title='How to Install Java Runtime In Ubuntu 12.04'>How to Install Java Runtime In Ubuntu 12.04</a></li>
<li><a href='http://maketecheasier.com/connect-to-a-vpn-in-ubuntu/2012/05/07' title='How to Connect to A VPN In Ubuntu [Quick Tips]'>How to Connect to A VPN In Ubuntu [Quick Tips]</a></li>
<li><a href='http://maketecheasier.com/upgrade-to-gimp-2-8-in-ubuntu/2012/05/04' title='How to Upgrade to Gimp 2.8 in Ubuntu'>How to Upgrade to Gimp 2.8 in Ubuntu</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/easy-way-to-schedule-and-automate-tasks-in-ubuntu/2008/06/16&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/easy-way-to-schedule-and-automate-tasks-in-ubuntu/2008/06/16" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/easy-way-to-schedule-and-automate-tasks-in-ubuntu/2008/06/16" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/easy-way-to-schedule-and-automate-tasks-in-ubuntu/2008/06/16" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/easy-way-to-schedule-and-automate-tasks-in-ubuntu/2008/06/16&amp;title=Easy+Way+To+Schedule+And+Automate+Tasks+In+Ubuntu&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/easy-way-to-schedule-and-automate-tasks-in-ubuntu/2008/06/16" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/easy-way-to-schedule-and-automate-tasks-in-ubuntu/2008/06/16">Easy Way To Schedule And Automate Tasks In Ubuntu</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/easy-way-to-schedule-and-automate-tasks-in-ubuntu/2008/06/16/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: cdn.maketecheasier.com

Served from: maketecheasier.com @ 2012-05-25 18:48:26 -->
