Created
March 28, 2022 19:23
-
-
Save danielef/e82b974272a245719a4762292c193a64 to your computer and use it in GitHub Desktop.
Hamachi Ubuntu 18.04 Jetson arm64
This file contains 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
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 my@mail.com |
I tried this on Odroid M1 with Ubuntu 22.04 and it worked great too, thank you danielef!!!
Amazing, work fine with Ubuntu Server on OrangePi 5
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried this on a raspberry pi 4 running Ubuntu 22.04 and it worked great. thank you!