Monthly Archives: March 2010

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

Hide or Show a File in Mac OS X Finder

Ever wanted to hide an individual file in Mac OS X Finder without prefixing it with a dot? Here’s how (you’ll need the Apple developer tools installed): [code lang=”bash”]/Developer/Tools/SetFile -a V «filename»[/code] …and to show it again: [code lang=”bash”]/Developer/Tools/SetFile -a … Continue reading

Posted in Apple, Mac OS X | Leave a comment

Hello, World!

I’ve created this space to share some of my personal projects and tips I find along the way. Plus, anything I have an opinion on.

Posted in Uncategorized | Leave a comment