Stackable HTTP 503 Error Page
January 20th, 2010 / No Comments » / by Chris Carey
January 20th, 2010 / No Comments » / by Chris Carey
November 8th, 2009 / 2 Comments » / by Chris Carey
Upgraded to AppleTV 3.0.1 last night, installed the mods. Everything is going well so far! Have all features working such as AFP, SSH, full Codec support thanks to Perian, plus the new 3.0 menu system and iPhone Remote.
November 3rd, 2009 / 1 Comment » / by Chris Carey
Painted these a few months ago and realized I forgot to post them here.
November 3rd, 2009 / No Comments » / by Chris Carey

SLUG Magazine iPhone App is finally out the door. This is my first native iPhone app released under the Apple Developer program.
July 18th, 2009 / 1 Comment » / by Chris Carey
Many of us have been using irssi with screen for a while. It’s a great way to connect into your IRC from anywhere (if the machine is Internet accessible, since you need to be able to SSH in before resuming the screen session).
Read more…
July 9th, 2009 / No Comments » / by Chris Carey
After upgrading to AppleTV 2.4 and installing Perian, I no longer can play Apple videos. The device just shows a black screen. Sometimes there is sound.
Edit: found a fix from westont on AwkwardTV:
Sure enough, looking in the /System/Library/QuickTime folder I found a ‘Disabled’ folder had been created. This folder contained the ‘QuickTimeH264.component’ file which had clearly been moved there by something. Moving this file back to the /System/Library/QuickTime folder and rebooting the ATV got everything working again.
June 3rd, 2009 / No Comments » / by Chris Carey
Finally took the plunge and got IPv6 working at home. Thanks to the folks at http://www.tunnelbroker.net/ for the free 6to4 tunnel!
June 3rd, 2009 / No Comments » / by Chris Carey
By default, your ssh daemon probably will kick you out after a period of no activity. I like to set the following in sshd_config:
TCPKeepAlive yes
ClientAliveInterval 60
May 20th, 2009 / 2 Comments » / by Chris Carey
Making good progress on the UtahFM iPhone App. Got a progress bar working so now it spins while music is playing. I’d like to get some more testers but you have to be willing to upgrade to iPhoneOS 3.0beta5.

The About Page:

April 17th, 2009 / No Comments » / by Chris Carey
The deb file I used to use isnt working. But this script does work for compiling netatalk with SSL support so it actually works:
mkdir -p ~/src/netatalk cd ~/src/netatalk sudo apt-get install devscripts cracklib2-dev dpkg-dev libssl-dev build-essential sudo apt-get build-dep netatalk apt-get source netatalk cd netatalk-2.0.3 DEB_BUILD_OPTIONS=ssl dpkg-buildpackage -us -uc sudo debi echo "netatalk hold" | sudo dpkg --set-selections