<?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>The Greatest Linux Blog on the Internets. &#187; *nix</title>
	<atom:link href="http://linuxblog.pansapiens.com/category/nix/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxblog.pansapiens.com</link>
	<description>Ubuntu, I &#039;buntu, We all &#039;buntu, (but only if we want&#039;u).</description>
	<lastBuildDate>Tue, 22 Jun 2010 05:35:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>A visual guide to the crontab file</title>
		<link>http://linuxblog.pansapiens.com/2008/06/19/a-visual-guide-to-the-crontab-file/</link>
		<comments>http://linuxblog.pansapiens.com/2008/06/19/a-visual-guide-to-the-crontab-file/#comments</comments>
		<pubDate>Thu, 19 Jun 2008 23:57:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[*nix]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[cron]]></category>
		<category><![CDATA[howto]]></category>

		<guid isPermaLink="false">http://linuxblog.pansapiens.com/?p=35</guid>
		<description><![CDATA[I sometimes need to remind myself how to edit that crontab file &#8230; today I found a great little graphic on the Linuxconfig wiki that sums it up nicely:

Sometimes, I also pipe the stdout and stderr somewhere (like &#8220;/usr/local/sbin/backup.sh &#62;&#62;/var/logs/backups.log 2&#62;/var/logs/backups.err&#8220;) if I want to avoid getting emails with the output from cron &#8230; (although [...]]]></description>
			<content:encoded><![CDATA[<p>I sometimes need to remind myself how to edit that crontab file &#8230; today I found a great little graphic on the <a href="http://www.linuxconfig.org/Linux_Cron_Guide">Linuxconfig wiki</a> that sums it up nicely:</p>
<p><a href="http://linuxblog.pansapiens.com/wp-content/uploads/2008/06/cron.png" rel="lightbox[35]"><img class="aligncenter size-medium wp-image-36" title="Crontab" src="http://linuxblog.pansapiens.com/wp-content/uploads/2008/06/cron-300x148.png" alt="The values in the crontab file" width="300" height="148" /></a></p>
<p>Sometimes, I also pipe the stdout and stderr somewhere (like &#8220;<em>/usr/local/sbin/backup.sh &gt;&gt;/var/logs/backups.log 2&gt;/var/logs/backups.err</em>&#8220;) if I want to avoid getting emails with the output from cron &#8230; (although in the example above, which looks like a backup script, I&#8217;d probably rather be emailed with a warning that my backups were succeeding or failing).</p>
<p>Thanks <a href="http://www.linuxconfig.org/Main_Page">Linuxconfig</a> !</p>
<p><strong><em>Update:</em></strong></p>
<p>After some <a href="http://friendfeed.com/e/1bcda2c0-3d71-332e-fa45-b995b58d8175/A-visual-guide-to-the-crontab-file/">FriendFeed</a> discussion, it was noted that the crontab above is a &#8220;system crontab&#8221;, not the typical &#8220;user crontab&#8221; you would edit by typing &#8220;<em>crontab -e</em>&#8221; at the command line. For the &#8220;user crontab&#8221;, you don&#8217;t specify the user (the blue field, &#8220;root&#8221; in the example above).</p>
]]></content:encoded>
			<wfw:commentRss>http://linuxblog.pansapiens.com/2008/06/19/a-visual-guide-to-the-crontab-file/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Making Linux systems that don&#8217;t suck</title>
		<link>http://linuxblog.pansapiens.com/2007/08/07/making-linux-systems-that-dont-suck/</link>
		<comments>http://linuxblog.pansapiens.com/2007/08/07/making-linux-systems-that-dont-suck/#comments</comments>
		<pubDate>Tue, 07 Aug 2007 12:37:07 +0000</pubDate>
		<dc:creator>perry</dc:creator>
				<category><![CDATA[*nix]]></category>

		<guid isPermaLink="false">http://linuxblog.pansapiens.com/2007/08/07/making-linux-systems-that-dont-suck/</guid>
		<description><![CDATA[I&#8217;ve just discovered Roberto Alsina&#8217;s blog .. he has a bunch of extremely clear and insightful articles about Linux (and *nix generally).
I particularly like &#8220;Making Linux systems that don&#8217;t suck: Part II&#8221; (and Part I and Part 0), which puts a critical eye to cron and at, and surveys a few good alternatives (some backward [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just discovered <a href="http://lateral.netmanagers.com.ar/" target="_blank">Roberto Alsina&#8217;s blog</a> .. he has a bunch of extremely clear and insightful articles about Linux (and *nix generally).</p>
<p>I particularly like &#8220;<a href="http://lateral.netmanagers.com.ar/stories/BBS43.html" target="_blank">Making Linux systems that don&#8217;t suck: Part II</a>&#8221; (and <a href="http://lateral.netmanagers.com.ar/weblog/2007/07/21.html#BB604" target="_blank">Part I</a> and <a href="http://lateral.netmanagers.com.ar/stories/44.html" target="_blank">Part 0</a>), which puts a critical eye to <em>cron</em> and <em>at</em>, and surveys a few good alternatives (some backward compatible, and some not).<span id="more-6"></span></p>
<p>Sure, some Unix purists may balk at the idea of replacing these daemons+tools, but if you were going to make a Unix-ish OS from scratch and are happy to throw convention and tradition out the window in the interest of something better, there are a lot of good ideas in these three articles (Part I and Part 0 deal with logging and event notification). This article on <a href="http://lateral.netmanagers.com.ar/stories/45.html" target="_blank">rewriting the boot scripts in Arch Linux from <em>bash</em> to <em>Lua</em></a> is just damn cool .. I&#8217;ve always wanted to do this, but instead going from <em>bash</em> to <em>python</em> &#8230; Why ? Because.</p>
<p>I&#8217;ll look back at Robertos site (and <a href="http://www.libelektra.org/Main_Page" target="_blank">libelektra</a>) one day when I decide to pollute the Linuxsphere with yet-another-distro of my own <img src='http://linuxblog.pansapiens.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://linuxblog.pansapiens.com/2007/08/07/making-linux-systems-that-dont-suck/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
