Skip to content

Instantly share code, notes, and snippets.

@frazerm
Last active August 29, 2015 14:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frazerm/0187f8527ac9fa6229ef to your computer and use it in GitHub Desktop.
Save frazerm/0187f8527ac9fa6229ef to your computer and use it in GitHub Desktop.
Hamachi for Linux install/setup
#!/bin/bash
cd ~/Downloads
wget https://secure.logmein.com/labs/logmein-hamachi_2.1.0.136-1_amd64.deb hamachi.deb
sudo apt-get install lsb-core
sudo apt-get -f install
sudo dpkg -i hamachi.deb
echo "Ipc.User" $USER
sudo /etc/init.d/logmein-hamachi restart
hamachi login
hamachi set-nick $USER
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment