<?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>Make Tech Easier&#187; netatalk</title>
	<atom:link href="http://maketecheasier.com/tag/netatalk/feed" rel="self" type="application/rss+xml" />
	<link>http://maketecheasier.com</link>
	<description>Uncomplicating the complicated, making life easier</description>
	<lastBuildDate>Fri, 25 May 2012 23:58:46 +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>[Ubuntu Intrepid] How to Share Files With Mac OS X via Netatalk</title>
		<link>http://maketecheasier.com/ubuntu-intrepid-how-to-share-file-with-mac-os-x-via-netatalk/2008/11/05</link>
		<comments>http://maketecheasier.com/ubuntu-intrepid-how-to-share-file-with-mac-os-x-via-netatalk/2008/11/05#comments</comments>
		<pubDate>Wed, 05 Nov 2008 15:02:24 +0000</pubDate>
		<dc:creator>Damien</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Intrepid]]></category>
		<category><![CDATA[netatalk]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://maketecheasier.com/?p=1049</guid>
		<description><![CDATA[Netatalk is a kernel level implementation of the AppleTalk Protocol Suite that allows any Unix/BSD system to run as a file, print and time server for any Mac machine. While the Netatalk package is included in the Ubuntu Intrepid&#8217;s repository, the package is broken and does not work in the... <p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/ubuntu-intrepid-how-to-share-file-with-mac-os-x-via-netatalk/2008/11/05&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/ubuntu-intrepid-how-to-share-file-with-mac-os-x-via-netatalk/2008/11/05" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/ubuntu-intrepid-how-to-share-file-with-mac-os-x-via-netatalk/2008/11/05" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/ubuntu-intrepid-how-to-share-file-with-mac-os-x-via-netatalk/2008/11/05" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/ubuntu-intrepid-how-to-share-file-with-mac-os-x-via-netatalk/2008/11/05&amp;title=%5BUbuntu+Intrepid%5D+How+to+Share+Files+With+Mac+OS+X+via+Netatalk&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/ubuntu-intrepid-how-to-share-file-with-mac-os-x-via-netatalk/2008/11/05" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/ubuntu-intrepid-how-to-share-file-with-mac-os-x-via-netatalk/2008/11/05">[Ubuntu Intrepid] How to Share Files With Mac OS X via Netatalk</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1054" title="netatalk" src="http://imagecdn.maketecheasier.com/2008/11/netatalk.jpg" alt="" width="580" height="150" /></p>
<p><a href="http://netatalk.sourceforge.net/" target="_blank">Netatalk</a> is a kernel level implementation of the AppleTalk Protocol Suite that allows any Unix/BSD system to run as a file, print and time server for any Mac machine.</p>
<p>While the Netatalk package is included in the Ubuntu Intrepid&#8217;s repository, the package is broken and does not work in the way it is intended to. The following instructions can help you to build, install and configure Netatalk to work in your Ubuntu Intrepid (It works in Ubuntu Hardy too).</p>
<p><span id="more-1049"></span>In your terminal,</p>
<p class="codeblock">mkdir -p ~/src/netatalk<br />
cd ~/src/netatalk<br />
sudo apt-get install devscripts cracklib2-dev dpkg-dev libssl-dev build-essential<br />
sudo apt-get build-dep netatalk<br />
apt-get source netatalk<br />
cd netatalk-2.0.3<br />
DEB_BUILD_OPTIONS=ssl dpkg-buildpackage -us -uc<br />
sudo debi</p>
<p>That&#8217;s it. Netatalk should now be installed and started.</p>
<p>You will have to start everytime you log in.</p>
<p>To start Netatalk,</p>
<p class="codeblock">sudo /etc/init.d/netatalk start</p>
<p>To restart Netatalk</p>
<p class="codeblock">sudo /etc/init.d/netatalk restart</p>
<h2>To Connect to Ubuntu From Mac OS X</h2>
<p>In your Mac OS X, open the <em>Finder</em>. On the menu, click <em>Go -&gt; Connect to server.</em></p>
<p><img class="alignnone size-full wp-image-1050" style="border:1px solid #000" title="finder-1" src="http://imagecdn.maketecheasier.com/2008/11/finder-1.jpg" alt="finder" width="455" height="329" /></p>
<p>Enter the IP address of your Ubuntu machine and click <em>Connect.</em></p>
<p><img class="alignnone size-full wp-image-1051" title="finder-2" src="http://imagecdn.maketecheasier.com/2008/11/finder-2.jpg" alt="finder" width="489" height="252" /></p>
<p>It should ask you for verification. Enter your login name and password.</p>
<p><img class="alignnone size-full wp-image-1052" title="finder-3" src="http://imagecdn.maketecheasier.com/2008/11/finder-3.jpg" alt="finder" width="431" height="248" /></p>
<p>You should now see your Ubuntu Home folder on the left pane of <em>Finder</em>.</p>
<p><img class="alignnone size-full wp-image-1053" title="finder-4" src="http://imagecdn.maketecheasier.com/2008/11/finder-4.jpg" alt="finder" width="569" height="376" /></p>
<p>Enjoy!</p>
<p>[Reference: <a href="http://ubuntuforums.org/showthread.php?t=410274" target="_blank">Ubuntu Forum</a>]<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://maketecheasier.com/turn-your-ubuntu-intrepid-into-mac-osx-leopard/2009/01/08' title='Turn Your Ubuntu Intrepid Into Mac OSX Leopard'>Turn Your Ubuntu Intrepid Into Mac OSX Leopard</a></li>
<li><a href='http://maketecheasier.com/turn-your-ubuntu-hardy-to-mac-osx-leopard/2008/07/23' title='Turn Your Ubuntu Hardy to Mac OSX Leopard'>Turn Your Ubuntu Hardy to Mac OSX Leopard</a></li>
<li><a href='http://maketecheasier.com/integrate-skype-with-ubuntu-unity/2012/05/23' title='How to Integrate Skype With Ubuntu Unity'>How to Integrate Skype With Ubuntu Unity</a></li>
<li><a href='http://maketecheasier.com/install-java-runtime-in-ubuntu/2012/05/14' title='How to Install Java Runtime In Ubuntu 12.04'>How to Install Java Runtime In Ubuntu 12.04</a></li>
</ul>
<p><div style="float:left;margin-bottom:10px"><a href="http://api.tweetmeme.com/share?url=http://maketecheasier.com/ubuntu-intrepid-how-to-share-file-with-mac-os-x-via-netatalk/2008/11/05&amp;service=bit.ly" target="_blank"><img src="http://api.tweetmeme.com/imagebutton.gif?url=http://maketecheasier.com/ubuntu-intrepid-how-to-share-file-with-mac-os-x-via-netatalk/2008/11/05" style="border:none;margin-right:5px" width="51" height="61"></a><a href="http://digg.com/tools/diggthis/login?url=http://maketecheasier.com/ubuntu-intrepid-how-to-share-file-with-mac-os-x-via-netatalk/2008/11/05" target="_blank"><img src="http://images.maketecheasier.com/diggme.png" style="border:none;margin-right:5px" ></a><a href="http://www.facebook.com/sharer.php?u=http://maketecheasier.com/ubuntu-intrepid-how-to-share-file-with-mac-os-x-via-netatalk/2008/11/05" target="_blank"><img src="http://images.maketecheasier.com/fb.jpg" style="border:none;margin-right:5px" ></a><a href="http://www.google.com/reader/link?url=http://maketecheasier.com/ubuntu-intrepid-how-to-share-file-with-mac-os-x-via-netatalk/2008/11/05&amp;title=%5BUbuntu+Intrepid%5D+How+to+Share+Files+With+Mac+OS+X+via+Netatalk&amp;srcTitle=MakeTechEasier.com" target="_blank"><img src="http://images.maketecheasier.com/gbuzz-feed.png" style="border:none;margin-right:5px" ></a><a href="http://www.stumbleupon.com/submit?url=http://maketecheasier.com/ubuntu-intrepid-how-to-share-file-with-mac-os-x-via-netatalk/2008/11/05" target="_blank"><img src="http://images.maketecheasier.com/stumble.png"></a></div>
<div style="clear:both"></div>
<strong><a href="http://maketecheasier.com/ubuntu-intrepid-how-to-share-file-with-mac-os-x-via-netatalk/2008/11/05">[Ubuntu Intrepid] How to Share Files With Mac OS X via Netatalk</a></strong> originally published on <a href="http://maketecheasier.com">Make Tech Easier</a> (<a href="http://feedproxy.google.com/MakeTechEasier">RSS</a>)
<br/>
Follow us at <a href="http://www.facebook.com/MakeTechEasier">Facebook</a> | <a href="http://twitter.com/MakeTechEasier">Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://maketecheasier.com/ubuntu-intrepid-how-to-share-file-with-mac-os-x-via-netatalk/2008/11/05/feed</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: cdn.maketecheasier.com

Served from: maketecheasier.com @ 2012-05-25 19:40:29 -->
