Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save iArnaud/4655810 to your computer and use it in GitHub Desktop.

Select an option

Save iArnaud/4655810 to your computer and use it in GitHub Desktop.
# install AFP
# from: http://ubuntuforums.org/showthread.php?t=410274
mkdir -p ~/src/netatalk
cd ~/src/netatalk
sudo aptitude install devscripts cracklib2-dev dpkg-dev libssl-dev
apt-get source netatalk
sudo apt-get build-dep netatalk
# this folder name may change depending on the version of netatalk
cd netatalk-2.0.5
DEB_BUILD_OPTIONS=ssl sudo dpkg-buildpackage -us -uc
sudo debi
# install zeroconf (bonjour)
sudo apt-get install avahi-daemon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment