<?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>Martino Campodoro</title>
	<atom:link href="http://blog.campodoro.org/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.campodoro.org</link>
	<description>Lost in Translation</description>
	<lastBuildDate>Fri, 18 May 2012 07:14:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Mount and format exFAT disks in Ubuntu</title>
		<link>http://blog.campodoro.org/?p=261</link>
		<comments>http://blog.campodoro.org/?p=261#comments</comments>
		<pubDate>Fri, 18 May 2012 07:10:52 +0000</pubDate>
		<dc:creator>Martijn</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.campodoro.org/?p=261</guid>
		<description><![CDATA[In this guide, I&#8217;ll show you how to enable exFAT support in Ubuntu 10.04 &#8211; 11.10 (12.04 might work too, didn&#8217;t test it): Open your terminal and enter: sudo add-apt-repository ppa:relan/exfat sudo apt-get update sudo apt-get install exfat-utils fuse-exfat That&#8217;s &#8230; <a href="http://blog.campodoro.org/?p=261">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In this guide, I&#8217;ll show you how to enable exFAT support in Ubuntu 10.04 &#8211; 11.10 (12.04 might work too, didn&#8217;t test it):</p>
<p>Open your terminal and enter:</p>
<p><code>sudo add-apt-repository ppa:relan/exfat<br />
sudo apt-get update<br />
sudo apt-get install exfat-utils fuse-exfat</code></p>
<p>That&#8217;s it. To get auto-mount support, use these procedures for 32bit or 64bit:</p>
<p><code>sudo apt-get -y install ncurses-dev<br />
wget http://mirror.gbxs.net/pub/linux/utils/util-linux-ng/v2.18/util-linux-ng-2.18.tar.bz2<br />
tar xf util-linux-ng-2.18.tar.bz2<br />
cd util-linux-ng-2.18<br />
./configure<br />
make</code></p>
<p>Now follow these steps if you have a <strong>32bit</strong> system:</p>
<p><code>sudo mv /lib/libblkid.so.1.1.0 /lib/libblkid.so.1.1.0.backup<br />
sudo cp shlibs/blkid/src/.libs/libblkid.so.1.1.0 /lib/<br />
sudo chmod 644 /lib/libblkid.so.1.1.0<br />
sudo rm /lib/libblkid.so.1<br />
sudo ln -s /lib/libblkid.so.1.1.0 /lib/libblkid.so.1</code></p>
<p>or these for <strong>64bit</strong>:</p>
<p><code>sudo mv /lib64/libblkid.so.1.1.0 /lib64/libblkid.so.1.1.0.backup<br />
sudo cp shlibs/blkid/src/.libs/libblkid.so.1.1.0 /lib64/<br />
sudo chmod 644 /lib/libblkid.so.1.1.0<br />
sudo rm /lib/libblkid.so.1<br />
sudo ln -s /lib/libblkid.so.1.1.0 /lib/libblkid.so.1</code></p>
<p>Now connect your disk or remount it. And you&#8217;ll should see your exFAT disk!</p>
<p>Some extra commands:</p>
<p><strong>To format a exFAT partition:</strong><br />
<code>sudo mkfs.exfat -n LABEL /dev/sdXn</code><br />
<strong>or</strong><br />
<code>sudo mkexfatfs -n LABEL /dev/sdXn</code></p>
<p><strong>To change the label:</strong><br />
<code>sudo exfatlabel /dev/sdXn NEW_LABEL</code></p>
<p><strong>Get filesystem info:</strong><br />
<code>sudo dumpexfat /dev/sdXn</code></p>
<p><strong>To check the partition:</strong><br />
<code>sudo fsck.exfat /dev/sdXn</code><br />
<strong>or</strong><br />
<code>sudo exfatfsck /dev/sdXn</code></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://adf.ly/1751486/twitter.com/share?url=http://blog.campodoro.org/?p=261&text=Mount+and+format+exFAT+disks+in+Ubuntu+%23campodoro+%23tips+%23apple&via=goudkamp&related=richardxthripp%2Ctweetthisplugin" title="Twitter"><img class="nothumb" src="http://blog.campodoro.org/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://adf.ly/1751486/twitter.com/share?url=http://blog.campodoro.org/?p=261&text=Mount+and+format+exFAT+disks+in+Ubuntu+%23campodoro+%23tips+%23apple&via=goudkamp&related=richardxthripp%2Ctweetthisplugin" title="Twitter">Tweet</a> <a class="tt" href="http://adf.ly/1751486/delicious.com/post?url=http://blog.campodoro.org/?p=261&amp;title=Mount+and+format+exFAT+disks+in+Ubuntu" title="Post to Delicious"><img class="nothumb" src="http://blog.campodoro.org/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://adf.ly/1751486/delicious.com/post?url=http://blog.campodoro.org/?p=261&amp;title=Mount+and+format+exFAT+disks+in+Ubuntu" title="Post to Delicious">Post to Delicious</a> <a class="tt" href="http://adf.ly/1751486/www.facebook.com/share.php?u=http://blog.campodoro.org/?p=261&amp;t=Mount+and+format+exFAT+disks+in+Ubuntu" title="Post to Facebook"><img class="nothumb" src="http://blog.campodoro.org/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://adf.ly/1751486/www.facebook.com/share.php?u=http://blog.campodoro.org/?p=261&amp;t=Mount+and+format+exFAT+disks+in+Ubuntu" title="Post to Facebook">Post to Facebook</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.campodoro.org/?feed=rss2&#038;p=261</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Carmageddon: Reincarnation</title>
		<link>http://blog.campodoro.org/?p=254</link>
		<comments>http://blog.campodoro.org/?p=254#comments</comments>
		<pubDate>Wed, 09 May 2012 12:26:14 +0000</pubDate>
		<dc:creator>Martijn</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Site tips]]></category>

		<guid isPermaLink="false">http://blog.campodoro.org/?p=254</guid>
		<description><![CDATA[I&#8217;m now an official backer of Carmageddon: Reincarnation. Nice ! &#160; Tweet Post to Delicious Post to Facebook]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m now an official backer of Carmageddon: Reincarnation. Nice !<iframe src="http://www.kickstarter.com/projects/stainlessgames/carmageddon-reincarnation/widget/card.html" frameborder="0" width="220px" height="380px"></iframe> <iframe src="http://www.kickstarter.com/projects/stainlessgames/carmageddon-reincarnation/widget/video.html" frameborder="0" width="480px" height="360px"></iframe></p>
<p>&nbsp;</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://adf.ly/1751486/twitter.com/share?url=http://blog.campodoro.org/?p=254&text=Carmageddon%3A+Reincarnation+%23campodoro+%23tips+%23apple&via=goudkamp&related=richardxthripp%2Ctweetthisplugin" title="Twitter"><img class="nothumb" src="http://blog.campodoro.org/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://adf.ly/1751486/twitter.com/share?url=http://blog.campodoro.org/?p=254&text=Carmageddon%3A+Reincarnation+%23campodoro+%23tips+%23apple&via=goudkamp&related=richardxthripp%2Ctweetthisplugin" title="Twitter">Tweet</a> <a class="tt" href="http://adf.ly/1751486/delicious.com/post?url=http://blog.campodoro.org/?p=254&amp;title=Carmageddon%3A+Reincarnation" title="Post to Delicious"><img class="nothumb" src="http://blog.campodoro.org/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://adf.ly/1751486/delicious.com/post?url=http://blog.campodoro.org/?p=254&amp;title=Carmageddon%3A+Reincarnation" title="Post to Delicious">Post to Delicious</a> <a class="tt" href="http://adf.ly/1751486/www.facebook.com/share.php?u=http://blog.campodoro.org/?p=254&amp;t=Carmageddon%3A+Reincarnation" title="Post to Facebook"><img class="nothumb" src="http://blog.campodoro.org/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://adf.ly/1751486/www.facebook.com/share.php?u=http://blog.campodoro.org/?p=254&amp;t=Carmageddon%3A+Reincarnation" title="Post to Facebook">Post to Facebook</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.campodoro.org/?feed=rss2&#038;p=254</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding ssh-id-copy to OSX !</title>
		<link>http://blog.campodoro.org/?p=241</link>
		<comments>http://blog.campodoro.org/?p=241#comments</comments>
		<pubDate>Fri, 20 Apr 2012 07:26:08 +0000</pubDate>
		<dc:creator>Martijn</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://blog.campodoro.org/?p=241</guid>
		<description><![CDATA[There’s a very convenient shell script bundled with some distributions of OpenSSH called ssh-copy-id. It seems not to be the case with Leopard’s or Lion&#8217;s SSH. In order to get it, we can simply check it out of a GIT &#8230; <a href="http://blog.campodoro.org/?p=241">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There’s a very convenient shell script bundled with some distributions of OpenSSH called ssh-copy-id. It seems not to be the case with Leopard’s or Lion&#8217;s SSH.<br />
In order to get it, we can simply check it out of a GIT repository. Execute these two commands:</p>
<p><code>sudo curl 'https://raw.github.com/gist/1639381/eea46277ba544fcbd0a0768e8b3f854880ddb772/ssh-copy-id' -o /usr/bin/ssh-copy-id<br />
sudo chmod +x /usr/bin/ssh-copy-id</code></p>
<p>Now execute ssh-id-copy like this:</p>
<p><code>MBP:~ martijn$ <strong>ssh-copy-id root@192.168.0.7</strong><br />
Now try logging into the machine, with "ssh 'root@192.168.0.7'", and check in:</p>
<p>  ~/.ssh/authorized_keys</p>
<p>to make sure we haven't added extra keys that you weren't expecting.</code></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://adf.ly/1751486/twitter.com/share?url=http://blog.campodoro.org/?p=241&text=Adding+ssh-id-copy+to+OSX+%21+%23campodoro+%23tips+%23apple&via=goudkamp&related=richardxthripp%2Ctweetthisplugin" title="Twitter"><img class="nothumb" src="http://blog.campodoro.org/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://adf.ly/1751486/twitter.com/share?url=http://blog.campodoro.org/?p=241&text=Adding+ssh-id-copy+to+OSX+%21+%23campodoro+%23tips+%23apple&via=goudkamp&related=richardxthripp%2Ctweetthisplugin" title="Twitter">Tweet</a> <a class="tt" href="http://adf.ly/1751486/delicious.com/post?url=http://blog.campodoro.org/?p=241&amp;title=Adding+ssh-id-copy+to+OSX+%21" title="Post to Delicious"><img class="nothumb" src="http://blog.campodoro.org/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://adf.ly/1751486/delicious.com/post?url=http://blog.campodoro.org/?p=241&amp;title=Adding+ssh-id-copy+to+OSX+%21" title="Post to Delicious">Post to Delicious</a> <a class="tt" href="http://adf.ly/1751486/www.facebook.com/share.php?u=http://blog.campodoro.org/?p=241&amp;t=Adding+ssh-id-copy+to+OSX+%21" title="Post to Facebook"><img class="nothumb" src="http://blog.campodoro.org/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://adf.ly/1751486/www.facebook.com/share.php?u=http://blog.campodoro.org/?p=241&amp;t=Adding+ssh-id-copy+to+OSX+%21" title="Post to Facebook">Post to Facebook</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.campodoro.org/?feed=rss2&#038;p=241</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Loading drivers in ESXi 5.0</title>
		<link>http://blog.campodoro.org/?p=198</link>
		<comments>http://blog.campodoro.org/?p=198#comments</comments>
		<pubDate>Fri, 30 Dec 2011 16:51:09 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Menu]]></category>
		<category><![CDATA[5.0]]></category>
		<category><![CDATA[8654]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[esxcli]]></category>
		<category><![CDATA[esxi]]></category>
		<category><![CDATA[promise]]></category>
		<category><![CDATA[vib]]></category>

		<guid isPermaLink="false">http://blog.campodoro.org/?p=198</guid>
		<description><![CDATA[So I upgraded to 5 from 4.1 &#8211; Cool. Almost. Vanilla install had no support for my Promise SuperTrak EX-8654 card which I have in my HP MircoServer. Now what?!?!? Well, after a lot of searches, the solution was actually &#8230; <a href="http://blog.campodoro.org/?p=198">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So I upgraded to 5 from 4.1 &#8211; Cool. Almost. Vanilla install had no support for my Promise SuperTrak EX-8654 card which I have in my HP MircoServer. Now what?!?!?<br />
Well, after a lot of searches, the solution was actually on the Promise site! Yay for them!</p>
<p>So in short an example of you to load a driver on esxi 5.0.</p>
<p>1) Enable ssh access on your esxi 5 host (what do you mean you&#8217;ve already done that? It&#8217;s dangerous!)</p>
<p>2) Get you driver. The 8654 driver I got from the Promise support site was called <code>'scsi-stex-4.07.0000.75-1OEM.500.0.0.472560.x86_64.vib'</code>. Yep, what&#8217;s in a name.</p>
<p>3) Copy over the driver to the host using scp<br />
<code>ex: scp &lt;driver name&gt; root@&lt;esxi_5_host_ip&gt;:/tmp</code></p>
<p>4) Next ssh to the esxi host, go to /tmp</p>
<p>5) Install the driver<br />
<code>esxcli software vib install -v /tmp/&lt;driver name&gt;</code></p>
<p>6) Reload the esxi host &#8211; Oh I hand&#8217;t told you? Well you need the driver right?</p>
<p>7) Then ssh to the esxi host and check if the driver loaded with <code>'esxcli software vib list'</code><br />
In my specific case it looked like this:</p>
<p><code>~ # esxcli software vib list<br />
Name        Version                             Vendor   Acceptance Level  Install Date<br />
----------  ----------------------------------  -------  ----------------  ------------<br />
scsi-stex   4.07.0000.75-1OEM.500.0.0.472560    Promise  VMwareCertified   2011-12-26<br /></code></p>
<p> <img src='http://blog.campodoro.org/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Sit back and enjoy the fact you have access to the disks again for adding as a datastore.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://adf.ly/1751486/twitter.com/share?url=http://blog.campodoro.org/?p=198&text=Loading+drivers+in+ESXi+5.0+%23campodoro+%23tips+%23apple&via=goudkamp&related=richardxthripp%2Ctweetthisplugin" title="Twitter"><img class="nothumb" src="http://blog.campodoro.org/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://adf.ly/1751486/twitter.com/share?url=http://blog.campodoro.org/?p=198&text=Loading+drivers+in+ESXi+5.0+%23campodoro+%23tips+%23apple&via=goudkamp&related=richardxthripp%2Ctweetthisplugin" title="Twitter">Tweet</a> <a class="tt" href="http://adf.ly/1751486/delicious.com/post?url=http://blog.campodoro.org/?p=198&amp;title=Loading+drivers+in+ESXi+5.0" title="Post to Delicious"><img class="nothumb" src="http://blog.campodoro.org/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://adf.ly/1751486/delicious.com/post?url=http://blog.campodoro.org/?p=198&amp;title=Loading+drivers+in+ESXi+5.0" title="Post to Delicious">Post to Delicious</a> <a class="tt" href="http://adf.ly/1751486/www.facebook.com/share.php?u=http://blog.campodoro.org/?p=198&amp;t=Loading+drivers+in+ESXi+5.0" title="Post to Facebook"><img class="nothumb" src="http://blog.campodoro.org/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://adf.ly/1751486/www.facebook.com/share.php?u=http://blog.campodoro.org/?p=198&amp;t=Loading+drivers+in+ESXi+5.0" title="Post to Facebook">Post to Facebook</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.campodoro.org/?feed=rss2&#038;p=198</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding a non-VMFS drive to your ESX(i) server and use it!</title>
		<link>http://blog.campodoro.org/?p=190</link>
		<comments>http://blog.campodoro.org/?p=190#comments</comments>
		<pubDate>Tue, 18 Oct 2011 07:26:20 +0000</pubDate>
		<dc:creator>Martijn</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Menu]]></category>

		<guid isPermaLink="false">http://blog.campodoro.org/?p=190</guid>
		<description><![CDATA[I had some spare Windows drives lying around and wanted to put them in my HP MicroServer running ESXi 4.1. After installing the SATA drive, and rebooting, I tried to simply add the drive in the vSphere console. No love &#8230; <a href="http://blog.campodoro.org/?p=190">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I had some spare Windows drives lying around and wanted to put them in my HP MicroServer running ESXi 4.1.</p>
<p>After installing the SATA drive, and rebooting, I tried to simply add the drive in the vSphere console. No love from VMWare — I got the message, “Error while adding drive &#8211; disk not available.” Hmmm. I was sure the drive was working.</p>
<p>Turns out that in ESXi, once a disk has been written to, in any format, it won’t initialize.<br />
Here’s what it took to add the drive in:</p>
<p>Low-level formatted the drive (the name of the drive might be shorter or longer):<br />
<code>~ #  dd if=/dev/zero of=/vmfs/devices/disks/t10.ATA_ST3500413AS_Z2A3TKQ6 bs=512 conv=notrunc</code></p>
<p><strong>Try adding the disk to your datastore now</strong>; I canceled this command after waiting 5 minutes and noticed that ESXi now saw the disk as a &#8216;blank disk&#8217;. Adding it to my datastore now worked! If not, continue&#8230;</p>
<p>Recreate the partition table:<br />
<code>~ # fdisk /vmfs/devices/disks/t10.ATA_ST3500413AS_Z2A3TKQ6</code></p>
<p>Then ‘<strong>o</strong>’ to Create a new empty DOS partition table<br />
Then ‘<strong>n</strong>’ to add a new partition.  I used Primary as the type, and 1 as the partition number.<br />
Then ‘<strong>t</strong>’ to change the type.  ‘fb’ is the code for VMFS 3.0<br />
Then ‘<strong>w</strong>’ to write everything to the drive</p>
<p>Finally, use the ‘vmkfstools’ program to create the volume.  I added it as a new datastore using the following command:<br />
<code>~ # vmkfstools -C vmfs3 -S Datastore2 /vmfs/devices/disks/t10.ATA_ST3500413AS_Z2A3TKQ6</code></p>
<p>As always, YMMV.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://adf.ly/1751486/twitter.com/share?url=http://blog.campodoro.org/?p=190&text=Adding+a+non-VMFS+drive+to+your+ESX%28i%29+server+and+use+it%21+%23campodoro+%23tips+%23apple&via=goudkamp&related=richardxthripp%2Ctweetthisplugin" title="Twitter"><img class="nothumb" src="http://blog.campodoro.org/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://adf.ly/1751486/twitter.com/share?url=http://blog.campodoro.org/?p=190&text=Adding+a+non-VMFS+drive+to+your+ESX%28i%29+server+and+use+it%21+%23campodoro+%23tips+%23apple&via=goudkamp&related=richardxthripp%2Ctweetthisplugin" title="Twitter">Tweet</a> <a class="tt" href="http://adf.ly/1751486/delicious.com/post?url=http://blog.campodoro.org/?p=190&amp;title=Adding+a+non-VMFS+drive+to+your+ESX%28i%29+server+and+use+it%21" title="Post to Delicious"><img class="nothumb" src="http://blog.campodoro.org/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://adf.ly/1751486/delicious.com/post?url=http://blog.campodoro.org/?p=190&amp;title=Adding+a+non-VMFS+drive+to+your+ESX%28i%29+server+and+use+it%21" title="Post to Delicious">Post to Delicious</a> <a class="tt" href="http://adf.ly/1751486/www.facebook.com/share.php?u=http://blog.campodoro.org/?p=190&amp;t=Adding+a+non-VMFS+drive+to+your+ESX%28i%29+server+and+use+it%21" title="Post to Facebook"><img class="nothumb" src="http://blog.campodoro.org/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://adf.ly/1751486/www.facebook.com/share.php?u=http://blog.campodoro.org/?p=190&amp;t=Adding+a+non-VMFS+drive+to+your+ESX%28i%29+server+and+use+it%21" title="Post to Facebook">Post to Facebook</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.campodoro.org/?feed=rss2&#038;p=190</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Read HFS+ on Windows with HFSExplorer</title>
		<link>http://blog.campodoro.org/?p=184</link>
		<comments>http://blog.campodoro.org/?p=184#comments</comments>
		<pubDate>Sun, 04 Sep 2011 07:49:26 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Menu]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[fs]]></category>
		<category><![CDATA[hfs]]></category>
		<category><![CDATA[mac]]></category>
		<category><![CDATA[mount]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[techtips]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.campodoro.org/?p=184</guid>
		<description><![CDATA[Brilliant little program by Erik Larsson. Java dependent. Here is the site for the info &#38; download. Enjoy localy. http://www.catacombae.org/hfsx.html Tweet Post to Delicious Post to Facebook]]></description>
			<content:encoded><![CDATA[<p>Brilliant little program by Erik Larsson. Java dependent. Here is the site for the info &amp; download. Enjoy localy.<br />
<a title="HFSExplorer" href="http://adf.ly/1751486/www.catacombae.org/hfsx.html" target="_blank">http://www.catacombae.org/hfsx.html</a></p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://adf.ly/1751486/twitter.com/share?url=http://blog.campodoro.org/?p=184&text=Read+HFS%2B+on+Windows+with+HFSExplorer+%23campodoro+%23tips+%23apple&via=goudkamp&related=richardxthripp%2Ctweetthisplugin" title="Twitter"><img class="nothumb" src="http://blog.campodoro.org/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://adf.ly/1751486/twitter.com/share?url=http://blog.campodoro.org/?p=184&text=Read+HFS%2B+on+Windows+with+HFSExplorer+%23campodoro+%23tips+%23apple&via=goudkamp&related=richardxthripp%2Ctweetthisplugin" title="Twitter">Tweet</a> <a class="tt" href="http://adf.ly/1751486/delicious.com/post?url=http://blog.campodoro.org/?p=184&amp;title=Read+HFS%2B+on+Windows+with+HFSExplorer" title="Post to Delicious"><img class="nothumb" src="http://blog.campodoro.org/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://adf.ly/1751486/delicious.com/post?url=http://blog.campodoro.org/?p=184&amp;title=Read+HFS%2B+on+Windows+with+HFSExplorer" title="Post to Delicious">Post to Delicious</a> <a class="tt" href="http://adf.ly/1751486/www.facebook.com/share.php?u=http://blog.campodoro.org/?p=184&amp;t=Read+HFS%2B+on+Windows+with+HFSExplorer" title="Post to Facebook"><img class="nothumb" src="http://blog.campodoro.org/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://adf.ly/1751486/www.facebook.com/share.php?u=http://blog.campodoro.org/?p=184&amp;t=Read+HFS%2B+on+Windows+with+HFSExplorer" title="Post to Facebook">Post to Facebook</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.campodoro.org/?feed=rss2&#038;p=184</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hide your drive from the desktop in OSX</title>
		<link>http://blog.campodoro.org/?p=180</link>
		<comments>http://blog.campodoro.org/?p=180#comments</comments>
		<pubDate>Wed, 24 Aug 2011 11:01:00 +0000</pubDate>
		<dc:creator>Martijn</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Menu]]></category>

		<guid isPermaLink="false">http://blog.campodoro.org/?p=180</guid>
		<description><![CDATA[Sometimes you simple need all your drives on your desktop, but the ones like &#8216;TimeMachine&#8217; or &#8216;Lion Installer&#8217; can also simple disappear. Use this script to hide them at every reboot, without having to unmount them. Adjust your volume name &#8230; <a href="http://blog.campodoro.org/?p=180">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Sometimes you simple need all your drives on your desktop, but the ones like &#8216;TimeMachine&#8217; or &#8216;Lion Installer&#8217; can also simple disappear. Use this script to hide them at every reboot, without having to unmount them. Adjust your volume name to reflect yours.</p>
<p><code>sudo echo "echo \"UUID=$(diskutil info /Volumes/Lion\ Installer/ | grep UUID | awk '{print $3}')  none  hfs  rw,noauto\" >> /etc/fstab" | sudo bash</code></p>
<p>To see if it has worked:<br />
<code>sudo cat /etc/fstab</code></p>
<p>Results in:<br />
<code>UUID=F4F6562F-1C4D-361D-BBD4-91C12ED96B44  none  hfs  rw,noauto</code></p>
<p>If your /etc/fstab doesn&#8217;t show the UUIC, then you need to check the volume name and/or delimit spaces with an \.</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://adf.ly/1751486/twitter.com/share?url=http://blog.campodoro.org/?p=180&text=Hide+your+drive+from+the+desktop+in+OSX+%23campodoro+%23tips+%23apple&via=goudkamp&related=richardxthripp%2Ctweetthisplugin" title="Twitter"><img class="nothumb" src="http://blog.campodoro.org/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://adf.ly/1751486/twitter.com/share?url=http://blog.campodoro.org/?p=180&text=Hide+your+drive+from+the+desktop+in+OSX+%23campodoro+%23tips+%23apple&via=goudkamp&related=richardxthripp%2Ctweetthisplugin" title="Twitter">Tweet</a> <a class="tt" href="http://adf.ly/1751486/delicious.com/post?url=http://blog.campodoro.org/?p=180&amp;title=Hide+your+drive+from+the+desktop+in+OSX" title="Post to Delicious"><img class="nothumb" src="http://blog.campodoro.org/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://adf.ly/1751486/delicious.com/post?url=http://blog.campodoro.org/?p=180&amp;title=Hide+your+drive+from+the+desktop+in+OSX" title="Post to Delicious">Post to Delicious</a> <a class="tt" href="http://adf.ly/1751486/www.facebook.com/share.php?u=http://blog.campodoro.org/?p=180&amp;t=Hide+your+drive+from+the+desktop+in+OSX" title="Post to Facebook"><img class="nothumb" src="http://blog.campodoro.org/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://adf.ly/1751486/www.facebook.com/share.php?u=http://blog.campodoro.org/?p=180&amp;t=Hide+your+drive+from+the+desktop+in+OSX" title="Post to Facebook">Post to Facebook</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.campodoro.org/?feed=rss2&#038;p=180</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Print protected PDF files on OSX &#8211; using the terminal</title>
		<link>http://blog.campodoro.org/?p=178</link>
		<comments>http://blog.campodoro.org/?p=178#comments</comments>
		<pubDate>Wed, 24 Aug 2011 10:30:28 +0000</pubDate>
		<dc:creator>Martijn</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Menu]]></category>

		<guid isPermaLink="false">http://blog.campodoro.org/?p=178</guid>
		<description><![CDATA[The newer versions of Preview (at least OS X 10.5, and maybe earlier) respect the &#8220;do not print without a password&#8221; setting in PDF files. However, it is possible to create a completely unprotected version of any PDF file using &#8230; <a href="http://blog.campodoro.org/?p=178">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The newer versions of Preview (at least OS X 10.5, and maybe earlier) respect the &#8220;do not print without a password&#8221; setting in PDF files. However, it is possible to create a completely unprotected version of any PDF file using ghostscript. A command like this should work:</p>
<p><code>gs -sOutputFile=MyNewFile.pdf -sDEVICE=pdfwrite -dNOPAUSE -dbatch -q MyProtectedFile.pdf</code></p>
<p>You may need to type &#8220;quit&#8221; at the command prompt after gs finishes processing the file. Then open the newly created PDF file and voilà, printable! </p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://adf.ly/1751486/twitter.com/share?url=http://blog.campodoro.org/?p=178&text=Print+protected+PDF+files+on+OSX+%E2%80%93+using+the+terminal+%23campodoro+%23tips+%23apple&via=goudkamp&related=richardxthripp%2Ctweetthisplugin" title="Twitter"><img class="nothumb" src="http://blog.campodoro.org/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://adf.ly/1751486/twitter.com/share?url=http://blog.campodoro.org/?p=178&text=Print+protected+PDF+files+on+OSX+%E2%80%93+using+the+terminal+%23campodoro+%23tips+%23apple&via=goudkamp&related=richardxthripp%2Ctweetthisplugin" title="Twitter">Tweet</a> <a class="tt" href="http://adf.ly/1751486/delicious.com/post?url=http://blog.campodoro.org/?p=178&amp;title=Print+protected+PDF+files+on+OSX+%E2%80%93+using+the+terminal" title="Post to Delicious"><img class="nothumb" src="http://blog.campodoro.org/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://adf.ly/1751486/delicious.com/post?url=http://blog.campodoro.org/?p=178&amp;title=Print+protected+PDF+files+on+OSX+%E2%80%93+using+the+terminal" title="Post to Delicious">Post to Delicious</a> <a class="tt" href="http://adf.ly/1751486/www.facebook.com/share.php?u=http://blog.campodoro.org/?p=178&amp;t=Print+protected+PDF+files+on+OSX+%E2%80%93+using+the+terminal" title="Post to Facebook"><img class="nothumb" src="http://blog.campodoro.org/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://adf.ly/1751486/www.facebook.com/share.php?u=http://blog.campodoro.org/?p=178&amp;t=Print+protected+PDF+files+on+OSX+%E2%80%93+using+the+terminal" title="Post to Facebook">Post to Facebook</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.campodoro.org/?feed=rss2&#038;p=178</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>(Sony) XDCAM Transfer for OS X</title>
		<link>http://blog.campodoro.org/?p=165</link>
		<comments>http://blog.campodoro.org/?p=165#comments</comments>
		<pubDate>Sun, 14 Aug 2011 21:18:45 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Menu]]></category>
		<category><![CDATA[drivers]]></category>
		<category><![CDATA[fcp]]></category>
		<category><![CDATA[final cut pro]]></category>
		<category><![CDATA[sony]]></category>
		<category><![CDATA[xdcam]]></category>

		<guid isPermaLink="false">http://blog.campodoro.org/?p=165</guid>
		<description><![CDATA[So as I now and then have to fix up a OS X + FCP install with XDCAM PDW-U01 import functionality, here is a short howto: 1) PDZK-P1 XDCAM Transfer, now 2.12 2) Mac i.Link FAM driver 3) XDCAM Browser, currently &#8230; <a href="http://blog.campodoro.org/?p=165">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>So as I now and then have to fix up a OS X + FCP install with XDCAM PDW-U01 import functionality, here is a short howto:<br />
1) PDZK-P1 XDCAM Transfer, <a href="http://adf.ly/1751486/pro.sony.com/bbsc/ssr/micro-xdcam/resource.downloads.bbsccms-assets-micro-xdcam-downloads-PDZKP1XDCAMTransferSoftwareTC.shtml" target="_blank">now 2.12</a><br />
2) <a href="http://adf.ly/1751486/pro.sony.com/bbsc/ssr/micro-xdcam/resource.downloads.bbsccms-assets-micro-xdcam-downloads-iLINKFAMDriverTC.shtml">Mac i.Link FAM driver</a><br />
3) XDCAM Browser, <a href="http://adf.ly/1751486/pro.sony.com/bbsc/ssr/micro-xdcam/resource.downloads.bbsccms-assets-micro-xdcam-downloads-XDCAMBrowserTC.shtml" target="_blank">currently 1.2</a></p>
<p>The links might break, so <a href="http://adf.ly/1751486/www.google.com/url?sa=t&amp;source=web&amp;cd=1&amp;ved=0CCUQFjAA&amp;url=http%3A%2F%2Fpro.sony.com%2Fbbsccms%2Fext%2Fxdcam%2Fxdcamdownloads.html&amp;rct=j&amp;q=xdcam%20pdw-u1%20driver&amp;ei=fjhITuO-CYn0-gbOwbibBw&amp;usg=AFQjCNHF53OBn_uhI0_2WMgwPPsL_ohP3A&amp;sig2=VHgzDvLDrFZnKpsHwEw9SA" target="_blank">here is the official Sony XDCAM site.</a></p>
<p>I am not affiliated with Sony, nor do they pay me for this. It&#8217;s just a braindump for myself and hopefully others will find this helpful!</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://adf.ly/1751486/twitter.com/share?url=http://blog.campodoro.org/?p=165&text=%28Sony%29+XDCAM+Transfer+for+OS+X+%23campodoro+%23tips+%23apple&via=goudkamp&related=richardxthripp%2Ctweetthisplugin" title="Twitter"><img class="nothumb" src="http://blog.campodoro.org/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://adf.ly/1751486/twitter.com/share?url=http://blog.campodoro.org/?p=165&text=%28Sony%29+XDCAM+Transfer+for+OS+X+%23campodoro+%23tips+%23apple&via=goudkamp&related=richardxthripp%2Ctweetthisplugin" title="Twitter">Tweet</a> <a class="tt" href="http://adf.ly/1751486/delicious.com/post?url=http://blog.campodoro.org/?p=165&amp;title=%28Sony%29+XDCAM+Transfer+for+OS+X" title="Post to Delicious"><img class="nothumb" src="http://blog.campodoro.org/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://adf.ly/1751486/delicious.com/post?url=http://blog.campodoro.org/?p=165&amp;title=%28Sony%29+XDCAM+Transfer+for+OS+X" title="Post to Delicious">Post to Delicious</a> <a class="tt" href="http://adf.ly/1751486/www.facebook.com/share.php?u=http://blog.campodoro.org/?p=165&amp;t=%28Sony%29+XDCAM+Transfer+for+OS+X" title="Post to Facebook"><img class="nothumb" src="http://blog.campodoro.org/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://adf.ly/1751486/www.facebook.com/share.php?u=http://blog.campodoro.org/?p=165&amp;t=%28Sony%29+XDCAM+Transfer+for+OS+X" title="Post to Facebook">Post to Facebook</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.campodoro.org/?feed=rss2&#038;p=165</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Windows multiple program installer thingie&#8230;</title>
		<link>http://blog.campodoro.org/?p=163</link>
		<comments>http://blog.campodoro.org/?p=163#comments</comments>
		<pubDate>Thu, 04 Aug 2011 09:21:17 +0000</pubDate>
		<dc:creator>Neil</dc:creator>
				<category><![CDATA[Menu]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[installer]]></category>
		<category><![CDATA[utility]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://blog.campodoro.org/?p=163</guid>
		<description><![CDATA[I keep forgetting this GREAT tool. After a nice clean Windoze install, all it takes is one visit to http://ninite.com/ and a few clicks, and your all set as far as software goes. Download the bundled installer click on it, &#8230; <a href="http://blog.campodoro.org/?p=163">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I keep forgetting this GREAT tool. After a nice clean Windoze install, all it takes is one visit to <a title="NiNite" href="http://adf.ly/1751486/ninite.com/">http://ninite.com/</a> and a few clicks, and your all set as far as software goes. Download the bundled installer click on it, and go for coffee&#8230; <img src='http://blog.campodoro.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Joy!</p>
<p>Before throwing rotten tomatoes, yes this is Windows only&#8230; my bad! No I don&#8217;t have shares or anything. I&#8217;m just lazy!</p>
<div class="tweetthis" style="text-align:left;"><p> <a class="tt" href="http://adf.ly/1751486/twitter.com/share?url=http://blog.campodoro.org/?p=163&text=The+Windows+multiple+program+installer+thingie%E2%80%A6+%23campodoro+%23tips+%23apple&via=goudkamp&related=richardxthripp%2Ctweetthisplugin" title="Twitter"><img class="nothumb" src="http://blog.campodoro.org/wp-content/plugins/tweet-this/icons/en/twitter/tt-twitter.png" alt="Post to Twitter" /></a> <a class="tt" href="http://adf.ly/1751486/twitter.com/share?url=http://blog.campodoro.org/?p=163&text=The+Windows+multiple+program+installer+thingie%E2%80%A6+%23campodoro+%23tips+%23apple&via=goudkamp&related=richardxthripp%2Ctweetthisplugin" title="Twitter">Tweet</a> <a class="tt" href="http://adf.ly/1751486/delicious.com/post?url=http://blog.campodoro.org/?p=163&amp;title=The+Windows+multiple+program+installer+thingie%E2%80%A6" title="Post to Delicious"><img class="nothumb" src="http://blog.campodoro.org/wp-content/plugins/tweet-this/icons/en/delicious/tt-delicious.png" alt="Post to Delicious" /></a> <a class="tt" href="http://adf.ly/1751486/delicious.com/post?url=http://blog.campodoro.org/?p=163&amp;title=The+Windows+multiple+program+installer+thingie%E2%80%A6" title="Post to Delicious">Post to Delicious</a> <a class="tt" href="http://adf.ly/1751486/www.facebook.com/share.php?u=http://blog.campodoro.org/?p=163&amp;t=The+Windows+multiple+program+installer+thingie%E2%80%A6" title="Post to Facebook"><img class="nothumb" src="http://blog.campodoro.org/wp-content/plugins/tweet-this/icons/en/facebook/tt-facebook.png" alt="Post to Facebook" /></a> <a class="tt" href="http://adf.ly/1751486/www.facebook.com/share.php?u=http://blog.campodoro.org/?p=163&amp;t=The+Windows+multiple+program+installer+thingie%E2%80%A6" title="Post to Facebook">Post to Facebook</a></p></div>]]></content:encoded>
			<wfw:commentRss>http://blog.campodoro.org/?feed=rss2&#038;p=163</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

