<?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>Veloce</title>
	<atom:link href="http://veloce.dk/feed/" rel="self" type="application/rss+xml" />
	<link>http://veloce.dk</link>
	<description>Just another WordPress site under construction</description>
	<lastBuildDate>Fri, 10 Feb 2012 21:56:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Remember the permissions for .ssh</title>
		<link>http://veloce.dk/2012/02/05/remember-the-permissions-for-ssh/</link>
		<comments>http://veloce.dk/2012/02/05/remember-the-permissions-for-ssh/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 21:26:34 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[sshd]]></category>

		<guid isPermaLink="false">http://veloce.dk/?p=96</guid>
		<description><![CDATA[I had a weid experience. All of a sudden I wasn&#8217;t able to login on my NAS with ssh. I use PKI (RSA) for login and have disabled pure password login. A ssh -v revealed: debug1: Authentications that can continue: publickey 3 times. First I thought that the keys didn&#8217;t match &#8211; that was not [...]]]></description>
			<content:encoded><![CDATA[<p>I had a weid experience. All of a sudden I wasn&#8217;t able to login on my <span style="font-family: 'courier new', courier;">NAS</span> with <span style="font-family: 'courier new', courier;">ssh</span>. I use <span style="font-family: 'courier new', courier;">PKI (RSA)</span> for login and have disabled pure password login. A <span style="font-family: 'courier new', courier;">ssh -v revealed</span>:</p>
<p><span style="font-family: 'courier new', courier;">debug1: Authentications that can continue: publickey</span></p>
<p>3 times.</p>
<p>First I thought that the keys didn&#8217;t match &#8211; that was not it (I generated a new pair and installed them &#8211; same result).</p>
<p>Then I remembered that sshd is really picky with the permissions on the directories. If the private key in <span style="font-family: 'courier new', courier;">.ssh</span> is accessible by others than the user, it will by default fail.</p>
<p>That was it. <img src='http://veloce.dk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Now I just need to find out why the permissions has changed&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://veloce.dk/2012/02/05/remember-the-permissions-for-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automounting AFS shares from the NAS</title>
		<link>http://veloce.dk/2012/02/02/automounting-afs-shares-from-the-nas/</link>
		<comments>http://veloce.dk/2012/02/02/automounting-afs-shares-from-the-nas/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 19:42:42 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[AFP]]></category>
		<category><![CDATA[autofs]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[Lion]]></category>
		<category><![CDATA[MacOSX]]></category>
		<category><![CDATA[NAS]]></category>

		<guid isPermaLink="false">http://veloce.dk/?p=94</guid>
		<description><![CDATA[Instead of mounting shares manually every time at login, one can use autos. I have followed the guide here. So in my case I created a file /etc/fstab and inserted a file for the home directory on my server (local ip: 192.168.1.40): 192.168.1.40:/jesper /Users/jesper/tranquil/jesper url automounted,url==afp://jesper:PASSWORD@192.168.1.40/jesper 0 0 Then I created the directory locally on [...]]]></description>
			<content:encoded><![CDATA[<p>Instead of mounting shares manually every time at login, one can use autos. I have followed the guide <a href="http://forums.plexapp.com/index.php/topic/14201-howto-automount-afpsmb-shares-using-autofs/">here</a>.</p>
<p>So in my case I created a file <span style="font-family: 'courier new', courier;">/etc/fstab</span> and inserted a file for the home directory on my server (local ip: <span style="font-family: 'courier new', courier;">192.168.1.40</span>):</p>
<p><span style="font-family: 'courier new', courier;">192.168.1.40:/jesper /Users/jesper/tranquil/jesper url automounted,url==afp://jesper:PASSWORD@192.168.1.40/jesper 0 0</span></p>
<p>Then I created the directory locally on my laptop: <span style="font-family: 'courier new', courier;">/Users/jesper/tranquil/jesper</span></p>
<p>And ran:</p>
<p><span style="font-family: 'courier new', courier;">sudo automount -vc</span></p>
<p>And wupti I could cd into <span style="font-family: 'courier new', courier;">/Users/jesper/tranquil/jesper</span> and the Mac mounted it and it worked just like any other directory on the laptop <img src='http://veloce.dk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://veloce.dk/2012/02/02/automounting-afs-shares-from-the-nas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keeping my FreeBSD box up-to-date</title>
		<link>http://veloce.dk/2012/01/27/keeping-my-freebsd-box-up-to-date/</link>
		<comments>http://veloce.dk/2012/01/27/keeping-my-freebsd-box-up-to-date/#comments</comments>
		<pubDate>Fri, 27 Jan 2012 21:31:28 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[ports]]></category>

		<guid isPermaLink="false">http://veloce.dk/?p=88</guid>
		<description><![CDATA[Every once in a while the ports software on the NAS needs to be &#8220;rebased&#8221; with the newest. I have made a script that I can run in a screen. It will update the ports tree and compile the new software: portsnap fetch extract update pkgdb -F portsdb -Fu portupgrade -ac]]></description>
			<content:encoded><![CDATA[<p>Every once in a while the ports software on the NAS needs to be &#8220;rebased&#8221; with the newest.</p>
<p>I have made a script that I can run in a <span style="font-family: 'courier new', courier;">screen</span>. It will update the <span style="font-family: 'courier new', courier;">ports</span> tree and compile the new software:</p>
<p><span style="font-family: 'courier new', courier;">portsnap fetch extract update</span><br />
<span style="font-family: 'courier new', courier;"> pkgdb -F</span><br />
<span style="font-family: 'courier new', courier;"> portsdb -Fu</span><br />
<span style="font-family: 'courier new', courier;"> portupgrade -ac</span></p>
]]></content:encoded>
			<wfw:commentRss>http://veloce.dk/2012/01/27/keeping-my-freebsd-box-up-to-date/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Get rid of the warning when mounting AFP shares</title>
		<link>http://veloce.dk/2012/01/24/get-rid-of-the-warning-when-mounting-afp-shares/</link>
		<comments>http://veloce.dk/2012/01/24/get-rid-of-the-warning-when-mounting-afp-shares/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 22:43:45 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[AFP]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[netatalk]]></category>

		<guid isPermaLink="false">http://veloce.dk/?p=65</guid>
		<description><![CDATA[Does your Mac also complain when you mount a share via AFP (netatalk-FreeBSD)? Something like this: Something wrong with the volume&#8217;s CNID DB, using temporary CNID DB instead. Check server messages for details. Switching to read-only mode. I solved this by adding a little to the rc.conf: cnid_metad_enable=&#8221;yes&#8221;]]></description>
			<content:encoded><![CDATA[<p>Does your Mac also complain when you mount a share via AFP (netatalk-FreeBSD)? Something like this:</p>
<p><span style="font-family: 'courier new', courier;">Something wrong with the volume&#8217;s CNID DB, using</span><br />
<span style="font-family: 'courier new', courier;"> temporary CNID DB instead. Check server messages</span><br />
<span style="font-family: 'courier new', courier;"> for details. Switching to read-only mode.</span></p>
<p>I solved this by adding a little to the rc.conf:</p>
<p><span style="font-family: 'courier new', courier;">cnid_metad_enable=&#8221;yes&#8221;</span></p>
]]></content:encoded>
			<wfw:commentRss>http://veloce.dk/2012/01/24/get-rid-of-the-warning-when-mounting-afp-shares/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change the icon of a FreeBSD served AFP server</title>
		<link>http://veloce.dk/2012/01/24/change-the-icon-of-a-freebsd-served-afp-server/</link>
		<comments>http://veloce.dk/2012/01/24/change-the-icon-of-a-freebsd-served-afp-server/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 21:32:42 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[AFP]]></category>
		<category><![CDATA[avahi]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[NAS]]></category>

		<guid isPermaLink="false">http://veloce.dk/?p=59</guid>
		<description><![CDATA[I found a blogpost describing the setup of the icon: http://www.simonwheatley.co.uk/2008/04/06/avahi-finder-icons/ So create (if not already present) a file: /usr/local/etc/avahi/services/afp.service And put e.g. this in it: &#60;?xml version=&#8221;1.0&#8243; standalone=&#8217;no&#8217;?&#62;&#60;!&#8211;*-nxml-*&#8211;&#62; &#60;!DOCTYPE service-group SYSTEM &#8220;avahi-service.dtd&#8221;&#62; &#60;service-group&#62;   &#60;name replace-wildcards=&#8221;yes&#8221;&#62;%h&#60;/name&#62;   &#60;service&#62;     &#60;type&#62;_afpovertcp._tcp&#60;/type&#62;     &#60;port&#62;548&#60;/port&#62;   &#60;/service&#62;   &#60;service&#62;     &#60;type&#62;_device-info._tcp&#60;/type&#62;     &#60;port&#62;0&#60;/port&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>I found a blogpost describing the setup of the icon:</p>
<p><a href="http://www.simonwheatley.co.uk/2008/04/06/avahi-finder-icons/">http://www.simonwheatley.co.uk/2008/04/06/avahi-finder-icons/</a></p>
<p>So create (if not already present) a file:</p>
<p><span style="font-family: 'courier new', courier;">/usr/local/etc/avahi/services/afp.service</span></p>
<p>And put e.g. this in it:</p>
<p><span style="font-family: 'courier new', courier;">&lt;?xml version=&#8221;1.0&#8243; standalone=&#8217;no&#8217;?&gt;&lt;!&#8211;*-nxml-*&#8211;&gt;</span><br />
<span style="font-family: 'courier new', courier;"> &lt;!DOCTYPE service-group SYSTEM &#8220;avahi-service.dtd&#8221;&gt;</span><br />
<span style="font-family: 'courier new', courier;"> &lt;service-group&gt;</span><br />
<span style="font-family: 'courier new', courier;">  &lt;name replace-wildcards=&#8221;yes&#8221;&gt;%h&lt;/name&gt;</span><br />
<span style="font-family: 'courier new', courier;">  &lt;service&gt;</span><br />
<span style="font-family: 'courier new', courier;">    &lt;type&gt;_afpovertcp._tcp&lt;/type&gt;</span><br />
<span style="font-family: 'courier new', courier;">    &lt;port&gt;548&lt;/port&gt;</span><br />
<span style="font-family: 'courier new', courier;">  &lt;/service&gt;</span><br />
<span style="font-family: 'courier new', courier;">  &lt;service&gt;</span><br />
<span style="font-family: 'courier new', courier;">    &lt;type&gt;_device-info._tcp&lt;/type&gt;</span><br />
<span style="font-family: 'courier new', courier;">    &lt;port&gt;0&lt;/port&gt;</span><br />
<span style="font-family: 'courier new', courier;">    &lt;txt-record&gt;model=<strong>Xserve</strong>&lt;/txt-record&gt;</span><br />
<span style="font-family: 'courier new', courier;">  &lt;/service&gt;</span><br />
<span style="font-family: 'courier new', courier;"> &lt;/service-group&gt;</span></p>
<p>This will display the AFP server as an Xserve <img src='http://veloce.dk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>The different model found in the plist  that defines the graphics are:</p>
<p>(/System/Library/CoreServices/CoreTypes.bundle/Contents/Info.plist)</p>
<table style="border-style: solid; border-width: 1px;">
<tbody>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><strong><span style="font-size: 12px;">Name</span></strong></td>
<td style="border-style: solid; border-width: 1px;"><strong><span style="font-size: 12px;">ID</span></strong></td>
<td style="border-style: solid; border-width: 1px;"><strong><span style="font-size: 12px;">Models</span></strong></td>
<td style="border-style: solid; border-width: 1px;"></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">PC</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">public.generic-pc</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">Windows Windows2000 WindowsXP Windows2003 WindowsVista Windows2008 Windows7</span></td>
<td style="vertical-align: top; border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/public.generic-pc.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">Mac</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.mac</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">Macintosh</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.mac.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">Laptop</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.mac.laptop</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">Laptop</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.macbookpro-15.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">Tower</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.mac.tower</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">Tower</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.macpro.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">PowerBook</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.powerbook</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">PowerBook</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.powerbook-g4-titanium.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">PowerBook G4</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.powerbook-g4-titanium</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">PowerBook3,2 PowerBook3,3 PowerBook3,4 PowerBook3,5</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.powerbook-g4-titanium.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">PowerBook G4</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.powerbook-g4-12</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">PowerBook6,1 PowerBook6,2 PowerBook6,4 PowerBook6,8</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.powerbook-g4-12.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">PowerBook G4</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.powerbook-g4-15</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">PowerBook5,2 PowerBook5,4 PowerBook5,6 PowerBook5,8</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.powerbook-g4-15.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">PowerBook G4</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.powerbook-g4-17</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">PowerBook5,1 PowerBook5,3 PowerBook5,5 PowerBook5,7 PowerBook5,9</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.powerbook-g4-17.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">iBook G4</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.ibook-g4</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">PowerBook6,3 PowerBook6,5 PowerBook6,7</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.ibook-g4-12.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">Power Mac</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.powermac</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">PowerMac</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.powermac-g4-graphite.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">Power Mac G4</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.powermac-g4-quicksilver</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">PowerMac3,5</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.powermac-g4-quicksilver.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">Power Mac G4</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.powermac-g4-mirrored-drive-doors</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">PowerMac3,6</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.powermac-g4-mirrored-drive-doors.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">Power Mac G5</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.powermac-g5</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">PowerMac7,2 PowerMac7,3 PowerMac9,1 PowerMac11,2 PowerMac11,2,Quad</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.powermac-g5.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">Xserve</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.xserve</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">RackMac Xserve</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.xserve.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">(null)</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.macmini-unibody</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">Macmini4,1</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.macmini-unibody.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">(null)</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.macmini-unibody-no-optical</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">Macmini Macmini5,1 Macmini5,2 Macmini5,3</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.macmini-unibody-no-optical.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">eMac</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.emac</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">PowerMac4,4 PowerMac6,4</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.emac.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">iMac</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.imac</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">iMac</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.imac-unibody-27.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">(null)</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.imac-g4-15</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">PowerMac4,2</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.imac-g4-15.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">(null)</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.imac-g4-17</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">PowerMac4,5 PowerMac6,1</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.imac-g4-17.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">(null)</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.imac-g4-20</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">PowerMac6,3</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.imac-g4-20.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">iMac G5</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.imac-g5</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">PowerMac8,1 PowerMac8,2</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.imac-g5-17.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">(null)</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.imac-g5-isight</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">PowerMac12,1</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.imac-iSight-17.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">(null)</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.imac-core-duo</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">iMac4,1 iMac4,2</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.imac-iSight-24.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">(null)</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.imac-core-2-duo</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">iMac5,1 iMac5,2</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.imac-iSight-24.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">(null)</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.imac-iSight-24</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">iMac6,1</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.imac-iSight-24.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">(null)</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.imac-aluminum-20</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">iMac7,1 iMac8,1</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.imac-aluminum-20.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">(null)</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.imac-aluminum-24</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">iMac9,1</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.imac-aluminum-24.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">(null)</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.imac-unibody-21</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">iMac11,2 iMac12,1</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.imac-unibody-21.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">(null)</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.imac-unibody</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">iMac10,1 iMac11,1 iMac11,3 iMac12,2</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.imac-unibody-27.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">MacBook</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.macbook</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">MacBook</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.macbook-unibody-plastic.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">(null)</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.macbook-white</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">MacBook1,1 MacBook2,1 MacBook3,1 MacBook4,1 MacBook5,2 MacBook1,1,White MacBook2,1,White MacBook3,1,White MacBook4,1,White</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.macbook-white.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">(null)</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.macbook-black</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">MacBook1,1,Black MacBook2,1,Black MacBook3,1,Black MacBook4,1,Black</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.macbook-black.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">(null)</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.macbook-unibody</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">MacBook5,1</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.macbook-unibody.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">(null)</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.macbook-unibody-plastic</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">MacBook6,1 MacBook7,1</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.macbook-unibody-plastic.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">(null)</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.macbookpro-13-unibody</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">MacBookPro5,5 MacBookPro7,1 MacBookPro8,1</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.macbookpro-13-unibody.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">MacBook Pro</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.macbookpro</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">MacBookPro</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.macbookpro-15-unibody.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">(null)</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.macbookpro-15</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">MacBookPro1,1 MacBookPro2,2 MacBookPro3,1 MacBookPro4,1</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.macbookpro-15.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">(null)</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.macbookpro-15-unibody</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">MacBookPro5,1 MacBookPro5,3 MacBookPro5,4 MacBookPro8,2</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.macbookpro-15-unibody.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">(null)</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.macbookpro-17-unibody</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">MacBookPro5,2 MacBookPro6,1 MacBookPro8,3</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.macbookpro-17-unibody.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">(null)</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.macbookpro-17</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">MacBookPro1,2 MacBookPro2,1</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.macbookpro-17.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">MacBook Air</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.macbookair</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">MacBookAir1,1 MacBookAir2,1</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.macbookair.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">(null)</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.macbookair-11-unibody</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">MacBookAir3,1 MacBookAir4,1</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.macbookair-11-unibody.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">(null)</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.macbookair-13-unibody</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">MacBookAir MacBookAir3,2 MacBookAir4,2</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.macbookair-13-unibody.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">Mac Pro</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.macpro</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">MacPro MacPro1,1 MacPro2,1 MacPro3,1 MacPro4,1 MacPro5,1</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.macpro.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">Apple TV</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.apple-tv</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">AppleTV AppleTV1,1</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.apple-tv.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">iPhone</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.iphone</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">M68AP iPhone1,1</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.iphone.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">iPhone 3G</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.iphone-3g</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">N82AP iPhone1,2</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.iphone-3g.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">iPhone 3GS</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.iphone-3gs</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">N88AP iPhone2,1</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.iphone-3g.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">iPhone 4</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.iphone-4</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">N90AP iPhone iPhone3,1</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.iphone-4-black.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">iPod</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.ipod</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">iPod</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.ipod-touch-4.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">iPod touch</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.ipod-touch</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">N45AP iPod1,1</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.ipod-touch.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">iPod touch</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.ipod-touch-2</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">N72AP iPod2,1</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.ipod-touch-2.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">iPod touch</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.ipod-touch-3</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">N18AP iPod3,1</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.ipod-touch-2.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">iPod touch</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.ipod-touch-4</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">N81AP iPod4,1</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.ipod-touch-4.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">iPad</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.ipad</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">K48AP iPad iPad1,1</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.ipad.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">AirPort Express</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.airport-express</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">AirPort4 AirPort4,102 AirPort4,107</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.airport-express.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">AirPort Extreme</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.airport</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">AirPort AirPort5 AirPort5,104 AirPort5,105 AirPort5,108 AirPort5,114 AirPort5,117</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.airport-extreme.png" alt="" /></span></td>
</tr>
<tr style="border-style: solid; border-width: 1px;">
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">Time Capsule</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">com.apple.time-capsule</span></td>
<td style="border-style: solid; border-width: 1px;"><span style="font-size: 12px;">AirPort6 AirPort6,106 TimeCapsule TimeCapsule6 TimeCapsule6,106 TimeCapsule6,109 TimeCapsule6,113 TimeCapsule6,116</span></td>
<td style="vertical-align: top;border-style: solid; border-width: 1px;"><span style="font-size: 12px;"><img src="/img/icons/com.apple.time-capsule.png" alt="" /></span></td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://veloce.dk/2012/01/24/change-the-icon-of-a-freebsd-served-afp-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Apple Filing Protocol (AFP) with FreeBSD</title>
		<link>http://veloce.dk/2012/01/24/using-apple-filing-protocol-afp-with-freebsd/</link>
		<comments>http://veloce.dk/2012/01/24/using-apple-filing-protocol-afp-with-freebsd/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 21:16:58 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[AFP]]></category>
		<category><![CDATA[avahi]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[netatalk]]></category>

		<guid isPermaLink="false">http://veloce.dk/?p=51</guid>
		<description><![CDATA[I want to access my files on the FreeBSD NAS via AFP and not SMB. SMB is too Windows-like First we nee Bonjour to multicast the DNS-name of the server. This is implemented by avahi. (Why does it nee to install so many X ports&#8230;?) # cd /usr/ports/net/avahi # make install clean Now start the daemons [...]]]></description>
			<content:encoded><![CDATA[<p>I want to access my files on the FreeBSD NAS via <span style="font-family: 'courier new', courier;"><a href="http://en.wikipedia.org/wiki/Apple_Filing_Protocol">AFP</a></span> and not <span style="font-family: 'courier new', courier;"><a href="http://en.wikipedia.org/wiki/Samba_(software)">SMB</a></span>. <span style="font-family: 'courier new', courier;">SMB</span> is too Windows-like <img src='http://veloce.dk/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>First we nee <span style="font-family: 'courier new', courier;">Bonjour</span> to multicast the <span style="font-family: 'courier new', courier;">DNS</span>-name of the server. This is implemented by <span style="font-family: 'courier new', courier;">avahi</span>. (Why does it nee to install so many X ports&#8230;?)</p>
<p><span style="font-family: 'courier new', courier;"># cd /usr/ports/net/avahi</span><br />
<span style="font-family: 'courier new', courier;"> # make install clean</span></p>
<p>Now start the daemons (remember to modify <span style="font-family: 'courier new', courier;">rc.conf</span>)</p>
<p><span style="font-family: 'courier new', courier;">#Avahi</span><br />
<span style="font-family: 'courier new', courier;"> avahi_daemon_enable=&#8221;YES&#8221;</span><br />
<span style="font-family: 'courier new', courier;"> dbus_enable=&#8221;YES&#8221;</span></p>
<p><span style="font-family: 'courier new', courier;"><code># /usr/local/etc/rc.d/dbus start</code></span><br />
<span style="font-family: 'courier new', courier;"> <code># /usr/local/etc/rc.d/avahi-daemon start</code></span></p>
<p>Now we need a service talking AFP: netatalk</p>
<p># cd /usr/ports/net/netatalk<br />
# make install clean</p>
<div>
<p>Now start the daemons (remember to modify <span style="font-family: 'courier new', courier;">rc.conf</span>)</p>
<p><span style="font-family: 'courier new', courier;">#Netatalk (AFP)</span><br />
<span style="font-family: 'courier new', courier;">netatalk_enable=&#8221;YES&#8221;</span><br />
<span style="font-family: 'courier new', courier;">atalkd_enable=&#8221;NO&#8221;</span><br />
<span style="font-family: 'courier new', courier;">afpd_enable=&#8221;YES&#8221;</span><br />
<span style="font-family: 'courier new', courier;">papd_enable=&#8221;NO&#8221;</span></p>
<p><span style="font-family: 'courier new', courier;"># /usr/local/etc/rc.d/netatalk start</span></p>
<p>Now the AFP is running, and you should be able to see the server in a Finder + be able to login and see the home directory of a specific user.</p>
<p><span style="font-family: 'courier new', courier;"><code><br />
</code></span></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://veloce.dk/2012/01/24/using-apple-filing-protocol-afp-with-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How not to install Plex Media Server on FreeBSD</title>
		<link>http://veloce.dk/2012/01/19/how-not-to-install-plex-media-server-on-freebsd/</link>
		<comments>http://veloce.dk/2012/01/19/how-not-to-install-plex-media-server-on-freebsd/#comments</comments>
		<pubDate>Thu, 19 Jan 2012 21:53:36 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[Apple TV]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[NAS]]></category>
		<category><![CDATA[Plex]]></category>
		<category><![CDATA[PMS]]></category>

		<guid isPermaLink="false">http://veloce.dk/?p=100</guid>
		<description><![CDATA[I have a FreeBSD server with a lot of out media on it. And I want to view this contents on my Apple TV. Plex and Plex Media Server (PMS) comes to mind. There is, however, not a port for FreeBSD of PMS. But fortunately there is good Linux support in FreeBSD, so I was [...]]]></description>
			<content:encoded><![CDATA[<p>I have a <span style="font-family: 'courier new', courier;">FreeBSD</span> server with a lot of out media on it. And I want to view this contents on my Apple TV.</p>
<p><span style="font-family: 'courier new', courier;">Plex</span> and <span style="font-family: 'courier new', courier;">Plex Media Server (PMS)</span> comes to mind.</p>
<p>There is, however, not a port for <span style="font-family: 'courier new', courier;">FreeBSD</span> of <span style="font-family: 'courier new', courier;">PMS</span>. But fortunately there is good <span style="font-family: 'courier new', courier;">Linux</span> support in <span style="font-family: 'courier new', courier;">FreeBSD</span>, so I was hoping to get support that way&#8230; Here is what I tried:</p>
<p>Install Linux support:</p>
<p><span style="font-family: 'courier new', courier;">cd /usr/ports/emulators/linux_base-gentoo-stage3<br />
make install clean</span></p>
<p>Download: <a href="http://www.plexapp.com/repo/pool/main/p/plexmediaserver/plexmediaserver_0.9.5.2-7a18da4_i386.deb">plexmediaserver_0.9.5.2-7a18da4_i386</a> from <a href="http://www.plexapp.com/repo/pool/main/p/plexmediaserver/">plexapp.com</a></p>
<p>Unpack it using <span style="font-family: 'courier new', courier;">ar.</span></p>
<p>Find the file  <span style="font-family: 'courier new', courier;">data.tar.gz</span> and extract the contents in the root of <span style="font-family: 'courier new', courier;">/compat/linux.</span></p>
<p>Try to start the PMS:</p>
<p><span style="font-family: 'courier new', courier;">chroot /compat/linux/usr/sbin/start_pms</span></p>
<p>It fails&#8230; The kernel emulation of Linux sys call does not implement <span style="font-family: 'courier new', courier;">epoll</span> &#8211; which is used by <span style="font-family: 'courier new', courier;">PMS</span> <img src='http://veloce.dk/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  Even a <a href="http://wiki.freebsd.org/linux-kernel">patch</a> will not solve the problem.</p>
<p>So &#8211; don&#8217;t go this way for support of <span style="font-family: 'courier new', courier;">PMS</span> in <span style="font-family: 'courier new', courier;">FreeBSD</span>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://veloce.dk/2012/01/19/how-not-to-install-plex-media-server-on-freebsd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Remounting geli and ZFS partitions</title>
		<link>http://veloce.dk/2012/01/18/remounting-geli-and-zfs-partitions/</link>
		<comments>http://veloce.dk/2012/01/18/remounting-geli-and-zfs-partitions/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 21:42:03 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[geli]]></category>
		<category><![CDATA[ZFS]]></category>

		<guid isPermaLink="false">http://veloce.dk/?p=46</guid>
		<description><![CDATA[As I did a clean install and not an upgrade of my FreeBSD 8.2 to 9.0, I have to reconfigure everything from scratch I have 4 Western Digital disks with data &#8211; all in RAID-Z. And because they are Western Digital, they have 4K sectors and don&#8217;t work well with ZFS. So I also have [...]]]></description>
			<content:encoded><![CDATA[<p>As I did a clean install and not an upgrade of my <span style="font-family: 'courier new', courier;">FreeBSD 8.2</span> to <span style="font-family: 'comic sans ms', sans-serif;">9.0</span>, I have to reconfigure everything from scratch <img src='http://veloce.dk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I have 4 Western Digital disks with data &#8211; all in <span style="font-family: 'courier new', courier;">RAID-Z</span>. And because they are Western Digital, they have <span style="font-family: 'courier new', courier;">4K</span> sectors and don&#8217;t work well with <span style="font-family: 'courier new', courier;">ZFS</span>. So I also have encrypted them with <span style="font-family: 'courier new', courier;">geli</span> &#8211; a standard <a href="http://www.cod3r.com/2010/06/zfs-on-western-digital-ears-drives/">trick</a>.</p>
<p>I had a huge problem attaching the <span style="font-family: 'courier new', courier;">geli</span> devices after reinstall.</p>
<p>The devices have changed names, and the <span style="font-family: 'courier new', courier;">geli attach</span> will fail if using the &#8220;alias&#8221; device :-/</p>
<p>So if using e.g. <span style="font-family: 'courier new', courier;">ad6s1e</span> as provider under <span style="font-family: 'courier new', courier;">8.2</span>, then attach will fail under <span style="font-family: 'courier new', courier;">9.0</span> with:</p>
<p><span style="font-family: 'courier new', courier;">geli: Provider ad6s1e is invalid</span></p>
<p>The <span style="font-family: 'courier new', courier;">/dev/ad6s1e</span> is now an alias for <span style="font-family: 'courier new', courier;">/dev/ada0s1e</span> (look in the <span style="font-family: 'courier new', courier;">dmesg</span>).</p>
<p>So remember to keep this in mind when editing <span style="font-family: 'courier new', courier;">rc.conf</span> and<span style="font-family: 'courier new', courier;"> loader.conf</span>. Also remember to copy the <span style="font-family: 'courier new', courier;">zpool.cache</span> in <span style="font-family: 'courier new', courier;">/boot/zfs</span> in order for the <span style="font-family: 'courier new', courier;">zfs</span> mounts to work.</p>
]]></content:encoded>
			<wfw:commentRss>http://veloce.dk/2012/01/18/remounting-geli-and-zfs-partitions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DR Bonanza on the Apple TV</title>
		<link>http://veloce.dk/2012/01/18/dr-bonanza-on-the-apple-tv/</link>
		<comments>http://veloce.dk/2012/01/18/dr-bonanza-on-the-apple-tv/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 19:50:41 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
				<category><![CDATA[Media]]></category>
		<category><![CDATA[Apple TV]]></category>
		<category><![CDATA[XBMC]]></category>

		<guid isPermaLink="false">http://veloce.dk/?p=42</guid>
		<description><![CDATA[The danish television (DRTV) has put a lot of their old material in digital form on the net. Visit Bonanza to see it from you browser (if you are from Denmark). But I want to watch it on my Apple TV That is where XBMC comes in. Just add it via the Add-on manager in [...]]]></description>
			<content:encoded><![CDATA[<p>The danish television (DRTV) has put a lot of their old material in digital form on the net. Visit <a title="Bonanza" href="http://www.dr.dk/Bonanza/index.htm">Bonanza</a> to see it from you browser (if you are from Denmark).</p>
<p>But I want to watch it on my Apple TV <img src='http://veloce.dk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>That is where XBMC comes in. Just add it via the <a href="http://wiki.xbmc.org/index.php?title=Add-ons">Add-on manager</a> in XBMC.</p>
]]></content:encoded>
			<wfw:commentRss>http://veloce.dk/2012/01/18/dr-bonanza-on-the-apple-tv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing FreeBSD on my NAS</title>
		<link>http://veloce.dk/2012/01/16/installing-freebsd-on-my-nas/</link>
		<comments>http://veloce.dk/2012/01/16/installing-freebsd-on-my-nas/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 21:39:13 +0000</pubDate>
		<dc:creator>Jesper</dc:creator>
				<category><![CDATA[Computers]]></category>
		<category><![CDATA[FreeBSD]]></category>
		<category><![CDATA[NAS]]></category>

		<guid isPermaLink="false">http://veloce.dk/?p=15</guid>
		<description><![CDATA[Using the new bsdinstall works like a charm Thanks! I want a very small install &#8211; no doc, no games, no lib32, no src (I&#8217;m ok with the prebuilt kernels). So I just selected ports &#8211; I want to be able to add ports. It turns out that after boot I needed to install the [...]]]></description>
			<content:encoded><![CDATA[<p>Using the new <span style="font-family: 'courier new', courier;">bsdinstall</span> works like a charm <img src='http://veloce.dk/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Thanks!</p>
<p>I want a very small install &#8211; no <span style="font-family: 'courier new', courier;">doc</span>, no <span style="font-family: 'courier new', courier;">games</span>, no <span style="font-family: 'courier new', courier;">lib32</span>, no <span style="font-family: 'courier new', courier;">src</span> (I&#8217;m ok with the prebuilt kernels).</p>
<p>So I just selected <span style="font-family: 'courier new', courier;">ports</span> &#8211; I want to be able to add <span style="font-family: 'courier new', courier;">ports</span>.</p>
<p>It turns out that after boot I needed to install the following <span style="font-family: 'courier new', courier;">ports</span> (with their dependencies):</p>
<ul>
<li><span style="font-family: 'courier new', courier;">bash</span></li>
<li><span style="font-family: 'courier new', courier;">screen</span></li>
<li><span style="font-family: 'courier new', courier;">sudo</span></li>
<li><span style="font-family: 'courier new', courier;">portupgrade</span></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://veloce.dk/2012/01/16/installing-freebsd-on-my-nas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

