Skip to content

Instantly share code, notes, and snippets.

@TobidieTopfpflanze
Created April 21, 2022 13:13
Show Gist options
  • Save TobidieTopfpflanze/165e7bfe9134693d3978c1598bcc457c to your computer and use it in GitHub Desktop.
Save TobidieTopfpflanze/165e7bfe9134693d3978c1598bcc457c to your computer and use it in GitHub Desktop.
Enable/Disable GUI Jetson

Enable/Disable GUI Jetson

Disable

sudo systemctl set-default multi-user.target

Enable

sudo systemctl set-default graphical.target

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment