Why: because i'm setting up my Raspberry as a private server, and i really don't need the XWindow overhead!
How: As follows!
systemctl get-defaultVerify that the output is: graphical.target.
Now... type the following!
sudo systemctl set-default multi-user.target--
Update:
Simpler way? just run raspi-config and change the setting right there!