Posts Tagged ‘ubuntu 10.04’

简单说下ubuntu 10.04

星期三, 五月 5th, 2010

因为五一放假的关系虽然早早的下完了iso并刻好了CD昨天才得以折腾一下,

首先说明这不是教程,我也只是个小白用户,从小白的视角简单的记录下安装过程和感受,仅此而已。

其次这是昨天的草稿,工作有时候忙到更新一下都成困难,这样子毫无乐趣可言嘛。

9.10我只在虚拟机里体验过一次,离开好久了,这次我是来真的了~win7+ubuntu双系统。

1.整体印象。

启动速度超快,默认主题比较丑,窗口按钮放在左边极不习惯,你为什么要学mac?

有了ibus不用折腾输入法了,最主要的是linux平台下有了chrome,当然这是Google的功劳。

我比较同意表妹的看法,为什么就不做一个友好漂亮点的Grub Splash呢。

另外QQ太丑了,腾讯不够努力啊,还是直接用webqq的好,

使用ubuntu-tweak更傻瓜化,几乎不用终端命令行,不过这样是不好滴……还是要多学习哈

ubuntu10.04-desktop

其实我平时是不用dock的,只是配合截个图哈

查看大图:http://www.flickr.com/photos/gloomying/4576965438/sizes/l/

2.更换源。

第一件事当然是更换一下源,还是传统的三步,终端下:

sudo gedit /etc/apt/sources.list

sudo apt-get update

sudo apt-get upgrade

这次我用的网易源,速度还不错。

deb http://mirrors.163.com/ubuntu/ lucid main universe restricted multiverse
deb-src http://mirrors.163.com/ubuntu/ lucid main universe restricted multiverse
deb http://mirrors.163.com/ubuntu/ lucid-security universe main multiverse restricted
deb-src http://mirrors.163.com/ubuntu/ lucid-security universe main multiverse restricted
deb http://mirrors.163.com/ubuntu/ lucid-updates universe main multiverse restricted
deb http://mirrors.163.com/ubuntu/ lucid-proposed universe main multiverse restricted
deb-src http://mirrors.163.com/ubuntu/ lucid-proposed universe main multiverse restricted
deb http://mirrors.163.com/ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://mirrors.163.com/ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://mirrors.163.com/ubuntu/ lucid-updates universe main multiverse restricted

或者骨头源据说也不错:

deb http://ubuntu.srt.cn/ubuntu/ lucid main universe restricted multiverse
deb-src http://ubuntu.srt.cn/ubuntu/ lucid main universe restricted multiverse
deb http://ubuntu.srt.cn/ubuntu/ lucid-security universe main multiverse restricted
deb-src http://ubuntu.srt.cn/ubuntu/ lucid-security universe main multiverse restricted
deb http://ubuntu.srt.cn/ubuntu/ lucid-updates universe main multiverse restricted
deb http://ubuntu.srt.cn/ubuntu/ lucid-proposed universe main multiverse restricted
deb-src http://ubuntu.srt.cn/ubuntu/ lucid-proposed universe main multiverse restricted
deb http://ubuntu.srt.cn/ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://ubuntu.srt.cn/ubuntu/ lucid-backports universe main multiverse restricted
deb-src http://ubuntu.srt.cn/ubuntu/ lucid-updates universe main multiverse restricted

3.安装常用软件

更新源之后就是安装常用软件了,建议新手还是用ubuntu-tweak,毕竟不是人人都要学会命令行。

首先说IM,我不喜欢用empathy和pidgin件,不过QQ实在是太丑了,所以我选择用webqq,

至于gt,我是一个天天挂着gmail的人,美少女嘛,基本不用,如果需要可以安装emesene。

然后看电影,以前我总喜欢安装totem-xine,不过还需要单独安装w32codecs,

现在用ubuntu-tweak直接安装Gnome Mplayer和SMPlayer,感觉还不错。

再说对我最重要的浏览器,当然首选是chrome了,字体有些丑陋,于是选择了文泉驿微米黑。

翻墙方面用了表妹介绍的 gstm (sudo apt-get install gstm) 配合 proxy switchy!

详细教程围观表妹的博客(需翻墙……)>>> Ubuntu下SSH隧道加 AutoProxy全记录

至于其他的软件根据自己的需要和兴趣 apt-get install 就是了。

ubuntu10.04-twitter

翻墙不是问题~o~

4.其它问题

双系统启动顺序的问题,以前都是 sudo gedit /boot/grub/menu.lst ,不过现在打开是个空白文件,

因为ubuntu 10.04 采用了grub2,所以现在要 sudo gedit /boot/grub/grub.cfg,记得备份一下。

grub

我就喜欢只留win7和ubuntu两个启动项

调整窗口按钮在左边的方法,可以Alt + F2 ,运行 gconf-editor,

在左侧目录树中,找到 /apps/metacity/general/

然后在右侧找到键: button_layout , 修改值为 menu:minimize,maximize,close

或者直接用ubuntu-tweak在窗口管理器设置里很方便的改过来:

ubuntu-tweak1

默认主题实在是不习惯,安装了Shiki-Colors,我比较喜欢清爽的淡蓝色,还有很多颜色可以选择。

ubuntu10.04-blue

5.最后来个简单的总结,ubuntu是越来越好用越来越普及了,我很喜欢这个系统,

不过感觉就是ms每个版本都会有一两个小问题,比如这次的窗口按钮,

因为我也是刚用win7不久,从直观上来说,似乎win7安装更简单,

毕竟长久以来的习惯是很难更改的,对于国内用户来说,ubuntu似乎还要解决两个问题,

一是如何兼容ie使用网银,二是如何更好的兼容win下的游戏,这样子才会有越来越多的用户嘛~期待。