From the Raspberry Pi terminal or SSH into the Pi: sudo apt-get update sudo apt-get install netatalk sudo /etc/init.d/netatalk stop…
Latest Posts
Setting Raspberry Pi for a Static IP
sudo -s cd /etc/network cp interfaces interfaces.bak nano interfaces auto lo iface lo inet loopback iface eth0 inet dhcp allow-hotplug…
Mounting Raspberry Pi SD Card on a Mac (with Write Access)
Download and install: Fuse for OS X (Make sure to check: MacFUSE Compatibility Layer) Download and install: fuse-ext2 Open Terminal Type: sudo…