ubuntu 安装 lxde 桌面并使用 novnc 访问
-
安装 nginx,xorg,lxde,vncsever
apt update && apt list --upgradable && apt upgrade
apt-get install nginx xorg lxde-core tightvncserver iceweasel git vim cron -y
-
设置密码
tightvncserver :1
-
设置重启生效
- 先 kill:
tightvncserver -kill :1
- 修改文件:
vim ~/.vnc/xstartup
- 文件后面追加:
lxterminal & /usr/bin/lxsession -s LXDE &
- 先 kill:
-
下载 novnc
git clone [https://github.com/novnc/noVNC.git](https://github.com/novnc/noVNC.git)
-
下载 vnc 转换 web: websockify
./noVNC/utils/novnc_proxy --vnc localhost:5901
-
启动 novnc, 23 代表代理出去的端口
nohup ./noVNC/utils/websockify/websockify.py --web /root/noVNC/ 23 127.0.0.1:5901 &
-
重启 vnc
tightvncserver :1
欢迎来到这里!
我们正在构建一个小众社区,大家在这里相互信任,以平等 • 自由 • 奔放的价值观进行分享交流。最终,希望大家能够找到与自己志同道合的伙伴,共同成长。
注册 关于