<?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>TPOV &#187; Linux</title>
	<atom:link href="http://www.tino.nl/index.php/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tino.nl</link>
	<description>Tino&#039;s Point Of View - I intend to live forever. So far, so good.</description>
	<lastBuildDate>Sun, 15 Jan 2012 21:34:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Rebooting Linux when &#8216;reboot&#8217; won&#8217;t work.</title>
		<link>http://www.tino.nl/index.php/2011/08/16/rebooting-linux-when-reboot-wont-work/</link>
		<comments>http://www.tino.nl/index.php/2011/08/16/rebooting-linux-when-reboot-wont-work/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 18:14:39 +0000</pubDate>
		<dc:creator>tino</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[reboot]]></category>

		<guid isPermaLink="false">http://www.tino.nl/index.php/2011/08/16/rebooting-linux-when-reboot-wont-work/</guid>
		<description><![CDATA[Every now and then you might run into a problem that your Linux box just won’t reboot. …and you do not have console access. If so, try this; echo s &#62; /proc/sysrq-trigger echo b &#62; /proc/sysrq-trigger The first command sync’s the drives, the second bounces your box.]]></description>
		<wfw:commentRss>http://www.tino.nl/index.php/2011/08/16/rebooting-linux-when-reboot-wont-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bash and filenames with spaces.</title>
		<link>http://www.tino.nl/index.php/2008/06/24/bash-and-filenames-with-spaces/</link>
		<comments>http://www.tino.nl/index.php/2008/06/24/bash-and-filenames-with-spaces/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 20:09:57 +0000</pubDate>
		<dc:creator>tino</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Bash]]></category>

		<guid isPermaLink="false">http://www.tino.nl/?p=44</guid>
		<description><![CDATA[If you want to use Linux Bash scripts for doing file operations on files that have spaces in them, you will see that, by default, a &#8216;for&#8217; statement will break up the filename in however many parts there are in the name. E.g. &#8220;This is a file.txt&#8221; will become &#8220;This&#8221;, &#8220;is&#8221;, &#8220;a&#8221;, &#8220;file.txt&#8221;. To prevent [...]]]></description>
		<wfw:commentRss>http://www.tino.nl/index.php/2008/06/24/bash-and-filenames-with-spaces/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing spamassassin high load problems on Ensim.</title>
		<link>http://www.tino.nl/index.php/2008/05/16/fixing-spamassassin-high-load-problems-on-ensim/</link>
		<comments>http://www.tino.nl/index.php/2008/05/16/fixing-spamassassin-high-load-problems-on-ensim/#comments</comments>
		<pubDate>Fri, 16 May 2008 09:58:06 +0000</pubDate>
		<dc:creator>tino</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ensim]]></category>
		<category><![CDATA[Spamassassin]]></category>
		<category><![CDATA[spamd]]></category>

		<guid isPermaLink="false">http://www.tino.nl/?p=25</guid>
		<description><![CDATA[If you are running one or more Ensim (for Linux) servers,  every now and then you might experience high CPU loads caused by a spamd process. This could mean that the datafiles spamassassin uses for a specific user are getting to big, or that one of them is corrupt. This can easily be fixed. Check what file or [...]]]></description>
		<wfw:commentRss>http://www.tino.nl/index.php/2008/05/16/fixing-spamassassin-high-load-problems-on-ensim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ohoh&#8230; There goes my Apache webserver again&#8230;</title>
		<link>http://www.tino.nl/index.php/2008/03/14/ohoh-there-goes-my-apache-webserver-again/</link>
		<comments>http://www.tino.nl/index.php/2008/03/14/ohoh-there-goes-my-apache-webserver-again/#comments</comments>
		<pubDate>Fri, 14 Mar 2008 08:16:23 +0000</pubDate>
		<dc:creator>tino</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[redhat]]></category>
		<category><![CDATA[semaphores]]></category>

		<guid isPermaLink="false">http://www.tino.nl/index.php/2008/03/14/ohoh-there-goes-my-apache-webserver-again/</guid>
		<description><![CDATA[Every now and then, when you least expect it, your Linux machine will stop or crash. This morning the Apache webserver on one of my Linux ervers, running Red Hat Enterprise Linux 5 Server, gave way. Since my primary concern has always been with Windows, my first idea was to reboot the box. Like in Windows, [...]]]></description>
		<wfw:commentRss>http://www.tino.nl/index.php/2008/03/14/ohoh-there-goes-my-apache-webserver-again/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

