中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

ubuntu開啟vnc遠程桌面的方法

發布時間:2020-06-12 14:14:06 來源:億速云 閱讀:9401 作者:元一 欄目:系統運維

概念

Ubuntu是一個以桌面應用為主的開源GNU/Linux操作系統,Ubuntu 是基于Debian GNU/Linux,支持x86、amd64(即x64)和ppc架構,由全球化的專業開發團隊(Canonical Ltd)打造的。

VNC (Virtual Network Computer)是虛擬網絡計算機的縮寫,它是一款遠程控制工具軟件,由Olivetti & Oracle研究室所開發,此研究室在1999年并入美國電話電報公司(AT&T)。VNC借由網絡,可傳送鍵盤與鼠標的動作及實時的屏幕畫面。在Linux中,VNC包括以下四個命令:vncserver,vncviewer,vncpasswd和 vncconnect。大多數情況下用戶只需要其中的兩個命令:vncserver和 vncviewer。

需求:
有一臺ubuntu 19.10,已安裝圖形界面,現需開啟vnc遠程桌面
分析:
由于ubuntu desktop 自帶的定制了的gnome桌面系統,在該桌面系統下vnc4server和tightvncserver等均不可直接使用。
實際上Ubuntu Desktop是有桌面共享功能的,如果是最小化安裝就需要單獨安裝它。
Ubuntu桌面共享使用的是vino。
Ubuntu桌面共享使用的是vino。
Ubuntu桌面共享使用的是vino。
在ubuntu默認的gnome環境下不要使用vnc4server和tightvncserver,使用vino。

解決:

1.開啟ssh,并允許root密碼登錄

apt install openssh-server ssh

vi /etc/ssh/sshd_config

UsePAM yes

PermitRootLogin yes

PasswordAuthentication yes

#修改以上配置

systemctl enable ssh && systemctl restart ssh

#此時可以用root 密碼登錄ssh

2.開啟屏幕共享

打開Settings --> Screen Sharing -->激活并設置密碼

ubuntu開啟vnc遠程桌面的方法

#如果沒有Screen Sharing選項,可能是vino沒有安裝,嘗試apt install vino 安裝

#激活后,用netstat -tulp | grep 59,查看端口是否監聽590X

#如果正常,可以嘗試用vnc連接,可能會出現“no security type suitable for RFB3.3”的錯誤。第3步就是解決這個問題。

3.關閉加密

gsettings set org.gnome.Vino require-encryption false

#關閉加密,此時vnc能正常連接

4.開啟用戶自動登錄桌面

vino必須登錄后才能啟動,所以還要配置用戶自動登錄桌面環境

vi /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf

[Seat:*]
user-session=ubuntu
greeter-show-manual-login=true
allow-guest=false

#允許root登錄桌面環境

Autologin-user=root

#自動登錄的用戶

vi /etc/pam.d/gdm-autologin

#auth   required        pam_succeed_if.so user != root quiet_success

#注釋此行

vi /etc/pam.d/gdm-password

#auth   required        pam_succeed_if.so user != root quiet_success

#注釋此行

vi /etc/gdm3/custom.conf

[daemon]
# Uncomment the line below to force the login screen to use Xorg
#WaylandEnable=false

# Enabling automatic login
AutomaticLoginEnable = true
AutomaticLogin = root

#配置自動登錄

vi /root/.profile

#mesg n || true
tty -s && mesg n || true

#修改mesg這行為tty

5.修改屏幕共享端口

默認是5900,但由于業務需要,改成5901

apt-get install dconf-editor

#安裝dconf-editor

登錄圖形界面,執行dconf-editor,依次選擇/org/gnome/desktop/remote-access/alternative-port 關閉默認值,手動修改為5901;

有資料說要再Again Right Click on     alternative_port and click on Set as Default (this is important),但實際測試時這步會還原成5900,不清楚是否必要。

然后打開use-alternative-port,這步很重要。

參考:https://ubuntuforums.org/showthread.php?t=1297290

netstat 檢查端口是否修改,就可以用新端口登錄。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

扶沟县| 新晃| 桐柏县| 和政县| 拉孜县| 隆德县| 外汇| 碌曲县| 桐柏县| 介休市| 白河县| 古田县| 丰镇市| 雷州市| 延庆县| 济宁市| 原平市| 永嘉县| 璧山县| 平山县| 屯留县| 龙江县| 厦门市| 柘城县| 原阳县| 韶山市| 宁都县| 东宁县| 叶城县| 龙里县| 罗甸县| 诸城市| 金坛市| 榆社县| 永川市| 铜陵市| 潞城市| 临桂县| 博野县| 新泰市| 贺兰县|