Win7远程连接Ubuntu

可以通过如下命令,安装rdp服务:


sudo apt-get install xrdp

sudo apt-get install vnc4server tightvncserver

cd/home/your username

echo "gnome-session --session=ubuntu-2d"> .xsession

sudo/etc/init.d/xrdp restart


然后在Win7上即可通过远程桌面连接Ubuntu。


Ubuntu 14.04

安装xrdp后在/usr/share/applications/Desktop Shaing, 设定运行远程桌面访问。

然后安装dconf-editor: sudo apt-get install dconf-editor
run Dconf-editor, 找到路径:org > gnome > desktop > remote-access,取消钩选 “requlre-encryption”


参考链接:

http://www.zhixing123.cn/ubuntu/41953.html


http://www.cnblogs.com/jerome-rong/archive/2012/08/16/2642035.html

















本文转simmy51CTO博客,原文链接:http://blog.51cto.com/helpdesk/1428625,如需转载请自行联系原作者

上一篇:几款不错的VisualStudio2010插件


下一篇:mono for andorid 引用外部的dll问题