Debian禁用图形界面&启用root登录
禁用图形界面
编辑/etc/default/grub
找到GRUB_CMDLINE_Linux=""
修改为GRUB_CMDLINE_Linux="text"
解除root登录限制
编辑/etc/gdm3/daemon.conf
在[security]
标签下面增加AllowRoot = true
编辑/etc/pam.d/gdm-password
注释掉以下内容#auth required pam_succeed_if.so user != root quiet_success
date命令输出时间改为24小时格式
执行localectl set-locale LC_TIME=en_GB.UTF-8
退出,重新登录
来源:
https://www.qedev.com/linux/332198.html
https://economictheoryblog.com/2019/02/14/how-to-enable-gui-root-login-in-debian-10/