<?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>Blog Amain &#187; Uncategorized</title>
	<atom:link href="http://blog.zoomeren.nl/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.zoomeren.nl</link>
	<description>Open Source / Linux</description>
	<lastBuildDate>Mon, 01 Aug 2011 20:59:08 +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>Flash video replacer Linux</title>
		<link>http://blog.zoomeren.nl/2011/08/01/flash-video-replacer-linux/</link>
		<comments>http://blog.zoomeren.nl/2011/08/01/flash-video-replacer-linux/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 20:59:08 +0000</pubDate>
		<dc:creator>Amain</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.zoomeren.nl/?p=227</guid>
		<description><![CDATA[http://www.webgapps.org/add-ons/flashvideoreplacer &#160; &#160;]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.webgapps.org/add-ons/flashvideoreplacer">http://www.webgapps.org/add-ons/flashvideoreplacer</a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zoomeren.nl/2011/08/01/flash-video-replacer-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>XBMC eats 100% CPU ( one core )</title>
		<link>http://blog.zoomeren.nl/2011/07/12/xbmc-eats-100-cpu-one-core/</link>
		<comments>http://blog.zoomeren.nl/2011/07/12/xbmc-eats-100-cpu-one-core/#comments</comments>
		<pubDate>Tue, 12 Jul 2011 19:28:19 +0000</pubDate>
		<dc:creator>Amain</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.zoomeren.nl/?p=174</guid>
		<description><![CDATA[Fix: http://www.interphero.com/?p=72 ﻿﻿Settings-&#62;Screen-&#62;Screen and change “Vertical Blank Sync” to “Always Enabled”.]]></description>
			<content:encoded><![CDATA[<p>Fix: <a href="http://www.interphero.com/?p=72">http://www.interphero.com/?p=72</a></p>
<p>﻿﻿Settings-&gt;Screen-&gt;Screen and change “Vertical Blank Sync” to “Always Enabled”.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zoomeren.nl/2011/07/12/xbmc-eats-100-cpu-one-core/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling SCP on Synology NAS</title>
		<link>http://blog.zoomeren.nl/2010/09/25/enabling-scp-on-synology-nas/</link>
		<comments>http://blog.zoomeren.nl/2010/09/25/enabling-scp-on-synology-nas/#comments</comments>
		<pubDate>Sat, 25 Sep 2010 17:53:46 +0000</pubDate>
		<dc:creator>Amain</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.zoomeren.nl/?p=167</guid>
		<description><![CDATA[ln -s /opt/bin/scp /usr/bin/scp not sure: ln -s /opt/bin/scponly /usr/bin/scponly]]></description>
			<content:encoded><![CDATA[<ul>
<li>ln -s /opt/bin/scp /usr/bin/scp</li>
<li>not sure: ln -s /opt/bin/scponly /usr/bin/scponly</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.zoomeren.nl/2010/09/25/enabling-scp-on-synology-nas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up SVN over SSH on Synology NAS</title>
		<link>http://blog.zoomeren.nl/2010/09/25/setting-up-synology-diskman-as-svn-server-over-ssh/</link>
		<comments>http://blog.zoomeren.nl/2010/09/25/setting-up-synology-diskman-as-svn-server-over-ssh/#comments</comments>
		<pubDate>Sat, 25 Sep 2010 16:42:24 +0000</pubDate>
		<dc:creator>Amain</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.zoomeren.nl/?p=164</guid>
		<description><![CDATA[Create a new user from the interface Change /etc/passwd: &#60;USERNAME&#62;:x:&#60;UID&#62;:&#60;GID&#62;:Subversion:/volume1/homes/&#60;USERNAME&#62;:/opt/bin/bash Add PermitUserEnvironment yes to /etc/ssh/sshd_config ln -s /opt/bin/svnserve /usr/bin/svnserve Restart SSHD from interface by disabling it and then enabling it again http://forum.synology.com/wiki/index.php/Step-by-step_guide_to_installing_Subversion]]></description>
			<content:encoded><![CDATA[<ul>
<li>Create a new user from the interface</li>
<li>Change /etc/passwd: &lt;USERNAME&gt;:x:&lt;UID&gt;:&lt;GID&gt;:Subversion:/volume1/homes/&lt;USERNAME&gt;:/opt/bin/bash</li>
<li>Add <code>PermitUserEnvironment yes to /etc/ssh/sshd_config</code></li>
<li>ln -s /opt/bin/svnserve /usr/bin/svnserve</li>
<li>Restart SSHD from interface by disabling it and then enabling it again</li>
</ul>
<p>http://forum.synology.com/wiki/index.php/Step-by-step_guide_to_installing_Subversion</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zoomeren.nl/2010/09/25/setting-up-synology-diskman-as-svn-server-over-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Auto loading of images for incoming mail for entire domains in Thunderbird</title>
		<link>http://blog.zoomeren.nl/2010/04/28/auto-loading-of-images-for-incoming-mail-for-entire-domains-in-thunderbird/</link>
		<comments>http://blog.zoomeren.nl/2010/04/28/auto-loading-of-images-for-incoming-mail-for-entire-domains-in-thunderbird/#comments</comments>
		<pubDate>Wed, 28 Apr 2010 13:51:32 +0000</pubDate>
		<dc:creator>Amain</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.zoomeren.nl/2010/04/28/auto-loading-of-images-for-incoming-mail-for-entire-domains-in-thunderbird/</guid>
		<description><![CDATA[Thunderbird 2 by default does not allow any auto loading of images so it seems, only from people in your addressbook. There is no global override. Use the following instructions to allow auto loading of images for entire domains. Comes in handy when working in<span class="readmore-post"><a href="http://blog.zoomeren.nl/2010/04/28/auto-loading-of-images-for-incoming-mail-for-entire-domains-in-thunderbird/">Continue reading</a></span>]]></description>
			<content:encoded><![CDATA[<p>Thunderbird 2 by default does not allow any auto loading of images so it seems, only from people in your addressbook. There is no global override. Use the following instructions to allow auto loading of images for entire domains. Comes in handy when working in a large company:</p>
<p>   1. Options -> Advanced -> Config Editor<br />
   2. mail.trusteddomains = *.oracle.com</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.zoomeren.nl/2010/04/28/auto-loading-of-images-for-incoming-mail-for-entire-domains-in-thunderbird/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thunderbird 3.0 ubuntu AMD64 with dutch spell checking and lightning</title>
		<link>http://blog.zoomeren.nl/2009/12/26/thunderbird-3-0-ubuntu-amd64-with-dutch-spell-checking-and-ligtening/</link>
		<comments>http://blog.zoomeren.nl/2009/12/26/thunderbird-3-0-ubuntu-amd64-with-dutch-spell-checking-and-ligtening/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 13:10:26 +0000</pubDate>
		<dc:creator>Amain</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.zoomeren.nl/?p=128</guid>
		<description><![CDATA[Lucid: http://www.secudb.de/~seuffert/mozilla/ Karmic: https://launchpad.net/~ubuntu-mozilla-daily/+archive/ppa/+packages ( Will install also firefox 3.5 daily build by default!! ) http://blog.thomas-lauria.de/archives/9-Mozilla-Lightning-1.0b1-for-Thunderbird-3-on-linux-amd64.html Download Dutch 32 bit tar version from http://download.mozilla.org/?product=thunderbird-3.0&#38;os=linux&#38;lang=nl Extract tar cp thunderbird-3.0/dictionaries/nl.* /usr/lib/thunderbird-3.0*/dictionaries/ Update: https://help.ubuntu.com/community/ThunderbirdLightning http://themikecam.com/blog/2009/10/05/64-bit-lightning-builds-for-linux/ http://www.secudb.de/~seuffert/mozilla/2010-01-12%20-%20lightning%201.0pre%20x86_64%20linux%20english/]]></description>
			<content:encoded><![CDATA[<p>Lucid: http://www.secudb.de/~seuffert/mozilla/</p>
<p>Karmic:</p>
<ul>
<li><a href="https://launchpad.net/~ubuntu-mozilla-daily/+archive/ppa/+packages">https://launchpad.net/~ubuntu-mozilla-daily/+archive/ppa/+packages</a> ( Will install also firefox 3.5 daily build by default!! )</li>
<li><a href="http://blog.thomas-lauria.de/archives/9-Mozilla-Lightning-1.0b1-for-Thunderbird-3-on-linux-amd64.html">http://blog.thomas-lauria.de/archives/9-Mozilla-Lightning-1.0b1-for-Thunderbird-3-on-linux-amd64.html</a></li>
<li>Download Dutch 32 bit tar version from <a href="http://download.mozilla.org/?product=thunderbird-3.0&amp;os=linux&amp;lang=nl">http://download.mozilla.org/?product=thunderbird-3.0&amp;os=linux&amp;lang=nl</a>
<ul>
<li>Extract tar</li>
<li>cp thunderbird-3.0/dictionaries/nl.* /usr/lib/thunderbird-3.0*/dictionaries/</li>
</ul>
</li>
</ul>
<p>Update:</p>
<ul>
<li><a href="https://help.ubuntu.com/community/ThunderbirdLightning">https://help.ubuntu.com/community/ThunderbirdLightning</a></li>
<li><a href="http://themikecam.com/blog/2009/10/05/64-bit-lightning-builds-for-linux/">http://themikecam.com/blog/2009/10/05/64-bit-lightning-builds-for-linux/</a>
<ul>
<li><a href="http://www.secudb.de/~seuffert/mozilla/2010-01-12%20-%20lightning%201.0pre%20x86_64%20linux%20english/">http://www.secudb.de/~seuffert/mozilla/2010-01-12%20-%20lightning%201.0pre%20x86_64%20linux%20english/</a></li>
</ul>
</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.zoomeren.nl/2009/12/26/thunderbird-3-0-ubuntu-amd64-with-dutch-spell-checking-and-ligtening/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

