Ubuntu系统安装Xrdp服务,使用RDP远程桌面连接Ubuntu使用 apt 安装 xfceUbuntu123sudo apt-get updatesudo DEBIAN_FRONTEND=noninteractive apt-get -y install xfce4sudo apt install xfce4-session
安装 xrdp 服务Ubuntu12sudo apt-get -y install xrdpsudo systemctl enable xrdp
在 Ubuntu 20以上的版本中,需要向 xrdp 用户授予证书访问权限Ubuntu1sudo adduser xrdp ssl-cert
告诉 xrdp 在启动会话时要使用的桌面环境。 配置 xrdp 以使用 xfce 作为桌面环境Ubuntu1echo xfce4-session >~/.xsession
重新启动 xrdp 服务使更改生效Ubuntu1sudo service xrdp restart
[up主专用,视频内嵌代码贴在这]
.video-container {
posi ...
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment