Category Archives: NAS

My NAS Server 2 (Part I) – Introduction

Throughout this series of posts, I’ll be describing the specifications of my home network-attached storage server (NAS). Before I get to the details in later posts, I’m first going to set out what I’m trying to achieve. Mass storage – … Continue reading

Posted in NAS | 1 Comment

Install AFP with SSL

Here’s how to install AFP (Netatalk) on Ubuntu Linux with SSL for encrypted logins. [code lang=”bash”]apt-get install cracklib2-dev libssl-dev devscripts apt-get source netatalk apt-get build-dep netatalk cd netatalk-* DEB_BUILD_OPTIONS=ssl sudo dpkg-buildpackage -us -uc dpkg -i ../netatalk_*.deb[/code] Now you should prevent … Continue reading

Posted in Linux, NAS | Leave a comment