码迷,mamicode.com
首页 > 系统相关 > 详细

Ubuntu相关的笔记

时间:2015-10-12 07:01:33      阅读:190      评论:0      收藏:0      [点我收藏+]

标签:

1、Ubuntu更新系统的命令:

sudo apt-get update

sudo apt-get dist-upgrade

2、Ubuntu设置不启动图形界面(http://blog.sina.com.cn/s/blog_66439a3e0101dkef.html):

修改grub配置文件/boot/grub/grub.cfg,将此文件中的quiet splash修改成quiet splash text(保留启动画面)或quiet text(无启动画面)

技术分享

3、安装curl

sudo apt-get install curl

4、安装xmllint

sudo apt-get install libxml2-utils

 

Ubuntu相关的笔记

标签:

原文地址:http://www.cnblogs.com/songshijia88888/p/4870580.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!