Skip to content

Commit a6b25b8

Browse files
committed
添加linux下ssh登入桌面显示说明
1 parent 7c84083 commit a6b25b8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
其中files文件夹是上传下载的中转文件夹,
2828
访问地址(如果是本地):http://127.0.0.1:41290
2929

30+
## Linux下如何通过ssh登入后显示桌面
31+
32+
首先需要有X11桌面环境,然后通过ssh进入后需要设置环境变量:
33+
`export DISPLAY=:0`
34+
然后就可以运行dsweb-core程序愉快远程了!
35+
3036
## 第三方库依赖安装参考(主要是linux)
3137

3238
* https://github.com/quadrupleslap/scrap

0 commit comments

Comments
 (0)