ubuntu远程桌面windows

首先windows需要开启远程桌面功能。

在Ubuntu上用rdesktop来远程windows。

apt-get install rdesktop
rdesktop   192.168.1.7  -f -a 16

-f 表示全屏,可以去掉

-a表示16位色深,可以去掉

退出全屏的方法:

ctrl+alt+enter

你可能感兴趣的:(ubuntu)