<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
>

<channel>
	<title>arthur.wiebe</title>
	<atom:link href="http://blog.artooro.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.artooro.com</link>
	<description>Let integrity and uprightness preserve me; for I wait on thee. - Psalms 25:21</description>
	<lastBuildDate>Fri, 19 Feb 2010 17:33:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<!-- podcast_generator="Blubrry PowerPress/1.0.5" mode="advanced" entry="simple" -->
	<itunes:summary>An exciting short podcast which touches on some interesting facts, truths, and who knows what all else is in store for those who choose to listen!</itunes:summary>
	<itunes:author>arthur.wiebe</itunes:author>
	<itunes:explicit>clean</itunes:explicit>
	<itunes:image href="http://blog.artooro.com/wp-content/uploads/custom/Did_You_Know.png" />
	<itunes:owner>
		<itunes:name>arthur.wiebe</itunes:name>
		<itunes:email>arthur@artooro.com</itunes:email>
	</itunes:owner>
	<managingEditor>arthur@artooro.com (arthur.wiebe)</managingEditor>
	<copyright>Copyright 2010 Arthur Wiebe</copyright>
	<itunes:subtitle>The Podcast that Tells You the Truth</itunes:subtitle>
	<itunes:keywords>knowledge, truth, facts</itunes:keywords>
	<image>
		<title>arthur.wiebe</title>
		<url>http://blog.artooro.com/wp-content/uploads/custom/Did_You_Know-x256.png</url>
		<link>http://blog.artooro.com</link>
	</image>
	<itunes:category text="Education" />
	<itunes:category text="Religion &amp; Spirituality" />
		<item>
		<title>SSH Server And &#8220;Permission denied (publickey).&#8221;</title>
		<link>http://blog.artooro.com/2010/02/19/ssh-server-and-permission-denied-publickey/</link>
		<comments>http://blog.artooro.com/2010/02/19/ssh-server-and-permission-denied-publickey/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 17:32:09 +0000</pubDate>
		<dc:creator>Arthur</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[public key]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://blog.artooro.com/?p=601</guid>
		<description><![CDATA[This drove me up a wall, yet it&#8217;s so simple, and so easy to overlook.
If you ever setup a server with SSH public key authentication, and you get the following error:
Permission denied (publickey).
Make sure you do the following:

Make sure the permissions of the .ssh folder are 0700
Make sure the permissions of the authorized_keys file are [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.artooro.com/wp-content/uploads/2010/02/Screen-shot-2010-02-19-at-12.24.47-PM.png"><img class="size-medium wp-image-605 alignleft" title="Screen shot 2010-02-19 at 12.24.47 PM" src="http://blog.artooro.com/wp-content/uploads/2010/02/Screen-shot-2010-02-19-at-12.24.47-PM-300x127.png" alt="" width="300" height="127" /></a>This drove me up a wall, yet it&#8217;s so simple, and so easy to overlook.</p>
<p>If you ever setup a server with SSH public key authentication, and you get the following error:</p>
<blockquote><p>Permission denied (publickey).</p></blockquote>
<p>Make sure you do the following:</p>
<ul>
<li>Make sure the permissions of the .ssh folder are 0700</li>
<li>Make sure the permissions of the authorized_keys file are 0600</li>
<li>Make sure the user owns the .ssh folder and contents (normally that&#8217;s the case but just to make sure)</li>
</ul>
<p>For example from the home folder of the user you are trying to setup, use these commands:</p>
<pre>sudo chown -R username:username /home/username/.ssh
sudo chmod 0700 /home/username/.ssh
sudo chmod 0600 /home/username/.ssh/authorized_keys</pre>
<p>Especially if you&#8217;re on Amazon EC2 which uses public key authentication by default, this is very important when setting up new users. And with modern Linux distros like Ubuntu this is very easy.</p>
<p>Happy secure terminalling!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.artooro.com/2010/02/19/ssh-server-and-permission-denied-publickey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>2010 Winter Games Live Streaming Requires Silverlight</title>
		<link>http://blog.artooro.com/2010/02/11/2010-winter-games-live-streaming-requires-silverlight/</link>
		<comments>http://blog.artooro.com/2010/02/11/2010-winter-games-live-streaming-requires-silverlight/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 03:48:04 +0000</pubDate>
		<dc:creator>Arthur</dc:creator>
				<category><![CDATA[Non-Technical]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[silverlight]]></category>
		<category><![CDATA[streaming]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[winter olympics]]></category>

		<guid isPermaLink="false">http://blog.artooro.com/?p=597</guid>
		<description><![CDATA[Just when I thought the internet was headed to good pasture, I check out what internet streaming is going on for the 2010 Olympic Winter games here in Vancouver. What shall I find? But low and behold.. And I mean low. They are streaming using Microsoft Silverlight.
Until now I have refused to install it, I&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.artooro.com/wp-content/uploads/2010/02/Screen-shot-2010-02-11-at-10.41.41-PM.png"><img class="size-medium wp-image-598 alignleft" title="Screen shot 2010-02-11 at 10.41.41 PM" src="http://blog.artooro.com/wp-content/uploads/2010/02/Screen-shot-2010-02-11-at-10.41.41-PM-300x159.png" alt="" width="300" height="159" /></a>Just when I thought the internet was headed to good pasture, I check out what <a href="http://www.ctvolympics.ca/video/index.html" target="_blank">internet streaming</a> is going on for the <a href="http://www.vancouver2010.com/" target="_blank">2010 Olympic Winter games here in Vancouver</a>. What shall I find? But low and behold.. And I mean low. <a href="http://www.businessinsider.com/microsoft-wins-the-2010-olympics-for-silverlight-2009-3" target="_blank">They are streaming using</a> Microsoft Silverlight.</p>
<p>Until now I have refused to install it, I&#8217;ll probably end up installing it just for this and uninstalling it right after. But hey, they are streaming in 720p HD which is not bad. And I believe it&#8217;s even using H.264 so not a Microsoft specific codec. But still, I just don&#8217;t like it! This is bad for the open web, and bad for the non-Microsoft web. I know very well what Microsoft&#8217;s plan was for the internet. Thanks for the likes of Mozilla, Google, and Apple their plans have been thwarted. I just hope it continues.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.artooro.com/2010/02/11/2010-winter-games-live-streaming-requires-silverlight/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The family was telephoned and urged to leave</title>
		<link>http://blog.artooro.com/2010/02/01/the-family-was-telephoned-and-urged-to-leave/</link>
		<comments>http://blog.artooro.com/2010/02/01/the-family-was-telephoned-and-urged-to-leave/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 02:44:37 +0000</pubDate>
		<dc:creator>Arthur</dc:creator>
				<category><![CDATA[Non-Technical]]></category>
		<category><![CDATA[goldstone]]></category>
		<category><![CDATA[israel]]></category>
		<category><![CDATA[Israel & Middle East]]></category>

		<guid isPermaLink="false">http://blog.artooro.com/?p=590</guid>
		<description><![CDATA[The  destroyed Abu Askar family house was used to store Grad rockets. The  family was telephoned and urged to leave before the house was shelled. &#8211; The Goldstoning of Israel.
I feel compelled to write this short post, hopefully to help spread the information for anyone who even thinks about believing the goldstone report. [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.artooro.com/wp-content/uploads/2010/02/ShowImage.ashx_.jpeg"><img class="alignright size-full wp-image-591" title="ShowImage.ashx" src="http://blog.artooro.com/wp-content/uploads/2010/02/ShowImage.ashx_.jpeg" alt="" width="190" height="115" /></a>The  destroyed Abu Askar family house was used to store Grad rockets. The  family was telephoned and urged to leave before the house was shelled. &#8211; <a href="http://www.jpost.com/Opinion/Editorials/Article.aspx?id=167530" target="_blank">The Goldstoning of Israel.</a></p>
<p>I feel compelled to write this short post, hopefully to help spread the information for anyone who even thinks about believing the goldstone report. Those who wrote the report had made their decision before even beginning the inquiry.</p>
<p>It&#8217;s anti-Semitic, and intentionally sides with the terrorists.</p>
<p>Going back to the first sentence in the post, what other army in the world, let alone the small pocket of the world called the middle east, would call their target allowing them to escape, before launching the attack? Something Israel has done countless times in an mind boggling effort to save civilian lives.</p>
<p>&#8220;The Goldstone Report was born in bias and matured into a full-fledged  miscarriage of justice.&#8221;</p>
<h2>Who Else Thinks So?</h2>
<ul>
<li><a href="http://www.jpost.com/Israel/Article.aspx?ID=167536" target="_blank">Goldstone Report is Deceitful<br />
</a>IDF chief says army began investigating itself before &#8220;we heard of Goldstone.&#8221;</li>
<li><a href="http://www.jpost.com/Israel/Article.aspx?id=167473" target="_blank">The Case Against Goldstone Report: Study in Evidentiary Bias</a><br />
Read the full text of Alan Dershowitz&#8217;s highly detailed rebuttal of the Gaza war report.</li>
<li><a href="http://www.imra.org.il/story.php3?id=47110" target="_blank">Deputy Chief of Staff: Goldstone Report a Trojan Horse</a><br />
The Goldstone report is a Trojan horse; it gives terrorist organizations<br />
legitimacy to fight us from urban populations.</li>
<li><a href="http://www.ynetnews.com/articles/0,7340,L-3841987,00.html" target="_blank">Livni: Probe will legitimize distorted war report</a><br />
The IDF is a moral army that avoids hurting civilians. The Goldstone Report is one-sided and supports the position of Hamas, who fired Qassams at Israel&#8217;s civilians.</li>
<li><a href="http://www.huffingtonpost.com/alan-dershowitz/the-case-against-the-gold_b_442412.html" target="_blank">The Case Against the Goldstone Report</a><br />
The Goldstone Report is much more scurrilous than most of its detractors (and supporters) believe.</li>
</ul>
<p>Those are just a few.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.artooro.com/2010/02/01/the-family-was-telephoned-and-urged-to-leave/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Did You Know? – Episode #2</title>
		<link>http://blog.artooro.com/2010/01/25/did-you-know-%e2%80%93-episode-2/</link>
		<comments>http://blog.artooro.com/2010/01/25/did-you-know-%e2%80%93-episode-2/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 03:05:21 +0000</pubDate>
		<dc:creator>Arthur</dc:creator>
				<category><![CDATA[Did You Know? (Podcast)]]></category>
		<category><![CDATA[did you know]]></category>
		<category><![CDATA[podcast]]></category>

		<guid isPermaLink="false">http://blog.artooro.com/?p=586</guid>
		<description><![CDATA[I&#8217;ve managed to get a recording together for a second episode of the Did You Know podcast. This time we have Isaak along for the ride, and he brings some more interesting facts about the human body, and more.
On a side note, please forgive the production quality. I was experimenting a bit too much with [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.artooro.com/wp-content/uploads/2010/01/Did-You-Know-x256.png"><img class="alignleft size-thumbnail wp-image-564" title="Did You Know-x256" src="http://blog.artooro.com/wp-content/uploads/2010/01/Did-You-Know-x256-150x150.png" alt="" width="150" height="150" /></a>I&#8217;ve managed to get a recording together for a second episode of the Did You Know podcast. This time we have Isaak along for the ride, and he brings some more interesting facts about the human body, and more.</p>
<p>On a side note, please forgive the production quality. I was experimenting a bit too much with this episode. First both of us were recording live using the same microphone so editing turned out to be difficult, and then I was working with new software which I still am not used to. Anyway, enjoy!</p>
<p><a href="http://blog.artooro.com/2010/01/25/did-you-know-%e2%80%93-episode-2/"><em>Click here to view the embedded video.</em></a></p>
<p><a href="http://media.artooro.com/podcast/Did_You_Know_-_Episode_2.m4a" target="_blank">[Download iTunes File</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.artooro.com/2010/01/25/did-you-know-%e2%80%93-episode-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://media.artooro.com/podcast/Did_You_Know_-_Episode_2.m4a" length="5459399" type="audio/x-m4a" />
			<itunes:keywords>did you know,podcast</itunes:keywords>
		<itunes:subtitle>I&#039;ve managed to get a recording together for a second episode of the Did You Know podcast. This time we have Isaak along for the ride, and he brings some more interesting facts about the human body, and more. - On a side note,</itunes:subtitle>
		<itunes:summary>(http://blog.artooro.com/wp-content/uploads/2010/01/Did-You-Know-x256-150x150.png)I&#039;ve managed to get a recording together for a second episode of the Did You Know podcast. This time we have Isaak along for the ride, and he brings some more interesting facts about the human body, and more.

On a side note, please forgive the production quality. I was experimenting a bit too much with this episode. First both of us were recording live using the same microphone so editing turned out to be difficult, and then I was working with new software which I still am not used to. Anyway, enjoy!



[Download iTunes File (http://media.artooro.com/podcast/Did_You_Know_-_Episode_2.m4a)]</itunes:summary>
		<itunes:author>arthur.wiebe</itunes:author>
		<itunes:explicit>clean</itunes:explicit>
	</item>
		<item>
		<title>ESET Antivirus (NOD32) for Mac OS X Update</title>
		<link>http://blog.artooro.com/2010/01/15/eset-antivirus-nod32-for-mac-os-x-update/</link>
		<comments>http://blog.artooro.com/2010/01/15/eset-antivirus-nod32-for-mac-os-x-update/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 19:06:22 +0000</pubDate>
		<dc:creator>Arthur</dc:creator>
				<category><![CDATA[Non-Technical]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[eset]]></category>
		<category><![CDATA[nod32]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.artooro.com/?p=572</guid>
		<description><![CDATA[On December 6th I wrote a short little post about ESET NOD32 Antivirus 4 Beta for Mac OS X. On January 08 2010 they released an updated build which has the following changelog:
- Fixed GUI failure that had occurred in some cases during  configuration imports
- System font warnings no longer display
- Added advanced &#8220;About&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.artooro.com/wp-content/uploads/2010/01/Screen-shot-2010-01-13-at-11.37.30-AM.png"><img class="alignleft size-medium wp-image-573" title="Screen shot 2010-01-13 at 11.37.30 AM" src="http://blog.artooro.com/wp-content/uploads/2010/01/Screen-shot-2010-01-13-at-11.37.30-AM-300x178.png" alt="" width="300" height="178" /></a>On December 6th I wrote <a href="http://blog.artooro.com/2009/12/06/eset-nod32-anti-virus-for-mac-os-x-review/" target="_blank">a short little post about ESET NOD32 Antivirus 4 Beta for Mac OS X</a>. On January 08 2010 they released <a href="http://beta.eset.com/" target="_blank">an updated build</a> which has the following changelog:</p>
<p>- Fixed GUI failure that had occurred in some cases during  configuration imports<br />
- System font warnings no longer display<br />
- Added advanced &#8220;About&#8221; window and &#8220;Splash&#8221; screen<br />
- Added  information windows about detected and cleaned infiltrations<br />
- Support  for selection of multiple items from lists</p>
<p>So compared to my last post, have any of the issues I addressed changed? No they haven&#8217;t. So let me go through my experiences with this new build.</p>
<h2>USB and Other Removable Drives</h2>
<p><a href="http://blog.artooro.com/wp-content/uploads/2010/01/Screen-shot-2010-01-15-at-11.52.30-AM.png"><img class="alignleft size-medium wp-image-574" title="Screen shot 2010-01-15 at 11.52.30 AM" src="http://blog.artooro.com/wp-content/uploads/2010/01/Screen-shot-2010-01-15-at-11.52.30-AM-300x123.png" alt="" width="300" height="123" /></a>When attempting to eject (or unmount) a removable USB drive, you get a message saying &#8220;The disk &#8220;XXXX&#8221; wasn&#8217;t ejected because one or more programs may be using it.<br />
To eject the disk immediately, click on the Force Eject button.&#8221;</p>
<p>The you can either Cancel or Force Eject.</p>
<p>This issue only occurs when running NOD32, otherwise drives work just fine. Also in certain situations the mounting of drives including network shares can be quite time consuming.</p>
<h2>TrueCrypt</h2>
<p><a href="http://blog.artooro.com/wp-content/uploads/2010/01/Screen-shot-2010-01-15-at-1.44.50-PM.png"><img class="alignleft size-medium wp-image-575" title="Screen shot 2010-01-15 at 1.44.50 PM" src="http://blog.artooro.com/wp-content/uploads/2010/01/Screen-shot-2010-01-15-at-1.44.50-PM-300x122.png" alt="" width="300" height="122" /></a>I am a heavy TrueCrypt user. When attempting to mount a TrueCrypt volume (I mostly use container or file based volumes) the following error message occurs:</p>
<p>&#8220;hdiutil: attach failed &#8211; Permission denied&#8221;</p>
<p>I also mentioned this error in my previous blog post, and also submitted a ticket to ESET about this. No response.</p>
<p><a href="http://blog.artooro.com/wp-content/uploads/2010/01/Screen-shot-2010-01-13-at-11.35.05-AM.png"><img class="alignright size-medium wp-image-576" title="Screen shot 2010-01-13 at 11.35.05 AM" src="http://blog.artooro.com/wp-content/uploads/2010/01/Screen-shot-2010-01-13-at-11.35.05-AM-300x202.png" alt="" width="300" height="202" /></a></p>
<h2>More&#8230;</h2>
<p>Of course there are other things we could talk about as well. I still strongly desire that there be a way to remove the system menu icon. There&#8217;s already a Dock icon and there should be a way to disable either one of them. At least a way to disable the menu bar icon as it just takes unnecessary space.</p>
<p>Also disabling the real-time protection still does not require administrator authentication. Even if you are logged in as an administrator user you should still be prompted for your password to disable real-time protection.</p>
<p>And one more thing, the uninstaller is not user friendly. Which of course I was forced to do again as without TrueCrypt I&#8217;m toast. The uninstaller actually launched a command line script and you&#8217;re prompted for your password from a terminal window. This is not something I would expect a normal user to do, and it would be a 15min task to bundle that script into a package just like the installer. Even an applescript bundle is better than that.</p>
<p>So that&#8217;s it. I still say good on ESET for doing this, but c&#8217;mon, listen to the people who actually use and sell your product.</p>
<h3>Update [2010-01-18]</h3>
<p>Just got a response from ESET on these issues, and quoting it here:</p>
<blockquote><p><span style="font-family: times new roman; font-size: x-small;">Thank you for your feedback  on our EAV4 beta version for Mac OS. The updates installation package  was released to quickly address some most important issues. It is not  meant as the next beta version release which will contain more fixes.<br />
Several  issues mentioned in your articles are already known to us (dock and  menu icon, TrueCrypt error) and will be fixed in the future.<br />
&#8230;..</span></p></blockquote>
<p><span>Thanks for the response, and hopefully once the TrueCrypt problem is fixed I can continue testing the product.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.artooro.com/2010/01/15/eset-antivirus-nod32-for-mac-os-x-update/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>R1Soft Versus Bacula</title>
		<link>http://blog.artooro.com/2010/01/13/r1soft-versus-bacula/</link>
		<comments>http://blog.artooro.com/2010/01/13/r1soft-versus-bacula/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 02:41:48 +0000</pubDate>
		<dc:creator>Arthur</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[bacula]]></category>
		<category><![CDATA[r1soft]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://blog.artooro.com/?p=567</guid>
		<description><![CDATA[When implementing a backup system for a network of Windows servers I evaluated R1Soft and Bacula, and thought it might be nice to share some thoughts here on the amazing blog!  
So, the main differences. As of now R1Soft is $348 (up from $180 two weeks ago). Bacula is free and completely open source [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.artooro.com/wp-content/uploads/2010/01/backup_trauma.jpg"><img class="alignleft size-thumbnail wp-image-568" title="Backup Trauma" src="http://blog.artooro.com/wp-content/uploads/2010/01/backup_trauma-150x150.jpg" alt="" width="150" height="150" /></a>When implementing a backup system for a network of Windows servers I evaluated <a href="http://www.r1soft.com" target="_blank">R1Soft</a> and <a href="http://bacula.org" target="_blank">Bacula</a>, and thought it might be nice to share some thoughts here on the amazing blog! <img src='http://blog.artooro.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So, the main differences. As of now R1Soft is $348 (up from $180 two weeks ago). <strong>Bacula is free and completely open source</strong> with an option of commercial support.<br />
<strong>R1Soft has a very nice web interface</strong> for managing all the systems, and setup <strong>configuration is extremely easy</strong>.</p>
<p>Also the Bacula server (storage and director) component is not supported on Windows. Only on Linux/UNIX systems. But it works as that&#8217;s what I&#8217;m running currently with Bacula 3.0.3a.</p>
<p>Bacula has many of the same features as R1Soft, but the fact that everything is configured through text configuration files can be a turn-off for some people as it is quite a learning curve. If you just want to get it done without a fuss, R1Soft is your choice. In my case I decided to save a few thousand dollars by learning Bacula and implementing it.</p>
<p>Also Bacula stores the backups in monster volume files while R1Soft uses a more file based structure which I do prefer. Although performance does seems to actually be better with Bacula during a backup.</p>
<p>Overall I decided to go to Bacula solely on price. If R1Soft was still at $180/agent I would have seriously considered going with them because of official Windows server support and awesome web gui interface. But free software won again, despite the initial challenge of learning a new configuration file specification.</p>
<p>I might have to teach a course now to make some ROI for learning the stuff.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.artooro.com/2010/01/13/r1soft-versus-bacula/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Did You Know? &#8211; Episode #1</title>
		<link>http://blog.artooro.com/2010/01/09/did-you-know-episode-1/</link>
		<comments>http://blog.artooro.com/2010/01/09/did-you-know-episode-1/#comments</comments>
		<pubDate>Sat, 09 Jan 2010 16:41:17 +0000</pubDate>
		<dc:creator>Arthur</dc:creator>
				<category><![CDATA[Did You Know? (Podcast)]]></category>
		<category><![CDATA[did you know]]></category>
		<category><![CDATA[podcast]]></category>

		<guid isPermaLink="false">http://blog.artooro.com/?p=557</guid>
		<description><![CDATA[This is of course our first episode of the Did You Know podcast. It&#8217;s goal is very simple, we just have not completely determined it yet. So for now it&#8217;s for you to gain a better insight into the truth behind the routine curtain.

(Using an iPod/iPhone?)
]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.artooro.com/wp-content/uploads/2010/01/Did-You-Know-x256.png"><img class="alignleft size-thumbnail wp-image-564" title="Did You Know-x256" src="http://blog.artooro.com/wp-content/uploads/2010/01/Did-You-Know-x256-150x150.png" alt="" width="150" height="150" /></a>This is of course our first episode of the Did You Know podcast. It&#8217;s goal is very simple, we just have not completely determined it yet. So for now it&#8217;s for you to gain a better insight into the truth behind the routine curtain.</p>
<p><span id="more-557"></span></p>
<p><a href="http://blog.artooro.com/2010/01/09/did-you-know-episode-1/"><em>Click here to view the embedded video.</em></a></p>
<p><a href="http://media.artooro.com/podcast/Did_You_Know_-_Episode_1.m4a">(Using an iPod/iPhone?)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.artooro.com/2010/01/09/did-you-know-episode-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://media.artooro.com/podcast/Did_You_Know_-_Episode_1.m4a" length="6967966" type="audio/x-m4a" />
			<itunes:keywords>did you know,podcast</itunes:keywords>
		<itunes:subtitle>This is of course our first episode of the Did You Know podcast. It&#039;s goal is very simple, we just have not completely determined it yet. So for now it&#039;s for you to gain a better insight into the truth behind the routine curtain.</itunes:subtitle>
		<itunes:summary>(http://blog.artooro.com/wp-content/uploads/2010/01/Did-You-Know-x256-150x150.png)This is of course our first episode of the Did You Know podcast. It&#039;s goal is very simple, we just have not completely determined it yet. So for now it&#039;s for you to gain a better insight into the truth behind the routine curtain.





(Using an iPod/iPhone?) (http://media.artooro.com/podcast/Did_You_Know_-_Episode_1.m4a)</itunes:summary>
		<itunes:author>arthur.wiebe</itunes:author>
		<itunes:explicit>clean</itunes:explicit>
	</item>
		<item>
		<title>2010</title>
		<link>http://blog.artooro.com/2010/01/02/2010/</link>
		<comments>http://blog.artooro.com/2010/01/02/2010/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 06:39:02 +0000</pubDate>
		<dc:creator>Arthur</dc:creator>
				<category><![CDATA[Non-Technical]]></category>
		<category><![CDATA[2010]]></category>
		<category><![CDATA[new year]]></category>

		<guid isPermaLink="false">http://blog.artooro.com/?p=553</guid>
		<description><![CDATA[Yes, it&#8217;s been 2010 for a little bit. And yes, I do just want to write a short little blurb about it.
2009 was good.      BUT we can do A LOT BETTER!
And so my hope is that&#8217;s what 2010 will be about. A focused direct energy on something that is extremely important. Much like a laser [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, it&#8217;s been 2010 for a little bit. And yes, I do just want to write a short little blurb about it.</p>
<p><span style="font-size: 2em;">2009 was good.      <strong>BUT</strong> we can do <em><strong>A LOT BETTER</strong></em>!</span><br />
And so my hope is that&#8217;s what 2010 will be about. A focused direct energy on something that is extremely important. Much like a laser beam. And we&#8217;ll see what happens.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.artooro.com/2010/01/02/2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Create Video Thumbnails Using VLC 1.0</title>
		<link>http://blog.artooro.com/2009/12/23/how-to-create-video-thumbnails-using-vlc-1-0/</link>
		<comments>http://blog.artooro.com/2009/12/23/how-to-create-video-thumbnails-using-vlc-1-0/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 21:18:20 +0000</pubDate>
		<dc:creator>Arthur</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[scripting]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[vlc]]></category>

		<guid isPermaLink="false">http://blog.artooro.com/?p=543</guid>
		<description><![CDATA[Apparently creating video snapshots, thumbnails, whatever you want to call them with VLC 1.0.2 or later has really changed, and everything out there that I found simply didn&#8217;t work.
When I tried to use the documentation I found available the lovely error message came up saying:
The command line options couldn&#8217;t be loaded, check that they are [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.artooro.com/wp-content/uploads/2009/12/thumbnail-stack1.png"><img class="alignleft size-thumbnail wp-image-548" title="thumbnail-stack" src="http://blog.artooro.com/wp-content/uploads/2009/12/thumbnail-stack1-150x150.png" alt="" width="135" height="135" /></a>Apparently creating video snapshots, thumbnails, whatever you want to call them with <a href="http://www.videolan.org/vlc/" target="_blank">VLC</a> 1.0.2 or later has really changed, and everything out there that I found simply didn&#8217;t work.</p>
<p>When I tried to use the documentation I found available the lovely error message came up saying:</p>
<blockquote><p>The command line options couldn&#8217;t be loaded, check that they are valid.<br />
Press the RETURN key to continue&#8230;</p></blockquote>
<p>So I&#8217;m on a Windows XP virtual machine but this same thing applies to Linux and Mac OS X. So how can you easily from the command line script the creation of a thumbnail, snapshot, image, etc. from a video?</p>
<p>Here you go!</p>
<pre>"C:\Program Files\VideoLAN\VLC\vlc.exe" --video-filter scene -V dummy
    --scene-height=128 --scene-width=128 --scene-format=jpeg --scene-replace
    --scene-ratio 24 --start-time=6 --stop-time=7 --scene-prefix=thumb
    --scene-path="C:\thumbs"  C:\videos\video_file.mp4 vlc://quit</pre>
<p>Now you are probably asking, can you please explain what all those flags and arguments mean? OK.</p>
<ul>
<li>&#8211;video-filter : This adds post-processing filters to enhance the picture quality, for instance deinterlacing, or distortthe video. In this case we&#8217;re using the scene filter for snapshots.</li>
<li>-V : Specifies a video output module. We don&#8217;t want the video to actually play so it&#8217;s set to dummy</li>
<li>&#8211;scene-height : The height of the snapshot in pixels</li>
<li>&#8211;scene-width : The width of the snapshot in pixels</li>
<li>&#8211;scene-format : Format of the image. Can be jpeg or png.</li>
<li>&#8211;scene-replace : Replaced the resulting image each time. Remove this flag to have the file named in sequential order.</li>
<li>&#8211;scene-ratio : Ratio of images to record. 3 means that one image out of three is recorded.</li>
<li>&#8211;start-time : Start at this position in seconds</li>
<li>&#8211;stop-time : Stop at this position in seconds</li>
<li>&#8211;scene-prefix : Name the image file with this name. If scene-replace is not specified the file will be named prefixXX.</li>
<li>&#8211;scene-path : Path on file-system to store the snapshots</li>
<li>C:\video\video_file.mp4 : path to video input file</li>
<li>vlc://quit : Quit once the process is finished</li>
</ul>
<p>So, all the best as you try to script the creation of your thumbnail images!</p>
<p>More info: This is working with VLC 1.0.3.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.artooro.com/2009/12/23/how-to-create-video-thumbnails-using-vlc-1-0/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ESET NOD32 Antivirus for Mac OS X Review</title>
		<link>http://blog.artooro.com/2009/12/06/eset-nod32-anti-virus-for-mac-os-x-review/</link>
		<comments>http://blog.artooro.com/2009/12/06/eset-nod32-anti-virus-for-mac-os-x-review/#comments</comments>
		<pubDate>Sun, 06 Dec 2009 21:07:08 +0000</pubDate>
		<dc:creator>Arthur</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[eset]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[nod32]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[truecrypt]]></category>

		<guid isPermaLink="false">http://blog.artooro.com/?p=532</guid>
		<description><![CDATA[
(Note: An updated review post is now online)
So, this is one of the last things I thought I&#8217;d ever do on my mac. But I installed the beta of ESET antivirus on my laptop this last week after it was available.
It&#8217;s seems to be just as good as the Windows version, in fact if I [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-medium wp-image-533" title="ESET on Mac OS X" src="http://blog.artooro.com/wp-content/uploads/2009/12/Screen-shot-2009-12-06-at-3.07.45-PM-300x178.png" alt="ESET on Mac OS X" width="300" height="178" /></p>
<p>(Note: <a href="http://blog.artooro.com/2010/01/15/eset-antivirus-nod32-for-mac-os-x-update/" target="_blank">An updated review post is now online</a>)</p>
<p>So, this is one of the last things I thought I&#8217;d ever do on my mac. But I installed the <a href="http://beta.eset.com/" target="_blank">beta of ESET antivirus</a> on my laptop this last week after it was available.</p>
<p>It&#8217;s seems to be just as good as the Windows version, in fact if I could say so I think it&#8217;s even better than the Windows version GUI wise. But in fact it&#8217;s really much the same.</p>
<p>There&#8217;s only one improvement I could suggest, and that&#8217;s a way to disable the icon on the apple menu bar. The dock icon is plenty enough.</p>
<h2>Wait! There&#8217;s more.</h2>
<p>It seems that <a href="http://www.truecrypt.org" target="_blank">Truecrypt</a> is not able to mount a volume with ESET running, even if the real-time auto protection is disabled. You see an error message that reads &#8220;hdiutil: attach failed &#8211; Permission denied&#8221;<br />
The only solution that I&#8217;ve found is to uninstall ESET NOD32, which I&#8217;ve done. And I&#8217;m running OS X 10.6 (Snow Leopard)</p>
<p>Finally one more thing that I believe could be improved upon, is the real-time protection disablement. In order to disable real-time protection you should be prompted for administrator authentication. Currently that is not the case.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.artooro.com/2009/12/06/eset-nod32-anti-virus-for-mac-os-x-review/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>eStarling TouchConnect</title>
		<link>http://blog.artooro.com/2009/12/01/estarling-touchconnect/</link>
		<comments>http://blog.artooro.com/2009/12/01/estarling-touchconnect/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 16:46:53 +0000</pubDate>
		<dc:creator>Arthur</dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[estarling]]></category>
		<category><![CDATA[touchconnect]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://blog.artooro.com/?p=525</guid>
		<description><![CDATA[So, because I figured there&#8217;s many people on the internet just like myself, who want to get a video onto the eStarling TouchConnect device, (a connected touchscreen picture/photo frame kind of deal). Here&#8217;s some tips on video support as there is no documentation at all.
So they say they support MPEG-4 video, but don&#8217;t be fooled. [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-526" title="eStarling TouchConnect" src="http://blog.artooro.com/wp-content/uploads/2009/12/Screen-shot-2009-12-01-at-11.30.15-AM.png" alt="eStarling TouchConnect" width="212" height="199" />So, because I figured there&#8217;s many people on the internet just like myself, who want to get a video onto the<a href="http://www.estarling.com/products.sf" target="_blank"> eStarling TouchConnect</a> device, (a connected touchscreen picture/photo frame kind of deal). Here&#8217;s some tips on video support as there is no documentation at all.</p>
<p>So they say they support MPEG-4 video, but don&#8217;t be fooled. That does not mean H.264. I tried many different encoding variations but to no avail. So when encoding video for the eStarling, make sure that you&#8217;re using plain old MPEG-4. And also make sure the file size is not more than 20MB as that is the maximum file size.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.artooro.com/2009/12/01/estarling-touchconnect/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Francois Carr Revival Preaching &#8211; November 2009</title>
		<link>http://blog.artooro.com/2009/11/29/francois-carr-revival-preaching-session-1/</link>
		<comments>http://blog.artooro.com/2009/11/29/francois-carr-revival-preaching-session-1/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 03:50:42 +0000</pubDate>
		<dc:creator>Arthur</dc:creator>
				<category><![CDATA[Non-Technical]]></category>
		<category><![CDATA[francois carr]]></category>
		<category><![CDATA[preaching]]></category>

		<guid isPermaLink="false">http://blog.artooro.com/?p=523</guid>
		<description><![CDATA[Francois Carr was over at our local church for a few evenings and a couple mornings of revival preaching. I will be posting one video a week (there&#8217;s a total of 5) starting with this one.
Session #1

Session #2

Session #3

Session #4

Session #5

]]></description>
			<content:encoded><![CDATA[<p>Francois Carr was over at our local church for a few evenings and a couple mornings of revival preaching. I will be posting one video a week (there&#8217;s a total of 5) starting with this one.</p>
<h2>Session #1<br />
<p><a href="http://blog.artooro.com/2009/11/29/francois-carr-revival-preaching-session-1/"><em>Click here to view the embedded video.</em></a></p></h2>
<h2>Session #2<br />
<p><a href="http://blog.artooro.com/2009/11/29/francois-carr-revival-preaching-session-1/"><em>Click here to view the embedded video.</em></a></p></h2>
<h2>Session #3<br />
<p><a href="http://blog.artooro.com/2009/11/29/francois-carr-revival-preaching-session-1/"><em>Click here to view the embedded video.</em></a></p></h2>
<h2>Session #4<br />
<p><a href="http://blog.artooro.com/2009/11/29/francois-carr-revival-preaching-session-1/"><em>Click here to view the embedded video.</em></a></p></h2>
<h2>Session #5<br />
<p><a href="http://blog.artooro.com/2009/11/29/francois-carr-revival-preaching-session-1/"><em>Click here to view the embedded video.</em></a></p></h2>
]]></content:encoded>
			<wfw:commentRss>http://blog.artooro.com/2009/11/29/francois-carr-revival-preaching-session-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
