Skip to content

Instantly share code, notes, and snippets.

@haeramkeem
Created April 29, 2022 16:32
Show Gist options
  • Save haeramkeem/48de965173e6b5a7a1cc1c203a726c89 to your computer and use it in GitHub Desktop.
Save haeramkeem/48de965173e6b5a7a1cc1c203a726c89 to your computer and use it in GitHub Desktop.
#!/bin/bash
# Change UI mode for Ubuntu 20.04
# Ref: https://superuser.com/a/1139020
# When you want to use GUI X.Org
sudo telinit 5
# When you want to use console
sudo telinit 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment