Skip to content

Instantly share code, notes, and snippets.

@daxxog
Last active June 26, 2023 12:53
Show Gist options
  • Save daxxog/f05cc1e79c9f45b096b82718b376e8c6 to your computer and use it in GitHub Desktop.
Save daxxog/f05cc1e79c9f45b096b82718b376e8c6 to your computer and use it in GitHub Desktop.
install hamachi on ubuntu 18.04
#!/bin/bash
#curl -L tinyurl.com/gothamachi | sh
cd ~/Downloads
wget https://www.vpn.net/installers/logmein-hamachi_2.1.0.198-1_amd64.deb
sudo apt -y install ./logmein-hamachi_2.1.0.198-1_amd64.deb
sudo hamachi check-update
sudo hamachi login
echo now run ->>
echo sudo hamachi attach [email]
@matx33
Copy link

matx33 commented Jan 7, 2021

how do i run it ?

@burak-yildizoz
Copy link

Go to https://www.logmein.com/ and host a network. Then run hamachi join <ID> where ID is 181-585-285 or something.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment