Disable Desktop environment: mudanças entre as edições
Ir para navegação
Ir para pesquisar
(Criou página com 'To disable GUI on boot, run: <sytaxhighlight lang=bash> sudo systemctl set-default multi-user.target </sytaxhighlight> To enable GUI again issue the command: <sytaxhighlight l...') |
(Sem diferença)
|
Edição das 16h27min de 22 de maio de 2019
To disable GUI on boot, run: <sytaxhighlight lang=bash> sudo systemctl set-default multi-user.target </sytaxhighlight> To enable GUI again issue the command: <sytaxhighlight lang=bash> sudo systemctl set-default graphical.target </sytaxhighlight> To start Gnome session on a system without a current GUI just execute: <sytaxhighlight lang=bash> sudo systemctl start gdm3.service </sytaxhighlight>