首页 > 系统 > Ubuntu > 正文

Ubuntu相关的笔记

2024-06-28 14:32:13
字体:
来源:转载
供稿:网友

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


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表