<?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>Burobjorn.nl &#124; digitaal vakmanschap // digital craftsmanship &#187; quick</title>
	<atom:link href="http://www.burobjorn.nl/blog/category/quick/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.burobjorn.nl</link>
	<description>Burobjorn houdt zich bezig met open source software en online media. Van advies tot concept. Van prototype tot implementatie.</description>
	<lastBuildDate>Thu, 05 Aug 2010 11:27:10 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Fix ssh &#8216;Too many authentication failures&#8217;</title>
		<link>http://www.burobjorn.nl/blog/2010/06/25/fix-ssh-too-many-authentication-failures/</link>
		<comments>http://www.burobjorn.nl/blog/2010/06/25/fix-ssh-too-many-authentication-failures/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 10:57:53 +0000</pubDate>
		<dc:creator>BjornW</dc:creator>
				<category><![CDATA[howto]]></category>
		<category><![CDATA[quick]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://www.burobjorn.nl/?p=745</guid>
		<description><![CDATA[If you&#8217;re like me, you might have a lot of ssh keys installed and this might prevent you from logging into servers with the following message as a result: 
&#8220;Too many authentication failures&#8221;. 
As far as I understood this happens due to SSH trying each key on the client for logging and failing due to [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re like me, you might have a lot of ssh keys installed and this might prevent you from logging into servers with the following message as a result: </p>
<p><em>&#8220;Too many authentication failures&#8221;. </em></p>
<p>As far as I understood this happens due to SSH trying each key on the client for logging and failing due to hitting the serverMaxAuthTries in the SSH server configuration. I use the following quick fix to work around this, by forcing SSH to use a password instead of a public key: </p>
<p><code>ssh -o PubkeyAuthentication=no username@hostname.com</code></p>
<p>I&#8217;m pretty sure there has to be a better, more durable solution for this issue, but the above fix allows you to at least gain access to your server again. Btw I use this on Linux (Ubuntu 10.04) with  OpenSSH_5.3p1 Debian-3ubuntu4. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.burobjorn.nl/blog/2010/06/25/fix-ssh-too-many-authentication-failures/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick howto using Virtualbox with webdevelopment</title>
		<link>http://www.burobjorn.nl/blog/2009/03/27/quick-howto-using-virtualbox-with-webdevelopment/</link>
		<comments>http://www.burobjorn.nl/blog/2009/03/27/quick-howto-using-virtualbox-with-webdevelopment/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 16:19:36 +0000</pubDate>
		<dc:creator>BjornW</dc:creator>
				<category><![CDATA[code]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[quick]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://www.burobjorn.nl/blog/?p=457</guid>
		<description><![CDATA[I use Virtualbox (version 1.5.6_OSE) on Ubuntu Hardy with Windows XP as one of the (guest) virtual machines. In order to access my webserver installed on the host (real physical system (Ubuntu Hardy) I need to use the ip-address 10.0.2.2 (I use NAT in Virtualbox&#8217;s network settings) from Windows XP (or any other guest operating [...]]]></description>
			<content:encoded><![CDATA[<p>I use Virtualbox (version 1.5.6_OSE) on Ubuntu Hardy with Windows XP as one of the (guest) virtual machines. In order to access my webserver installed on the host (real physical system (Ubuntu Hardy) I need to use the ip-address 10.0.2.2 (I use NAT in Virtualbox&#8217;s network settings) from Windows XP (or any other guest operating system) and edit the hosts (c:\windows\system32\drivers\etc\hosts) file with the Virtual Host names I use on the host. This allows me to access the Virtual Host based websites to be accessed from the Windows XP operating system.</p>
<p>An example hosts file on Windows XP:<br />
<code><br />
# make sure there's at least one space between the ip-address and the virtual host name<br />
127.0.0.1       localhost<br />
10.0.2.2        SOME_VIRTUAL_HOST_NAME<br />
</code>   </p>
<p>Replace SOME_VIRTUAL_HOST_NAME with a real Virtual Host name. In my case I use the extension .dev to indicate a local project in development, so it could be something like burobjorn.dev </p>
]]></content:encoded>
			<wfw:commentRss>http://www.burobjorn.nl/blog/2009/03/27/quick-howto-using-virtualbox-with-webdevelopment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Glitch art</title>
		<link>http://www.burobjorn.nl/blog/2009/03/20/glitch-art/</link>
		<comments>http://www.burobjorn.nl/blog/2009/03/20/glitch-art/#comments</comments>
		<pubDate>Thu, 19 Mar 2009 23:54:26 +0000</pubDate>
		<dc:creator>BjornW</dc:creator>
				<category><![CDATA[arty]]></category>
		<category><![CDATA[quick]]></category>

		<guid isPermaLink="false">http://www.burobjorn.nl/blog/?p=447</guid>
		<description><![CDATA[I don&#8217;t know why, but these pieces somehow captivate and intrigue me. I get a &#8216;Gotham City&#8216; feeling from it due to the stark contrast and the slightly angled &#8216;buildings&#8217;. 
Found via milov.nl
Ps: interesting starting point about Glitch Art
]]></description>
			<content:encoded><![CDATA[<div id="attachment_448" class="wp-caption alignnone" style="width: 235px"><a href="http://www.beflix.com/works/photograms_show.php?bx509"><img class="size-medium wp-image-448" title="beflix-com-bx509" src="http://www.burobjorn.nl/blog/wp-content/uploads/2009/03/beflix-com-bx509-225x300.jpg" alt="bx509" width="225" height="300" /></a><p class="wp-caption-text">bx509</p></div>
<p>I don&#8217;t know why, but <a href="http://www.beflix.com/works/photograms.php">these pieces</a> somehow captivate and intrigue me. I get a &#8216;<a href="http://en.wikipedia.org/wiki/Gotham_City">Gotham City</a>&#8216; feeling from it due to the stark contrast and the slightly angled &#8216;buildings&#8217;. </p>
<p>Found via <a href="http://milov.nl">milov.nl</a></p>
<p>Ps: interesting <a href="http://virose.pt/vector/x_06/moradi.html">starting point about Glitch Art</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.burobjorn.nl/blog/2009/03/20/glitch-art/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bizar&#8230;LinuxWorld roept op tot gebruik Outlook!?</title>
		<link>http://www.burobjorn.nl/blog/2008/10/06/bizarlinuxworld-roept-op-tot-gebruik-outlook/</link>
		<comments>http://www.burobjorn.nl/blog/2008/10/06/bizarlinuxworld-roept-op-tot-gebruik-outlook/#comments</comments>
		<pubDate>Mon, 06 Oct 2008 21:51:45 +0000</pubDate>
		<dc:creator>BjornW</dc:creator>
				<category><![CDATA[open-source]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[quick]]></category>
		<category><![CDATA[rants]]></category>

		<guid isPermaLink="false">http://www.burobjorn.nl/blog/?p=394</guid>
		<description><![CDATA[
Hoe serieus kun je een conferentie met de naam LinuxWorld nemen als in de uitnodiging de tip staat:
Wilt u de beurs niet missen? Blok de beursdata alvast in uw Outlook agenda.
Ik schreef al eens eerder niet zo positief over LinuxWorld. Zonde dat een evenement met deze naam mijns inziens meer fout dan goed doet.
]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://www.burobjorn.nl/blog/wp-content/uploads/2008/10/screenshot-uw-uitnodiging-voor-linuxworld-2008-smaller.png"><img class="size-full wp-image-395 aligncenter" title="screenshot-uw-uitnodiging-voor-linuxworld-2008-smaller" src="http://www.burobjorn.nl/blog/wp-content/uploads/2008/10/screenshot-uw-uitnodiging-voor-linuxworld-2008-smaller.png" alt="Linuxworld uitnodiging roept op om beursdata op te slaan in Outlook agenda" width="500" height="688" /></a></p>
<p>Hoe serieus kun je een conferentie met de naam LinuxWorld nemen als in de uitnodiging de tip staat:</p>
<blockquote><p>Wilt u de beurs niet missen? Blok de beursdata alvast in uw <strong>Outlook</strong> agenda.</p></blockquote>
<p>Ik <a href="http://www.burobjorn.nl/blog/?p=146">schreef al eens eerder niet zo positief over LinuxWorld</a>. Zonde dat een evenement met deze naam mijns inziens meer fout dan goed doet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.burobjorn.nl/blog/2008/10/06/bizarlinuxworld-roept-op-tot-gebruik-outlook/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Radio WFMU</title>
		<link>http://www.burobjorn.nl/blog/2008/05/21/radio-wfmu/</link>
		<comments>http://www.burobjorn.nl/blog/2008/05/21/radio-wfmu/#comments</comments>
		<pubDate>Wed, 21 May 2008 10:54:15 +0000</pubDate>
		<dc:creator>BjornW</dc:creator>
				<category><![CDATA[musica]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[quick]]></category>

		<guid isPermaLink="false">http://www.burobjorn.nl/blog/?p=332</guid>
		<description><![CDATA[I&#8217;d like to recommend WFMU-FM. I stumbled across them after 3Voor12  was down again and I was looking for some online music. Well, if you like your music to be anything but mainstream then you may enjoy WFMU-FM as well.
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;d like to recommend <a href="http://www.wfmu.org/">WFMU-FM</a>. I stumbled across them after <a href="http://www.3voor12.nl">3Voor12</a>  was down again and I was looking for some online music. Well, if you like your music to be anything but mainstream then you may enjoy WFMU-FM as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.burobjorn.nl/blog/2008/05/21/radio-wfmu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nog geen vegetariÃ«r?</title>
		<link>http://www.burobjorn.nl/blog/2008/02/19/nog-geen-vegetarier/</link>
		<comments>http://www.burobjorn.nl/blog/2008/02/19/nog-geen-vegetarier/#comments</comments>
		<pubDate>Mon, 18 Feb 2008 23:44:50 +0000</pubDate>
		<dc:creator>BjornW</dc:creator>
				<category><![CDATA[personal]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[quick]]></category>

		<guid isPermaLink="false">http://www.burobjorn.nl/blog/?p=315</guid>
		<description><![CDATA[ De VWA schrijft dat zij het toezicht op veetransporten, slachterijen en vleesverwerkers dit jaar tot een minimum zal terugbrengen.De autoriteit kan ook niet voldoende toezicht houden op toevoegingen aan vlees. Bovendien wordt 25 procent van de geregistreerde bedrijven niet meer ten minste Ã©Ã©n keer per jaar gecontroleerd, zoals wettelijk verplicht is.
bron: nu.nl

Herbivoor, carnivoor of [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p> De VWA schrijft dat zij het toezicht op veetransporten, slachterijen en vleesverwerkers dit jaar tot een minimum zal terugbrengen.De autoriteit kan ook niet voldoende toezicht houden op toevoegingen aan vlees. Bovendien wordt 25 procent van de geregistreerde bedrijven niet meer ten minste Ã©Ã©n keer per jaar gecontroleerd, zoals wettelijk verplicht is.<br />
bron: <a href="http://www.nu.nl/news/1441290/37/%27Consumenten_eten_mogelijk_vlees_zieke_dieren%27.html">nu.nl<br />
</a></p></blockquote>
<p>Herbivoor, carnivoor of omnivoor goed eten is belangrijk en de controle op ons voedsel is van levensbelang. Als bovenstaande correct is, vraag ik me af hoe dit wordt verantwoord. Wellicht een goed moment om voor de zekerheid vegetariÃ«r te worden. Tenminste totdat bekend wordt dat er ook te weinig geld is om toe te zien op de verbouwing van groente en fruit. Bizar.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.burobjorn.nl/blog/2008/02/19/nog-geen-vegetarier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook is bad&#8230;?</title>
		<link>http://www.burobjorn.nl/blog/2008/01/14/facebook-is-bad/</link>
		<comments>http://www.burobjorn.nl/blog/2008/01/14/facebook-is-bad/#comments</comments>
		<pubDate>Mon, 14 Jan 2008 18:39:06 +0000</pubDate>
		<dc:creator>BjornW</dc:creator>
				<category><![CDATA[culture]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[quick]]></category>
		<category><![CDATA[rights-issues]]></category>

		<guid isPermaLink="false">http://www.burobjorn.nl/blog/?p=307</guid>
		<description><![CDATA[
photo: avlxyz on Flickr licensed under CC-BY-SA
&#8220;I despise Facebook. This enormously successful American business describes itself as &#8220;a social utility that connects you with the people around you&#8221;. But hang on. Why on God&#8217;s earth would I need a computer to connect with the people around me? Why should my relationships be mediated through the [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm3.static.flickr.com/2165/2077892948_656f5f96a9.jpg" alt="No facebook by" /></p>
<h5>photo: <a href="http://www.flickr.com/photos/avlxyz/">avlxyz on Flickr</a> licensed under <a href="http://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a></h5>
<blockquote><p>&#8220;I despise Facebook. This enormously successful American business describes itself as &#8220;a social utility that connects you with the people around you&#8221;. But hang on. Why on God&#8217;s earth would I need a computer to connect with the people around me? Why should my relationships be mediated through the imagination of a bunch of supergeeks in California? What was wrong with the pub?&#8221;</p></blockquote>
<p>Read the <a href="http://www.guardian.co.uk/technology/2008/jan/14/facebook?">full article</a>  by <a href="http://www.guardian.co.uk/profile/tomhodgkinson" title="&amp;lid={articleBody}{Tom Hodgkinson}&amp;lpos={articleBody}{1}" name="&amp;lid={articleBody}{Tom Hodgkinson}&amp;lpos={articleBody}{1}">Tom Hodgkinson</a> at <a href="http://www.guardian.co.uk">The Guardian</a>, but as an exercise fill in any social network you know of instead of Facebook&#8230;..</p>
]]></content:encoded>
			<wfw:commentRss>http://www.burobjorn.nl/blog/2008/01/14/facebook-is-bad/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Found&#8230;in dutch</title>
		<link>http://www.burobjorn.nl/blog/2007/10/31/foundin-dutch/</link>
		<comments>http://www.burobjorn.nl/blog/2007/10/31/foundin-dutch/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 13:17:54 +0000</pubDate>
		<dc:creator>BjornW</dc:creator>
				<category><![CDATA[arty]]></category>
		<category><![CDATA[geek]]></category>
		<category><![CDATA[quick]]></category>
		<category><![CDATA[quote]]></category>

		<guid isPermaLink="false">http://www.burobjorn.nl/blog/?p=275</guid>
		<description><![CDATA[&#8220;Dus: HÃ© Twitter, Flickr op met je posts en je spam, blijf met je bijde benen op Google-earth en don&#8217;t believe die Hyves. Ik Digg die lelijke Facebook van je niet.&#8221;
source
]]></description>
			<content:encoded><![CDATA[<blockquote><p>&#8220;Dus: HÃ© Twitter, Flickr op met je posts en je spam, blijf met je bijde benen op Google-earth en don&#8217;t believe die Hyves. Ik Digg die lelijke Facebook van je niet.&#8221;</p></blockquote>
<p><a href="http://www.wormweb.nl/nieuws.php?request=nieuws&amp;id=179&amp;item=heetvandenaald">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.burobjorn.nl/blog/2007/10/31/foundin-dutch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Found this&#8230;</title>
		<link>http://www.burobjorn.nl/blog/2007/10/17/found-this/</link>
		<comments>http://www.burobjorn.nl/blog/2007/10/17/found-this/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 15:38:29 +0000</pubDate>
		<dc:creator>BjornW</dc:creator>
				<category><![CDATA[geek]]></category>
		<category><![CDATA[politics]]></category>
		<category><![CDATA[quick]]></category>
		<category><![CDATA[quote]]></category>

		<guid isPermaLink="false">http://www.burobjorn.nl/blog/?p=272</guid>
		<description><![CDATA[&#8216;We do not promote satanism, belief in magic, drug use, violence, sexual deviation, body piercing, cynical attitudes towards the government, freedom of expression, or any other action or belief not condoned by the authorities.&#8217;
source
]]></description>
			<content:encoded><![CDATA[<blockquote><p>&#8216;<strong>We do not promote satanism, belief in magic, drug use, violence, sexual deviation, body piercing, cynical attitudes towards the government, freedom of expression, or any other action or belief not condoned by the authorities.&#8217;</strong></p></blockquote>
<p><a href="http://www.stubnitz.com/0/links/disclaimer.html">source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.burobjorn.nl/blog/2007/10/17/found-this/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Still here&#8230;some observations, remarks and updates</title>
		<link>http://www.burobjorn.nl/blog/2007/10/17/still-heresome-observations-remarks-and-updates/</link>
		<comments>http://www.burobjorn.nl/blog/2007/10/17/still-heresome-observations-remarks-and-updates/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 00:11:49 +0000</pubDate>
		<dc:creator>BjornW</dc:creator>
				<category><![CDATA[quick]]></category>
		<category><![CDATA[simuze]]></category>
		<category><![CDATA[symfony]]></category>

		<guid isPermaLink="false">http://www.burobjorn.nl/blog/?p=271</guid>
		<description><![CDATA[Mark Pilgrim  exactly says what I have been thinking about the whole iPhone hype. The only thing he missed is that touchscreens suck in giving back tactile feedback and therefore I personally dislike touchscreens for interfaces. Although this issue might be solved in the future.
In the meantime I bought myself a Nokia E61i , [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://diveintomark.org/archives/2007/10/04/if-wishes-were-iphones">Mark Pilgrim</a>  exactly says what I have been thinking about the whole iPhone hype. The only thing he missed is that touchscreens suck in giving back tactile feedback and therefore I personally dislike touchscreens for interfaces. Although this issue might be solved in the <a href="http://www.37signals.com/svn/posts/188-iphone-not-touchy-feely">future</a>.</p>
<p>In the meantime I bought myself a <a href="http://europe.nokia.com/search4/index.jsp?wsid=8&amp;charset=ISO-8859-1&amp;qt=Nokia+E61i&amp;GO.x=0&amp;GO.y=0&amp;GO=GO">Nokia E61i</a> , because my old Sony Ericsson was giving my way too much hassle with connections and low battery-life. Until now I&#8217;ve been quite happy with the E61i and I&#8217;m anxious to play with some <a href="http://sourceforge.net/project/showfiles.php?group_id=154155">Python programming</a>  for it. That has to wait though, as I&#8217;m in the midst of working on some new <a href="http://mu.wordpress.com">Wordpress Mu</a>  plugins for clients and developing a new version of Simuze based on the <a href="http://www.symfony-project.com/">Symfony</a>  framework, which at the moment costs me more time than anticipated. On a sidenote: the plugins and software I have been developing the last months also needs to get a space on this website and so I&#8217;m also working on setting up a new site. Slowly I will get a decent site. Hopefully before the end of this century <img src='http://www.burobjorn.nl/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>It&#8217;s not all work and no play.</p>
<p>I&#8217;ve started with a new martial art or to be precise five different martial arts. These are all grouped under one vision, so the different arts are more like Lego blocks and build upon each other. The name of it is <a href="http://www.takedaryu.com">Takeda Ryu</a> and I really like it.</p>
<p>I bought a <a href="http://www.neurostechnology.com/neuros-osd">Neuros OSD</a> . The process of getting the device was pretty annoying, because of the box-pusher <a href="http://www.expansys.nl/" title="Expansys sucks. Don't buy their stuff!">Expansys</a>. I will blog about the whole experience later on, but to make a long story short: DO NOT buy anything at <a href="http://www.expansys.nl/" title="Expansys sucks. Don't buy their stuff!">Expansys</a> . They couldn&#8217;t care less about you. Their support team seems to consist of robots more annoying than that <a href="http://en.wikipedia.org/wiki/Marvin_the_Paranoid_Android">depressing one</a>  in <a href="http://en.wikipedia.org/wiki/The_Hitchhiker's_Guide_to_the_Galaxy">Hitchhikers Guide to the Galaxy</a>  and more bureacratic hive-minded than the <a href="http://en.wikipedia.org/wiki/Borg_%28Star_Trek%29">Borg</a> . Luckily, thanks to the very kind support of the <a href="http://www.neurostechnology.com/">Neuros OSD Technology</a> people I now have a working unit, which I plan to use so I can learn a bit of <a href="http://www.lua.org/">Lua</a>  with it.</p>
<p>The next three months I will also participate in a workshop organised by <a href="http://stifosandberg.stimuleringsfonds.nl/">Stifo@Sandberg</a>, which will kickoff with an <a href="http://www.all-media.info/page.php?id=99">interesting conference on 2th of november</a>  with some rather interesting speakers. As far as I know the conference is free to attend, but you will have to reserve in order to get in.</p>
<p>Now back to work&#8230;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.burobjorn.nl/blog/2007/10/17/still-heresome-observations-remarks-and-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
