Skip to content

Instantly share code, notes, and snippets.

@nachoalthabe
Created July 18, 2013 23:04
Show Gist options
  • Save nachoalthabe/6033852 to your computer and use it in GitHub Desktop.
Save nachoalthabe/6033852 to your computer and use it in GitHub Desktop.
Prepare Kiosko with Hamachi VPN access
wget https://secure.logmein.com/labs/logmein-hamachi_2.1.0.101-1_i386.deb
sudo dpkg -i logmein-hamachi_2.1.0.101-1_i386.deb
sudo apt-get -f install
sudo service logmein-hamachi start
sudo update-rc.d logmein-hamachi defaults
sudo hamachi login
sudo hamachi join NetworkID NetworkPassword
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment