商城網(wǎng)站 報(bào)價(jià) 方案優(yōu)化建站
魯班貓開發(fā)板通過遠(yuǎn)程VNC連接桌面:
硬件:lubancat2,網(wǎng)線
軟件:ssh軟件,vnc viewer
參考鏈接:https://training.eeworld.com.cn/video/38821
1、ssh連接lubancat2 ,輸入ifconfig查看ip
2、輸入 sudo apt update 更新
3、輸入sudo apt install x11vnc 安裝vnc服務(wù)器
4、開啟vnc服務(wù)
export DISPLAY=:0
sudo x11vnc -auth guess -once -loop -noxdamage -repeat -rfbauth /home/cat/.vnc/passwd -rfbport 5900 -shared
#前面需要加權(quán)限sudo ,如何是使用root客戶權(quán)限則可不加
5、安裝vnc viewer軟件
vnc軟件地址-https://www.realvnc.com/en/connect/download/viewer/
6、連接lubancat2桌面