<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Linux Contest with a $25 Amazon Gift Card Giveaway &#8211; Week 2</title>
	<atom:link href="http://www.foogazi.com/2008/05/02/linux-contest-with-a-25-amazon-gift-card-giveaway-week-2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.foogazi.com/2008/05/02/linux-contest-with-a-25-amazon-gift-card-giveaway-week-2/</link>
	<description>Linux Tips, Tricks, and Opinions</description>
	<lastBuildDate>Sat, 10 Sep 2011 09:00:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: Jaxim</title>
		<link>http://www.foogazi.com/2008/05/02/linux-contest-with-a-25-amazon-gift-card-giveaway-week-2/comment-page-1/#comment-14883</link>
		<dc:creator>Jaxim</dc:creator>
		<pubDate>Sat, 03 May 2008 10:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.foogazi.com/?p=212#comment-14883</guid>
		<description>create a crontab:
0 8 * * * task.sh</description>
		<content:encoded><![CDATA[<p>create a crontab:<br />
0 8 * * * task.sh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anon</title>
		<link>http://www.foogazi.com/2008/05/02/linux-contest-with-a-25-amazon-gift-card-giveaway-week-2/comment-page-1/#comment-14874</link>
		<dc:creator>Anon</dc:creator>
		<pubDate>Sat, 03 May 2008 05:31:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.foogazi.com/?p=212#comment-14874</guid>
		<description>In Gnome, click your clock, then double click a date on the calendar to open the bigger calendar. Right click a day or time, and &quot;new appointment&quot;. Then click options&gt;&gt;recurrence, and set how often (e.g. daily) you want it to recur. Then, click options&gt;&gt;alarms. Now, just select &quot;run a program&quot; in the alarms and select your script. Task done, and completely using the GUI.</description>
		<content:encoded><![CDATA[<p>In Gnome, click your clock, then double click a date on the calendar to open the bigger calendar. Right click a day or time, and &#8220;new appointment&#8221;. Then click options&gt;&gt;recurrence, and set how often (e.g. daily) you want it to recur. Then, click options&gt;&gt;alarms. Now, just select &#8220;run a program&#8221; in the alarms and select your script. Task done, and completely using the GUI.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: engtech</title>
		<link>http://www.foogazi.com/2008/05/02/linux-contest-with-a-25-amazon-gift-card-giveaway-week-2/comment-page-1/#comment-14857</link>
		<dc:creator>engtech</dc:creator>
		<pubDate>Fri, 02 May 2008 21:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.foogazi.com/?p=212#comment-14857</guid>
		<description># minute, hour, day, month, week, command
# 0=sun, 1=mon, 2=tue, 3=wed, 4=thur, 5=fri, 6=sat
#
# Run task.sh every day at 8am
00 08 * * * task.sh &#124; tee ~/task.log</description>
		<content:encoded><![CDATA[<p># minute, hour, day, month, week, command<br />
# 0=sun, 1=mon, 2=tue, 3=wed, 4=thur, 5=fri, 6=sat<br />
#<br />
# Run task.sh every day at 8am<br />
00 08 * * * task.sh | tee ~/task.log</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chaosklica</title>
		<link>http://www.foogazi.com/2008/05/02/linux-contest-with-a-25-amazon-gift-card-giveaway-week-2/comment-page-1/#comment-14808</link>
		<dc:creator>chaosklica</dc:creator>
		<pubDate>Thu, 01 May 2008 16:47:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.foogazi.com/?p=212#comment-14808</guid>
		<description>#chmod +x task.sh

#crontab -e

-------------------------------------------------------------------------------------------

0 8 * * * /path_to_script/tash.sh

-------------------------------------------------------------------------------------------</description>
		<content:encoded><![CDATA[<p>#chmod +x task.sh</p>
<p>#crontab -e</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>0 8 * * * /path_to_script/tash.sh</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
]]></content:encoded>
	</item>
</channel>
</rss>

