Created
April 29, 2022 16:32
-
-
Save haeramkeem/48de965173e6b5a7a1cc1c203a726c89 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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