OESF Portables Forum

Model Specific Forums => Gemini PDA => Gemini PDA - Linux => Topic started by: panv on September 16, 2021, 06:29:13 pm

Title: bare-bone Debian (or any other OS)
Post by: panv on September 16, 2021, 06:29:13 pm
is there a way to get rid of lxqt on debian, and use it as base system without GUI ? Please elaborate.. I don't even know how to move to different run-level (3 or 4)
Title: Re: bare-bone Debian (or any other OS)
Post by: adamsinger77 on September 22, 2021, 11:56:31 pm
Please elaborate... Do you just want the tty terminal?
Title: Re: bare-bone Debian (or any other OS)
Post by: panv on October 05, 2021, 11:14:07 am
Yes, is it possible ? and how do I move around from a tty to another ? couldn't find any shortcut.. (alt+ctrl+fn ???)
Title: Re: bare-bone Debian (or any other OS)
Post by: geminifrench on August 29, 2023, 07:00:20 pm
systemctl get-default
sudo systemctl set-default multi-user.target
sudo systemctl reboot

and to reverse :

systemctl get-default
sudo systemctl set-default graphical.target
sudo reboot