Hi I have ubuntu server 10.04 installed and I also installed the following:
su
aptitude install xorg xfce4
aptitude install <name of GUI browser, I use firefox>
aptitude install gedit
aptitude install gnome-terminal
Now when I restart the system it goes to the GUI login, what I am really after is a system that loads the CLI by default and then I can use startx to load the GUI when really necessary. I am trying to learn CLI but I would like to retain access to the GUI for now. And, how can I switch between CLI and GUI anytime?
startx
– code_monk May 04 '14 at 04:12GRUB_CMDLINE_LINUX_DEFAULT
to"text"
has no effect for me on 14.04. Any clues? – Nickolai Leschov Nov 13 '15 at 22:12