【系统】Ubuntu 笔记

2016-04-12  本文已影响130人  苏尚君

Ubuntu 14.04/16.04 LTS

分区方案

参考这里

多桌面(多工作区)模式

默认不开启,需要打开 System Settings -> Apperance -> Behavior 下的 Enable workspaces

开启后,可通过 Ctrl + Alt + 方向键在四个工作区之间切换

Super + S 可查看 4 个工作区的概览

默认root密码

摘自 ubuntu默认root密码

$ sudo passwd
$ [sudo] password for [CURRENT USER]: (Type your password for CURRENT USER)
$ Enter new UNIX password: (Type new password for ROOT)

打开双拼

(Ubuntu Kylin 14.04 LTS)输入法选择 Shuangpin,然后「配置当前输入法」,随后双击 Shuangpin,在 Default Shuangpin Schema 中即可选择自己喜欢的双拼方案

快捷键

长按 Super 键,即可查看常用快捷键

其他快捷键可打开 System Settings -> Keyboard -> Shorcuts 查看

常用的几个记录如下:

系统升级

以下摘抄自 如何升级到Ubuntu 16.04 LTS

在正式开始升级之前,请使用如下命令先对系统进行更新:
sudo apt-get update && sudo apt-get dist-upgrade

上述命令将为当前系统安装最新可用的软件包,升级完成后请使用如下命令重启系统以完成更新安装:
sudo reboot

系统重启完成后,执行如下命令可将 Ubuntu 升级到最新的 Ubuntu 16.04 LTS 版本:
sudo update-manager –d

遇到下述问题时

Authentication failed

Authenticating the upgrade failed. There may be a problem with the network or with the server.


gpg: Signature made 2016年08月10日 星期三 06时21分36秒 CST using DSA key ID 437D05B5
gpg: /tmp/ubuntu-release-upgrader-9q5l8jem/trustdb.gpg: trustdb created
gpg: BAD signature from "Ubuntu Archive Automatic Signing Key ftpmaster@ubuntu.com"

请按如下方法操作:

https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1550922
http://askubuntu.com/a/426121

切换桌面管理器

Ubuntu 系统在我的笔记本上不太稳定,无论是 14.04 LTS 时代还是 16.04 LTS 时代,时不时就会死机。暂时不清楚这是内核还是桌面还是其他什么原因导致的。据说 Unity 还算稳定,不过既然死机这么多次了,我也不想就这样下去,无论如何试看看其他的桌面管理器吧,比如在 Debian 时代我常用的 Gnome 系列。然后找到了这里,按照提示安装了 Gnome-Ubuntu(主要是因为没有 U 盘,所以采用 apt-get 安装……):

$ sudo apt-get install ubuntu-gnome-desktop

然后按提示操作完毕,重启计算机即可

上一篇 下一篇

猜你喜欢

热点阅读