P.S. The Raspberry Pi rocks!!!
# The benefit of Hamachi, is you don’t need to do port forwarding on the router, once the
# raspberry PI is setup, you can just connect it to a friends router and SSH
# connect to the PI using the Hamachi IP address.
# Based upon this blog
# http://lifehacker.com/5978098/turn-a-ra ... ere-you-go
# use Soft-float Debian “wheezy”
# hamachi cannot install on standard Raspbian “wheezy”
# http://www.raspberrypi.org/downloads
# check latest hamachi at https://secure.logmein.com/labs/#HamachiforLinux
# check statusCode: Select all
sudo apt-get update sudo apt-get install --fix-missing lsb lsb-core sudo wget https://secure.logmein.com/labs/logmein-hamachi_2.1.0.86-1_armel.deb sudo dpkg -i logmein-hamachi_2.1.0.86-1_armel.deb sudo hamachi login sudo hamachi attach [your hamachi email address] sudo hamachi set-nick [whatever nickname you make]# TIP: I got errorCode: Select all
sudo hamachi
#
# hamachi login
# Logging in .. failed, busy
#
# workaround
#
# /etc/init.d/logmein-hamachi stop
# /etc/init.d/logmein-hamachi start