标签:
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
标签:
原文地址:http://www.cnblogs.com/songshijia88888/p/4870580.html