Last active
May 20, 2022 08:03
-
-
Save cretudorin/8dccd84ad8103b95340e41460743d3b1 to your computer and use it in GitHub Desktop.
disable gdm3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To disable GUI on boot, run: | |
`sudo systemctl set-default multi-user.target` | |
To enable GUI again issue the command: | |
`sudo systemctl set-default graphical.target` | |
To start Gnome session on a system without a current GUI just execute: | |
sudo systemctl start gdm3.service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment