<?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
<channel>
	<title>Blog Amain</title>
	<link>http://blog.zoomeren.nl</link>
	<description>Open Source / Linux</description>
	<lastBuildDate>Mon, 01 Aug 2011 20:59:08 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	<!-- generator="WordPress/3.2.1" -->

	<item>
		<title>Flash video replacer Linux</title>
		<description><![CDATA[http://www.webgapps.org/add-ons/flashvideoreplacer &#160; &#160;]]></description>
		<link>http://blog.zoomeren.nl/2011/08/01/flash-video-replacer-linux/</link>
			</item>
	<item>
		<title>Quality recording and editing of audio and video in Linux</title>
		<description><![CDATA[A simple goal: Record myself playing the piano with nice audio and video quality, do some video/audio editing and upload it to YouTube to share with my friends&#8230;.using Linux! Especially the audio quality needed to be good. And it should not be to expensive. This turned<span class="readmore-post"><a href="http://blog.zoomeren.nl/2011/07/30/synchronized-recording-of-audio-and-video-using-ffmpeg/">Continue reading</a></span>]]></description>
		<link>http://blog.zoomeren.nl/2011/07/30/synchronized-recording-of-audio-and-video-using-ffmpeg/</link>
			</item>
	<item>
		<title>XBMC eats 100% CPU ( one core )</title>
		<description><![CDATA[Fix: http://www.interphero.com/?p=72 ﻿﻿Settings-&#62;Screen-&#62;Screen and change “Vertical Blank Sync” to “Always Enabled”.]]></description>
		<link>http://blog.zoomeren.nl/2011/07/12/xbmc-eats-100-cpu-one-core/</link>
			</item>
	<item>
		<title>Enabling SCP on Synology NAS</title>
		<description><![CDATA[ln -s /opt/bin/scp /usr/bin/scp not sure: ln -s /opt/bin/scponly /usr/bin/scponly]]></description>
		<link>http://blog.zoomeren.nl/2010/09/25/enabling-scp-on-synology-nas/</link>
			</item>
	<item>
		<title>Setting up SVN over SSH on Synology NAS</title>
		<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>
		<link>http://blog.zoomeren.nl/2010/09/25/setting-up-synology-diskman-as-svn-server-over-ssh/</link>
			</item>
	<item>
		<title>Auto loading of images for incoming mail for entire domains in Thunderbird</title>
		<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>
		<link>http://blog.zoomeren.nl/2010/04/28/auto-loading-of-images-for-incoming-mail-for-entire-domains-in-thunderbird/</link>
			</item>
	<item>
		<title>Partitions on a loop device ( /dev/loop0p0, /dev/loop0p1, &#8230; )</title>
		<description><![CDATA[Add the following kernel boot option to the kernel line in grub&#8217;s menu.lst and reboot ( I&#8217;m not sure which one does the trick ): loop.max_part=63 max_part=63 Create a sparse disk image file ( 40 GB reserved, 0 bytes on disk ) dd if=/dev/zero of=fs.image<span class="readmore-post"><a href="http://blog.zoomeren.nl/2010/04/21/partitions-on-a-loop-device-devloop0p0-devloop0p1/">Continue reading</a></span>]]></description>
		<link>http://blog.zoomeren.nl/2010/04/21/partitions-on-a-loop-device-devloop0p0-devloop0p1/</link>
			</item>
	<item>
		<title>Sync music with iPhone 3G and ubuntu</title>
		<description><![CDATA[http://fatbuttlarry.blogspot.com/2010/01/ipod-touch-iphone-3g-ubuntu-910-in-5.html]]></description>
		<link>http://blog.zoomeren.nl/2010/04/17/sync-music-with-iphone-3g-and-ubuntu/</link>
			</item>
	<item>
		<title>USB tethering in Ubuntu Karmic with iPhone firmware 3.1.2</title>
		<description><![CDATA[Install BlueMon bluetooth manager ( replaces gnome-bluetooth ) and install ipheth from a PPA using the following instructions: http://www.ubuntugeek.com/iphone-tethering-on-ubuntu-9-10-karmic.html Make Ethernet-Tethering again available on the iPhone using a patch from Cydia: http://www.iphoneclub.nl/forum/f59/iphone-help/f60/wiki-handleidingen/46330-tethering-6-stappen-op-firmware-3-1-2-via-cydia-jailbreak.ht Maybe you need to do this too: Optional/needed: remove PDANet and like applications<span class="readmore-post"><a href="http://blog.zoomeren.nl/2010/03/18/usb-tethering-in-ubuntu-karmic-with-iphone-firmware-3-1-2/">Continue reading</a></span>]]></description>
		<link>http://blog.zoomeren.nl/2010/03/18/usb-tethering-in-ubuntu-karmic-with-iphone-firmware-3-1-2/</link>
			</item>
	<item>
		<title>Auto enable a gnome-panel for each connected monitor</title>
		<description><![CDATA[In Gnome it is possible to have a gnome-panel for each monitor. This is very useful. One can create a new gnome-panel by pressing right-click on a existing gnome-panel ( make sure that when the entire gnome-panel space is filled with applets and programs you<span class="readmore-post"><a href="http://blog.zoomeren.nl/2010/03/05/a-gnome-panel-for-each-connected-monitor/">Continue reading</a></span>]]></description>
		<link>http://blog.zoomeren.nl/2010/03/05/a-gnome-panel-for-each-connected-monitor/</link>
			</item>
</channel>
</rss>

