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

 5、设置纯文本界面的字体及大小(http://blog.sina.com.cn/s/blog_bf3cb9510101790o.html):

sudo dpkg-reconfigure console-setup

posted on 2015-10-12 01:53  songshijia88888  阅读(182)  评论(0)    收藏  举报

导航