Ubuntu 14.04远程桌面连接
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
Ubuntu 14.04远程桌面连接
由于xrdp、gnome和unity之间的兼容性问题,在Ubuntu 14.04版本中仍然无法使用xrdp登陆gnome或unity的远程桌面,现象是登录后只有黑白点为背景,无图标也无法操作。与13.10中的解决方式相同,使用xrdp只能登录xfce的远程桌面。
首先安装xfce:
sudo apt-get update
sudo apt-get install xfce4
如果网速较慢,这会持续一段时间。
然后安装xrdp组件和vnc服务器:
sudo apt-get install xrdp vnc4server
安装好后要自行新建配置文件,使得在远程登录时默认使用xfce作为界面登录,然后重启xrdp服务:
echo "xfce4-session" >~/.xsession
sudo service xrdp restart
这个相当于在当前用户的home目录下新建一个名为.xsession的隐藏文件,并向文件中写入一行xfce4-session。也可以用touch新建文件,并用vi编辑:
touch ~/.xsession
vi ~/.xsession
至此安装和配置工作完成,即可在Windows中使用“远程桌面连接”程序连接Ubuntu主机。也可以通过任何其它支持RDP协议的终端连接,比如iOS平台上微软官方的远程桌面客户端RD Client。
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献24条内容
所有评论(0)