-
-
Save reed-lau/0b87a00d86e2a48df5b0a36b65d54e45 to your computer and use it in GitHub Desktop.
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
# mac vnc连接ubuntu | |
1 on ubuntu | |
sudo apt-get install x11vnc | |
x11vnc -storepasswd | |
x11vnc -forever -shared -rfbauth ~/.vnc/passwd | |
2 on mac | |
右键 访达-> 连接到 vnc://x.x.x.x:5900 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment