Debian 9 自動登入的方法
可參考下列文章 :
LightDM - Debian Wiki
https://wiki.debian.org/LightDM
Enable auto-login and auto-networking in Debian 9
https://dreambooker.site/2018/06/15/Enable-auto-login-and-auto-networking-in-Debian9/
How to enable auto-login in Debian 9 Xfce
https://steemit.com/software/@kskarthik/how-to-enable-auto-login-in-lightdm
Debian 9 , 桌面環境 Mate
在 Terminal 執行以下命令 :
sudo nano /usr/share/lightdm/lightdm.conf.d/01_debian.conf
( 編輯 01_debian.conf 檔 )
然後在 01_debian.conf 檔最後加上以下 2 行 :
autologin-user=使用者名字
autologin-user-timeout=0
存檔後重新開機即可
例如 :
使用者名字為 abcd
則在 01_debian.conf 檔最後加上以下 2 行 :
autologin-user=abcd
autologin-user-timeout=0
存檔後重新開機即可
沒有留言:
張貼留言