debian安裝圖形界面,使用mstsc遠程登錄


環境:debian 10.2

更新軟件列表

apt-get update

安裝最基本的gnome圖形相關軟件

apt install x-window-system-core gnome-core

安裝xrdp(可以使用windows遠程桌面登錄)

apt-get install xrdp

設置系統可以使用root登錄

  1. 修改/etc/gdm3/daemon.conf文件,在[security]下增加一行AllowRoot = true
  2. 修改/etc/pam.d/gdm-password文件,注釋掉auth required pam_succeed_if.so user != root quiet_success

以圖形界面啟動debian

init 6

重啟后在windows機器上使用遠程桌面登錄debian系統

參考鏈接:

https://blog.csdn.net/wojiushiwoba/article/details/88286033

https://blog.csdn.net/yangzm/article/details/51678600


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM