Saturday, December 31, 2016

Boot Kali Linux Rolling to CLI instead of GUI via systemd

Most of the tools I use in Kali are command line tools, and rarely need a full GUI, so in order to boot straight to CLI and get the maximum performance available on my system, I used this systemd command:
systemctl set-default multi-user.target

If you want to start a GUI, then type this command:
startx

No comments:

Post a Comment