Author Archives: Iain

3TB Hard Drives and Linux

Having run completely out of space, I was all ready to start my next array with 2TB hard drives. Surprisingly, the same day, I read on Engadget that Western Digital had started shipping 3TB drives. With the cost overhead of … Continue reading

Posted in Linux, NAS | Leave a comment

My NAS Server 2 (Part III) – Hardware

As promised, here’s my initial hardware for this NAS. Later posts will discuss how I went further and what hardware needed to change to accommodate. Motherboard A tough choice I had to make right at the beginning of the build … Continue reading

Posted in NAS | 2 Comments

My NAS Server 2 (Part II) – Case

When I started this NAS, I thought I was going to be using something like the Norco RPC-4020. This is a sever case with 20 hot-swappable SATA bays, so it’s an ideal form factor for a NAS. Having been made … Continue reading

Posted in NAS | Leave a comment

My NAS Server 1

After starting the series of posts My NAS Server 2, I thought I should take a few moments to write about the experiences of my first NAS server. It should help justify the decisions I made with second NAS you … Continue reading

Posted in Linux, NAS | 7 Comments

Power-on an ATX PSU Without a System

If you’ve got too many hard drives or other components connected to your computer, you may need a second power supply. In order to turn it on without connecting it to a motherboard you have to ‘jump’ it. It’s a … Continue reading

Posted in NAS | 1 Comment

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

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