返回首页
macOS

MAC 远程连接 Ubuntu 桌面

安装VNC服务

sudo apt-get install x11vnc

配置VNC

x11vnc -storepasswd

启动VNC服务

x11vnc -forever -shared -rfbauth ~/.vnc/passwd

连接VNC服务

打开splotlight,搜索[屏幕共享],运行。输入IP:5900

参考资料