日本免费高清视频-国产福利视频导航-黄色在线播放国产-天天操天天操天天操天天操|www.shdianci.com

學(xué)無先后,達(dá)者為師

網(wǎng)站首頁 編程語言 正文

ubuntu 服務(wù)器安裝配置VNC訪問

作者:董武明 更新時(shí)間: 2023-07-15 編程語言

ubuntu 如果服務(wù)器沒有桌面相關(guān)圖形包,需手動(dòng)安裝下:

sudo apt install ubuntu-desktop
sudo apt install lightdm

VNC安裝:

1.安裝

在Ubuntu上安裝x11vnc,如下:

sudo apt-get install x11vnc

2.配置vnc密碼

x11vnc -storepasswd

3.啟動(dòng)vnc服務(wù)

x11vnc -forever -shared -rfbauth ~/.vnc/passwd
download url :https://www.realvnc.com/en/connect/download/viewer/windows/
已制定新的端口號(hào)8059為例:
nohup sudo x11vnc -auth guess -forever -shared -rfbauth ~/.vnc/passwd -rfbport 8059 > /dev/null 2>&1 &

sudo x11vnc -auth guess -forever -loop -noxdamage -repeat -shared -rfbauth /home/ubuntu/.vnc/passwd -rfbport 8059 -ncache 10

原文鏈接:https://blog.csdn.net/dongwuming/article/details/128969624

  • 上一篇:沒有了
  • 下一篇:沒有了
欄目分類
最近更新