Created
July 18, 2013 23:04
-
-
Save nachoalthabe/6033852 to your computer and use it in GitHub Desktop.
Prepare Kiosko with Hamachi VPN access
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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