<?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: Script for GUI Linux Job Scheduling</title>
	<atom:link href="http://kernelreloaded.blog385.com/index.php/archives/script-for-gui-linux-job-scheduling/feed/" rel="self" type="application/rss+xml" />
	<link>http://kernelreloaded.blog385.com/index.php/archives/script-for-gui-linux-job-scheduling/</link>
	<description>linux, blog, anime, spirituality, windsurf, wireless</description>
	<lastBuildDate>Tue, 10 Aug 2010 12:23:34 +0200</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: vlada</title>
		<link>http://kernelreloaded.blog385.com/index.php/archives/script-for-gui-linux-job-scheduling/comment-page-1/#comment-7852</link>
		<dc:creator>vlada</dc:creator>
		<pubDate>Mon, 21 Jan 2008 12:47:31 +0000</pubDate>
		<guid isPermaLink="false">http://kernelreloaded.blog385.com/index.php/archives/script-for-gui-linux-job-scheduling/#comment-7852</guid>
		<description>Just cron that shell script instead, should work</description>
		<content:encoded><![CDATA[<p>Just cron that shell script instead, should work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: valent</title>
		<link>http://kernelreloaded.blog385.com/index.php/archives/script-for-gui-linux-job-scheduling/comment-page-1/#comment-7848</link>
		<dc:creator>valent</dc:creator>
		<pubDate>Fri, 11 Jan 2008 16:51:40 +0000</pubDate>
		<guid isPermaLink="false">http://kernelreloaded.blog385.com/index.php/archives/script-for-gui-linux-job-scheduling/#comment-7848</guid>
		<description>crontab doesn&#039;t start gui apps :(

I wrote crontab entry for pidgin and it doesn&#039;t work:

$ crontab -l
50 * * * * pidgin

it was 17:48 so I tested if it will start at 17:50 and it didn&#039;t.</description>
		<content:encoded><![CDATA[<p>crontab doesn&#8217;t start gui apps :(</p>
<p>I wrote crontab entry for pidgin and it doesn&#8217;t work:</p>
<p>$ crontab -l<br />
50 * * * * pidgin</p>
<p>it was 17:48 so I tested if it will start at 17:50 and it didn&#8217;t.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wwp</title>
		<link>http://kernelreloaded.blog385.com/index.php/archives/script-for-gui-linux-job-scheduling/comment-page-1/#comment-7839</link>
		<dc:creator>wwp</dc:creator>
		<pubDate>Wed, 02 Jan 2008 16:52:35 +0000</pubDate>
		<guid isPermaLink="false">http://kernelreloaded.blog385.com/index.php/archives/script-for-gui-linux-job-scheduling/#comment-7839</guid>
		<description>You could use your user&#039;s crontab for this (`crontab -e` to edit crontab&#039;ed jobs, `crontab -l` to list them), and even to start gaim.</description>
		<content:encoded><![CDATA[<p>You could use your user&#8217;s crontab for this (`crontab -e` to edit crontab&#8217;ed jobs, `crontab -l` to list them), and even to start gaim.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe</title>
		<link>http://kernelreloaded.blog385.com/index.php/archives/script-for-gui-linux-job-scheduling/comment-page-1/#comment-7786</link>
		<dc:creator>Joe</dc:creator>
		<pubDate>Wed, 14 Nov 2007 22:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://kernelreloaded.blog385.com/index.php/archives/script-for-gui-linux-job-scheduling/#comment-7786</guid>
		<description>I&#039;m not too familiar with the at command, but I think that if you don&#039;t want to rerun that script every day, putting this line into your ~/start-gaim.sh script should work:

at -f  8:16 am

this will resubmit your above script at 8:16, with 23:59 to go until starting gaim again.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not too familiar with the at command, but I think that if you don&#8217;t want to rerun that script every day, putting this line into your ~/start-gaim.sh script should work:</p>
<p>at -f  8:16 am</p>
<p>this will resubmit your above script at 8:16, with 23:59 to go until starting gaim again.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rohit Jain</title>
		<link>http://kernelreloaded.blog385.com/index.php/archives/script-for-gui-linux-job-scheduling/comment-page-1/#comment-7298</link>
		<dc:creator>Rohit Jain</dc:creator>
		<pubDate>Thu, 09 Aug 2007 13:04:59 +0000</pubDate>
		<guid isPermaLink="false">http://kernelreloaded.blog385.com/index.php/archives/script-for-gui-linux-job-scheduling/#comment-7298</guid>
		<description>kewl.... this is surely a cool script... thanks</description>
		<content:encoded><![CDATA[<p>kewl&#8230;. this is surely a cool script&#8230; thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark0</title>
		<link>http://kernelreloaded.blog385.com/index.php/archives/script-for-gui-linux-job-scheduling/comment-page-1/#comment-7297</link>
		<dc:creator>mark0</dc:creator>
		<pubDate>Tue, 07 Aug 2007 22:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://kernelreloaded.blog385.com/index.php/archives/script-for-gui-linux-job-scheduling/#comment-7297</guid>
		<description>su -c &#039;skripta&#039; pero ?</description>
		<content:encoded><![CDATA[<p>su -c &#8216;skripta&#8217; pero ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
