Why: because i’m setting up my Raspberry as a private server, and i really don’t need the XWindow overhead!
How: As follows!
[cc lang=”bash”]
systemctl get-default
[/cc]
Verify that the output is: graphical.target.
Now… type the following!
[cc lang=”bash”]
sudo systemctl set-default multi-user.target
[/cc]
—
Update:
Simpler way? just run raspi-config and change the setting right there!