DEV Community

Tossapol Ritcharoenwattu
Tossapol Ritcharoenwattu

Posted on

การปิด/เปิด graphic mode ของ rocky linux

การเปิดใช้ graphic mode จะต้องใช้ ram 1-2 GB ใน เราสามารถสลับ เปิด และ ปิด graphic mode ได้ด้วยคำสั่ง

เปิด

sudo systemctl set-default graphical.target
Enter fullscreen mode Exit fullscreen mode

ปิด

sudo systemctl set-default multi-user.target
Enter fullscreen mode Exit fullscreen mode

เสร็จแล้วก็ Reboot

Top comments (0)