Raspbian: Disabling Graphic Mode

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-default

Verify that the output is: graphical.target.
Now… type the following!


sudo systemctl set-default multi-user.target

Ref. Here

Update:

Simpler way? just run raspi-config and change the setting right there!