Skip to content

Instantly share code, notes, and snippets.

@cretudorin
Last active May 20, 2022 08:03
Show Gist options
  • Save cretudorin/8dccd84ad8103b95340e41460743d3b1 to your computer and use it in GitHub Desktop.
Save cretudorin/8dccd84ad8103b95340e41460743d3b1 to your computer and use it in GitHub Desktop.
disable gdm3
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