如何设置深度默认启动到命令行界面,需要时再加载桌面...
Tofloor
poster avatar
baoding-fenshuajiang_Odoo
deepin
2018-03-24 14:48
Author
我在深度Linux上部署了开源ERP系统Odoo作为生产环境。
我希望日常正常使用时系统默认只启动命令行环境,等需要时再加载桌面环境对服务器进行维护,这样既节省资源,有可以防止误操作。
请问深度Linux大神们:
1)如何设置才能达到默认只启动到命令行环境呢?
2)进入命令行环境后,用什么命令能加载桌面环境呢?


Reply Favorite View the author
All Replies
avatar
baoding-fenshuajiang_Odoo
deepin
2018-03-24 14:56
#1
默认启动到命令行界面:sudo systemctl disable lightdm
加载图形界面:startx
是这样吗?
Reply View the author
avatar
redapple0204
deepin
2018-03-24 17:23
#2
https://bbs.deepin.org/post/154608
默认启动到命令行界面:sudo systemctl disable lightdm
加载图形界面:startx
是这样吗? ...

对啊。。
Reply View the author
avatar
iminto
deepin
2018-03-25 01:36
#3
我记得可以修改grub参数,配置开机进入字符界面还是图形界面。

你说的也是一种可行的做法。
Reply View the author
avatar
cattial
deepin
2018-03-27 20:01
#4
把grub参数改为text
Reply View the author
avatar
cattial
deepin
2018-03-27 20:01
#5
不过直接禁用lightdm也可以
Reply View the author