windows 远程到ubuntu桌面
2021-04-30 09:27
标签:lang local bin content rem style etc add ssi Windows remote connect ubuntu desktop 1. install xRDP sudo apt-get update sudo apt-get install xrdp 2. install XFCE4 sudo apt-get install xfce4 3, configure xRDP echo xfce4-session >~/.xsession sudo vi /etc/xrdp/startwm.sh add the blow content 4. Restart xRDP sudo service xrdp restart 5. Done. Test the connection windows 远程到ubuntu桌面 标签:lang local bin content rem style etc add ssi 原文地址:http://www.cnblogs.com/Jesse-Li/p/7808487.html#!/bin/sh
if [ -r /etc/default/locale ]; then
. /etc/default/locale
export LANG LANGUAGE
fi
startxfce4
文章标题:windows 远程到ubuntu桌面
文章链接:http://soscw.com/index.php/essay/80344.html