Ubuntu相关的笔记,Ubuntu相关笔记


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

 

相关内容