Stackable HTTP 503 Error Page

January 20, 2010

Immortalized in a HTTP 503 Error Page

AppleTV 3.0.1 works well, so far

November 8, 2009

appletv30menuUpgraded 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.

iPhone Trifecta

November 3, 2009

Painted these a few months ago and realized I forgot to post them here.

SLUG Magazine iPhone App hits the App Store

November 3, 2009


SLUG Magazine iPhone App is finally out the door. This is my first native iPhone app released under the Apple Developer program.

IRC with irssi-proxy + screen

July 18, 2009

Introduction

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).
Continue Reading »

AppleTV 2.4 Black Screen when playing video

July 9, 2009

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.

Got IPv6 up and running at home

June 3, 2009

Finally took the plunge and got IPv6 working at home. Thanks to the folks at http://www.tunnelbroker.net/ for the free 6to4 tunnel!

SSH KeepAlive

June 3, 2009

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

UtahFM iPhone App

May 20, 2009

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.

Main Screen

The About Page:

About Page

Netatalk on Intrepid once again

April 17, 2009

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

 
Powered by Wordpress and MySQL. Theme by Shlomi Noach, openark.org