
ubuntu
chen_tq
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu14 卸载gnome中桌面
1.打开命令行 2.卸载掉gnome-shell主程序 $sudo apt-get remove gnome-shell 3.卸载掉gnome $sudo apt-get remove gnome 4.卸载不需要的依赖关系 $sudo apt-get autoremove 5.彻底卸载删除gnome的相关配置文件 $sudo apt-get purg转载 2016-06-18 12:44:10 · 813 阅读 · 0 评论 -
Ubuntu 14启动时由图形启动改为命令行启动
在网上查了一些资料后,大多数提到在/etc/inittab中修改运行级别,但是在ubuntu中没有这个文件。 ubuntu中要修改/etc/default/grub,打开该文件,看到如下内容 # If you change this file, run 'update-grub' afterwards to update # /boot/grub/grub.cfg. # For full do转载 2016-06-18 13:47:09 · 273 阅读 · 0 评论