Windows遠程桌面XUbuntu

參考:

https://blog.csdn.net/qq_25556149/article/details/82216190

https://blog.csdn.net/woodcorpse/article/details/80503232

sudo apt-get install tightvncserver xrdp
sudo apt-get install xubuntu-desktop
#將xfce4-session寫入到文件.xsession中
echo xfce4-session >~/.xsession
sudo vim /etc/xrdp/startwm.sh

加入:
xfce4-session

sudo vim /etc/X11/Xsession

加入:
xfce4-session

#重新啓動xrdp服務
sudo service xrdp restart

然後我們就可以使用Windows的mstsc登錄 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章