<?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>humandoing software &#187; linux</title>
	<atom:link href="http://blog.humandoing.net/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.humandoing.net</link>
	<description>better software for everyone</description>
	<lastBuildDate>Fri, 06 Jan 2012 16:17:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Startup Items on Ubuntu</title>
		<link>http://blog.humandoing.net/2010/06/28/startup-items-on-ubuntu/</link>
		<comments>http://blog.humandoing.net/2010/06/28/startup-items-on-ubuntu/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 16:58:30 +0000</pubDate>
		<dc:creator>Daniel Wintschel</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.humandoing.net/?p=281</guid>
		<description><![CDATA[If you&#8217;ve ever wanted to get a script to run on boot (or have a daemon like cijoe or ar_sendmail start up, for example), you&#8217;ll need to put an appropriate script in the /etc/init.d directory. You&#8217;ll also need to ensure it is executable (chmod +x). After that, though, you need to create appropriate symlinked versions [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve ever wanted to get a script to run on boot (or have a daemon like cijoe or ar_sendmail start up, for example), you&#8217;ll need to put an appropriate script in the /etc/init.d directory. You&#8217;ll also need to ensure it is executable (chmod +x).</p>
<p>After that, though, you need to create appropriate symlinked versions in the run-level directories (those are the directories like /etc/rc0.d, /etc/rc1.d, etc.). The way to go about doing this is (in the most basic and default fashion):</p>
<pre language="bash">update-rc.d &lt;SCRIPT_NAME_FROM_INIT.D&gt; defaults</pre>
<p>E.g.</p>
<pre language="bash">update-rc.d cijoed defaults</pre>
<p>Your script should now run on boot.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.humandoing.net/2010/06/28/startup-items-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Run logrotate verbosely</title>
		<link>http://blog.humandoing.net/2009/10/21/run-logrotate-verbosely/</link>
		<comments>http://blog.humandoing.net/2009/10/21/run-logrotate-verbosely/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 15:43:41 +0000</pubDate>
		<dc:creator>Daniel Wintschel</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[pain]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://blog.humandoing.net/?p=230</guid>
		<description><![CDATA[Debugging problems with logrotate (as in, logs not rotating) &#8211; this was plenty helpful: logrotate -d -f /etc/logrotate.conf]]></description>
			<content:encoded><![CDATA[<p>Debugging problems with logrotate (as in, logs not rotating) &#8211; this was plenty helpful:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">logrotate <span style="color: #660033;">-d</span> <span style="color: #660033;">-f</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>logrotate.conf</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.humandoing.net/2009/10/21/run-logrotate-verbosely/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

