一、Ubuntu 12.04 alpha2 变化之处
1,安装过程中增加了“头像设置”
2,系统中的多选择项使用‘+-’
这样的改进,将传统的“下拉菜单式”变为“横条”式,通过+-来其他选项选择。
二、软件安装
这里为大家推荐个人常用的软件,仅作参考。
词典:starditc
twitter 客户端:Choqok,pino,turpial
Emacs
ssh 客户端:gstm
终端:terminator
音乐播放器:audacious
输入法:Fcitx(小企鹅输入法)(皮肤下载,将皮肤复制到/usr/share/fcitx/skin/目录下)
命令行截图工具:scrot,gnome-screenshot(默认搭载,使用gnome-screenshot –help获取更多用法)
保护眼睛:Flux
云端存储工具: Ubuntu One(自带),Dropbox
IM 工具:Pidgin
浏览器:Chromium 浏览器
图形工具:shutter,gthumb
单个安装麻烦,使用命令将需要安装的一起安装。如:
sudo apt-get install stardict gstm choqok terminator audacious fcitx scrot pidgin chromium shutter gthumb
三、系统配置
1,设置最快升级源列表
打开“软件源”或者 Alt-F2,输入 software-properties-gtk。
2,支付宝插件:https://download.alipay.com/alipaysc/linux/aliedit/1.0.3.20/aliedit.tar.gz
3,添加右键“在终端中打开”:
sudo apt-get install nautilus-open-terminal
4,安装Flash 播放器:
sudo apt-get install flashplugin-installer
(在上述“设置最快升级源列表”的“其他软件”选项中,勾选“Canonical 合作伙伴”、“独立”选项,然后执行命令 sudo apt-get update 升级软件源列表)
5,Ubuntu-tweak
可点击http://ubuntu-tweak.com/从官网下载。
中存储在安装的过程中遇到报错:
ubuntu-tweak 依赖于 python-compizconfig;然而:
未安装软件包 python-compizconfig。
ubuntu-tweak 依赖于 gir1.2-unique-3.0;然而:
未安装软件包 gir1.2-unique-3.0。
ubuntu-tweak 依赖于 python-central (>= 0.6.11);然而:
未安装软件包 python-central。
解决方法:安装过程中有依赖尚未解决,可使用命令
sudo apt-get install -f install
6,Nvidia 显卡驱动安装:
点击“系统设置-附加驱动”或使用接下来命令安装:
sudo apt-get install nvidia-current
7,安装Gdebi
安装Deb格式软件包时,直接双击默认打开 Ubuntu 软件中心来安装,大家可以通过dpkg -i
或通过 Gdebi 安装 Deb 包。
sudo apt-get install gdebi
8,Firefox 扩展:
iReader(让网页内容更易读)
四、Dash 设置
#1,Ubuntu-tweak 工具
可用来设置:
启动器:图标大小、启动器透明度、启动器显示时间阈值、图标背光
Dash 和面板:Dash 大小,Dash 颜色,模糊,面板透明度
#2,“系用设置-User Interface”设置
包括:背景壁纸、主题、启动器图标大小、自动隐藏启动器模式选择。
五、Gnome Shell 设置
#1,安装 Gnome Shell
sudo apt-get install gnome-shell
#2,安装配置工具Gnome-tweak-tool
sudo apt-get install gnome-tweak-tool
#3,主题下载与安装
安装:将主题文件移动到~/.themes 目录下,使用 gnome-tweak-tool 工具在“主题-Shell 主题”进行选择即可。
Ibus 或 Fcitx在 Gnome Shell 消息栏选字面板被遮挡问题修复扩展;
六、平常遇到的问题及解决方法:
#1,触摸板失效
在Ubuntu 12.04 alpha2 安装完毕后,有此问题。
解决方法:
sudo modprobe -r psmouse
sudo modprobe psmouse proto=imps
执行上述命令完毕后,触摸板可以使用。大家还需要创建文件/etc/modprobe.d/options
将接下来一行加入文件中:
options psmouse proto=imps
#2,bash 无法自动补全
打开/etc/bash.bashrc文件,将接下来语句前的注释符号去掉,修改后:
# enable bash completion in interactive shells
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi
#3,启用 IPV6
sudo apt-get install miredo
sudo gedit /etc/hosts
这个不说了,你懂得。:)
#4,解决有线网络“设备未托管”问题
One More Thing!
一旦想要更加个性化,可在终端搞些小动作。
方法:
wget http://served.kittykatt.us/projects/screenfetch/screenfetch-2.4.0.deb
sudo dpkg -i screenfetch-2.4.0.deb
然后,编辑/etc/bash.bashrc,在文件末尾添加 screenfetch,这样每次打开终端时就会自动显示系统相关信息了。
其实,这就是所谓的ASCII ART!Perfect!