Created
May 4, 2026 10:26
-
-
Save fixploit03/198edf050e9d464e117f1f78efacfab8 to your computer and use it in GitHub Desktop.
Cara Mengubah Tampilan Linux dari CLI ke GUI dan Sebaliknya
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
| # Pindah dari GUI ke CLI | |
| sudo systemctl set-default multi-user.target | |
| # Pindah dari CLI ke GUI | |
| sudo systemctl set-default graphical.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment