In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >
Share
Shulou(Shulou.com)06/01 Report--
This article will explain in detail how to set up Ubuntu command line interface and graphical interface switching, the quality of the article content is high, so Xiaobian shared with you as a reference, I hope you have a certain understanding of related knowledge after reading this article.
Code:
The code is as follows:
sudo gedit /etc/default/grub
Quote:
The code is as follows:
GRUB_CMDLINE_LINUX="text"
Code:
The code is as follows:
sudo update-grub
This is a good modification, reboot, you will find that the graphical interface no longer comes out, but directly into the command line mode, if you want to enter the graphical interface again, say, in the command line mode, enter startx, you can.
In graphic mode, enter terminal first:
1. Run sudo vi/etc/default/grub
2. Find GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
3. GRUB_CMDLINE_LINUX_DEFAULT="quiet splash text"
4. Run sudo update-grub
5.reboot
(PS: quiet means no detailed startup process is displayed;splash means progress bar is displayed)
Command line mode to return to graphics mode, enter the command: startx
Conversely, graphics mode returns to command line mode, pressing ctrl+alt+F1 at the terminal
1. sudo gedit /etc/default/grub
Change the code:GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
Changed to: GRUB_CMDLINE_LINUX_DEFAULT="text"
Or: GRUB_CMDLINE_LINUX_DEFAULT="quiet splash text"
Then sudo update-grub
2.sudo gedit /etc/default/grub
Settings:GRUB_CMDLINE_LINUX="text"
Then sudo update-grub
1 No splash flash at startup, 2 Yes
About Ubuntu how to set up the command line interface and graphical interface switch to share here, I hope the above content can have some help for everyone, you can learn more knowledge. If you think the article is good, you can share it so that more people can see it.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.