Skip to content

Instantly share code, notes, and snippets.

@SergeyL-1979
Forked from danielef/hamachi.sh
Created November 25, 2024 21:06
Show Gist options
  • Select an option

  • Save SergeyL-1979/11121d8861c6317d201244bb337d369b to your computer and use it in GitHub Desktop.

Select an option

Save SergeyL-1979/11121d8861c6317d201244bb337d369b to your computer and use it in GitHub Desktop.
Hamachi Ubuntu 18.04 Jetson arm64
sudo dpkg --add-architecture armhf
sudo apt-get update
sudo apt-get install libc6:armhf
sudo ln -s /lib/ld-linux-armhf.so.3 /lib/ld-linux.so.3
sudo apt-get install libstdc++6:armhf
sudo wget https://www.vpn.net/installers/logmein-hamachi_2.1.0.203-1_armhf.deb
sudo dpkg -i logmein-hamachi_2.1.0.203-1_armhf.deb
sudo hamachi login
sudo hamachi attach-net [email protected]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment