我---7号斋主人

已婚
爱老婆
I wanna be a happy fish...

星期五, 八月 25, 2006

ubuntu wiki的感慨

没有什么特别的,主要是要指出,对于我这样一个虾米来说,ubuntu wiki的帮助真是大的无法形容。

ubuntu下splashy代替usplash

1、卸载uSplash

sudo apt-get --purge remove usplash
sudo dpkg-reconfigure linux-image-$(uname -r)
2、安装Splashy和主题包
先到debian.org这里下载splashy 0.1.8和splashy-themes 0.1.8这2个包,双击安装。

3、更换主题(有2种方法)
sudo splashy_config -s themename

*themename为主题名称
*主题安装在这里/etc/splashy/themes

也可以直接修改配置文件
sudo gedit /etc/splashy/config.xml

找到
default

把default改为主题名称

官方提供的主题下载(都是支持0.1.8的)。
另外,GNOME也有很多主题。

4、修改menu.lst文件
sudo gedit /boot/grub/menu.lst

找到kernel /boot/vmlinuz-2.6.15-23-386 root=/dev/hdxx ro quiet splash
这行,去掉splash,在后面添加vga=792

*vga参考表
depth—–640×480—-800×600—-1024×768—–1280×1024
8bit————769————771————-773————–775
15bit———-784————787————-790————–793
16bit———-785————788————-791————–794
24bit———-786————789————-792————–795

5、重启即可看效果。

注意:Splashy有2个版本提供选择,一个是0.1.6,我使用这个版本时,启动画面的滚动条在进入到GDM时都还要出现一次,不爽。升级到0.1.8后这个问题解决了,但是每到出现启动画面的时候屏幕都要闪现几次才能稳定,不知何故。所以我又换回Usplash了。

附1:其他命令

安装新主题
sudo splashy_config -i 主题路径

创建一个主题
sudo splashy_config -c

附2:为什么不选择Upower?

Upower本来是在Splashy的基础上开发的,但是不知道什么原因它又停止开发转向Splashy。这是Ubuntu维客上介绍upower的一句话“Upower is no longer being developed…..Splashy works with Ubuntu 6.06 (Dapper Drake) and will continue to be developed.”。

附3:为什么不选择bootsplash?

引用一个新手的blog介绍:“bootsplash是很麻烦的,而且很难成功,因为我的电脑使用了sata硬盘,而我编译了很多此都没办法成功,作出操作前请做好失败的心里准备。 ”

感叹一句,使用linux就是爽,感觉启动画面程序不爽还可以换一个,Windows下的朋友就没有这个福分了。

天地会

地鎮南崗一派溪山千古秀,門朝大海三河合水萬年流。

ubuntu安装Fcitx

$sudo apt-get install fcitx
$sudo sh -c " echo 'export XMODIFIERS=@im=fcitx ; export GTK_IM_MODULE="fcitx" ; export QT_IM_MODULE="fcitx" ; fcitx ' > /etc/X11/Xsession.d/95xinput "
$sudo chmod 755 /etc/X11/Xsession.d/95xinput
同scim的安装

ubuntu安装scim

$sudo apt-get install scim scim-modules-socket scim-modules-table scim-pinyin
scim-tables-zh scim-input-pad
$sudo sh -c " echo 'export XMODIFIERS=@im=SCIM ; export GTK_IM_MODULE="scim" ;
export QT_IM_MODULE="scim" ; scim -d ' > /etc/X11/Xsession.d/95xinput "
$sudo chmod 755 /etc/X11/Xsession.d/95xinput

在确定了source源之后,进行scim的更新,然后对环境变量进行修改。

星期三, 八月 23, 2006

ubuntu装好后的第一件事

修改源并更新升级Ubuntu
不同的网络状况连接以下源的速度不同,所以cn99并不一定是最快的 源。建议在添加前手动验证以下源的连接速度(ping下就行),比如说北京网通用户连接cn99就非常慢,而ftp.sjtu.edu.cn是相对较快的 源,选择最快的源可大大节省下载时间,请根据自己网络环境设置更新服务器,以达到最快的速度。(经试验,执行下文中需要的apt-get命令或使用《新立 得软件包管理器》时,必须更改了默认的更新服务器才可以使用,否则可能找不到很多安装包,或者安装包版本低。) 注意,你可以同时加入几个源。或者将官方的源(也就是下面的Archive.ubuntu.com的条目)直接加在文件的最后,以避免出现 404 Not Found 文件未发现 的错误。在终端执行以下命令(第一条是备份现有服务器列表,第二条是使用Gedit编辑,您也可以使用自己喜爱的编辑器编辑。)

sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup
sudo gedit /etc/apt/sources.list

从以下各服务器列表内容中选择一段替换文件中的所有内容(请根据自己网络环境设置更新服务器,以达到最快的速度。)
Archive.ubuntu.com 更新服务器(欧洲):
deb http://archive.ubuntu.com/ubuntu/ dapper main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ dapper-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ dapper-updates main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ dapper-backports main restricted universe multiverse
deb http://archive.ubuntu.org.cn/ubuntu-cn/ dapper main restricted universe multiverse

Ubuntu.cn99.com 更新服务器(江苏省常州市电信,推荐电信用户使用。)
deb http://ubuntu.cn99.com/ubuntu/ dapper main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ dapper-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ dapper-security main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ dapper-backports main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu-cn/ dapper main restricted universe multiverse

Mirror.lupaworld.com 更新服务器(浙江省杭州市电信,亚洲地区官方更新服务器,推荐全国用户使用。)
deb http://cn.archive.ubuntu.com/ubuntu dapper main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu dapper-security main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse
deb http://mirror.lupaworld.com/ubuntu/ubuntu-cn dapper main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu dapper main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu dapper-security main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse

上海市交通大学 更新服务器(教育网,推荐校园网和网通用户使用。)
deb http://ftp.sjtu.edu.cn/ubuntu/ dapper main multiverse restricted universe
deb http://ftp.sjtu.edu.cn/ubuntu/ dapper-backports main multiverse restricted universe
deb http://ftp.sjtu.edu.cn/ubuntu/ dapper-proposed main multiverse restricted universe
deb http://ftp.sjtu.edu.cn/ubuntu/ dapper-security main multiverse restricted universe
deb http://ftp.sjtu.edu.cn/ubuntu/ dapper-updates main multiverse restricted universe
deb http://ftp.sjtu.edu.cn/ubuntu-cn/ dapper main multiverse restricted universe

北京市清华大学 更新服务器(教育网,推荐校园网和网通用户使用。)
deb http://mirror.net9.org/ubuntu/ dapper main multiverse restricted universe
deb http://mirror.net9.org/ubuntu/ dapper-backports main multiverse restricted universe
deb http://mirror.net9.org/ubuntu/ dapper-proposed main multiverse restricted universe
deb http://mirror.net9.org/ubuntu/ dapper-security main multiverse restricted universe
deb http://mirror.net9.org/ubuntu/ dapper-updates main multiverse restricted universe
deb http://mirror.net9.org/ubuntu-cn/ dapper main multiverse restricted universe

中国台湾省台湾大学更新服务器(推荐网通用户使用,电信PING平均响应速度41MS。)
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ dapper main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ dapper main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ dapper-updates main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ dapper-updates main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ dapper-backports main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ dapper-backports main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ dapper-security main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ dapper-security main restricted universe multiverse
deb http://ftp.sjtu.edu.cn/ubuntu-cn/ dapper main multiverse restricted universe

Mirror.vmmatrix.net 更新服务器(上海市电信,推荐电信网通用户使用。)
deb http://mirror.vmmatrix.net/ubuntu/ dapper main restricted universe multiverse
deb-src http://mirror.vmmatrix.net/ubuntu/ dapper main restricted universe multiverse
deb http://mirror.vmmatrix.net/ubuntu/ dapper-updates main restricted universe multiverse
deb-src http://mirror.vmmatrix.net/ubuntu/ dapper-updates main restricted universe multiverse
deb http://mirror.vmmatrix.net/ubuntu/ dapper-backports main restricted universe multiverse
deb-src http://mirror.vmmatrix.net/ubuntu/ dapper-backports main restricted universe multiverse
deb http://mirror.vmmatrix.net/ubuntu/ dapper-security main restricted universe multiverse
deb-src http://mirror.vmmatrix.net/ubuntu/ dapper-security main restricted universe multiverse
deb http://ftp.sjtu.edu.cn/ubuntu-cn/ dapper main multiverse restricted universe

ubuntu.cnsite.org 更新服务器 (福建省福州市 电信)
deb http://ubuntu.cnsite.org/ubuntu/ dapper main restricted universe multiverse
deb-src http://ubuntu.cnsite.org/ubuntu/ dapper main restricted universe multiverse
deb http://ubuntu.cnsite.org/ubuntu/ dapper-updates main restricted universe multiverse
deb-src http://ubuntu.cnsite.org/ubuntu/ dapper-updates main restricted universe multiverse
deb http://ubuntu.cnsite.org/ubuntu/ dapper-backports main restricted universe multiverse
deb-src http://ubuntu.cnsite.org/ubuntu/ dapper-backports main restricted universe multiverse
deb http://ubuntu.cnsite.org/ubuntu/ dapper-security main restricted universe multiverse
deb-src http://ubuntu.cnsite.org/ubuntu/ dapper-security main restricted universe multiverse
deb http://ubuntu.cnsite.org/ubuntu-cn/ dapper main multiverse restricted universe

到以下网址可以自定义产生若干源:以下网址有极其全面的源,以供补充:保存编辑好的文件,执行以下命令更新。
sudo apt-get update
(更新当前源)
sudo apt-get dist-upgrade
(更新当前系统)

注:也可以不要执行最后一步,最后第两条指令会耗费很长时间,功能为更新当前系统到最新,个人可以当自己需要哪些包的时候或者依赖性出现问题的时候再选择更新。重要的是修改source.list源,可以确保可以顺利正确的安装所需工具包。

ubuntu中文美化@VeraSansYuanTi(摘)

个人觉得这个ubuntu中文美化都效果还算不错,我目前正使用这个方法。

一:下载字体文件压缩包 http://download.ubuntu.org.cn/software/VeraSansYuanTi.tar.gz

二:使用如下命令解压缩:

tar -xzvf VeraSansYuanTi.tar.gz

三:将 VeraSansYuanTi 目录移动到字体文件夹。

sudo mv VeraSansYuanTi /usr/share/fonts/

四:刷新字体缓存

sudo fc-cache -f

五:备份现有的 fonts.conf

sudo cp /etc/fonts/fonts.conf /etc/fonts/fonts.conf.old

六:使用新的 fonts.conf

sudo cp /usr/share/fonts/VeraSansYuanTi/fonts.conf /etc/fonts/

七:重启X

同时按住 Ctrl +Alt + 退格键 重启 X 。 完成美化。

ubuntu中文美化@xp字体(摘)

个人觉得这个不是一个很理想都方法,修改成功后,字体显得不是那么自然,太过锐利。

  1. 请参阅 关于Ubuntu自动挂载Windows分区
  2. 拷贝3个字体文件(simsun.ttc SURSONG.TTF tahoma.ttf)到/usr/share/fonts/zh_CN/TrueType/ 目录, 命令:

    mkdir -p /usr/share/fonts/zh_CN/TrueType/
    sudo cp /windows/hda1/windows/fonts/simsun.ttc /usr/share/fonts/zh_CN/TrueType/
    sudo cp /windows/hda1/windows/fonts/SURSONG.TTF /usr/share/fonts/zh_CN/TrueType/
    sudo cp /windows/hda1/windows/fonts/tahoma.ttf /usr/share/fonts/zh_CN/TrueType/
    sudo chmod 644 /usr/share/fonts/zh_CN/TrueType/*
    cd /usr/share/fonts/zh_CN/TrueType/
    sudo mkfontscale
    sudo mkfontdir
  3. 更新linux字体列表,命令:

    sudo fc-cache /usr/share/fonts/zh_CN/TrueType/
  4. 修改/etc/fonts/fonts.conf的字体渲染顺序:

    sudo gedit /etc/fonts/fonts.conf
  5. 查找:


    Bitstream Vera Serif
  6. 改为:


    Tahoma
    SimSun
    Simsun

    Bitstream Vera Serif
  7. 查找:


    Bitstream Vera Sans
  8. 改为:


    Tahoma
    SimSun
    Simsun

    Bitstream Vera Sans
  9. 查找:


    Bitstream Vera Sans Mono
  10. 改为:


    Bitstream Vera Sans Mono
    NSimSun
    SimSun

    Simsun
  11. 查找:


    serif


    Bitstream Vera Serif
  12. 改为:


    serif


    Tahoma
    SimSun
    Simsun
    Bitstream Vera Serif
  13. 查找:


    sans-serif

    Bitstream Vera Sans
  14. 改为:


    sans-serif

    Tahoma

    SimSun
    Simsun
    Bitstream Vera Sans
  15. 查找:


    sans-serif

    Bitstream Vera Sans
  16. 改为:


    sans-serif

    Tahoma

    SimSun
    Simsun
    Bitstream Vera Sans
  17. 查找:


    monospace

    Bitstream Vera Sans Mono
  18. 改为:


    monospace

    Bitstream Vera Sans Mono

    NSimSun
    SimSun
    Simsun
  19. 设置字体渲染为单色 系统 --> 首选项 --> 字体

  20. 重启xwindows。

星期一, 八月 21, 2006

鬱悶的一天

今天糗大了,在準備了幾天和cfc的推介下,我裝了ubuntu,居然被分區表玩了一個下午,非但如此,我整個硬盤上的數據已經全部被毀掉。損失大了,可是也沒有辦法,誰叫是直接刪除分區表了呢?

我是用的圖形界面安裝,其實本來是要用文字界面安裝的,但是,一個不留神,將光盤燒錯了,正好cfc提供的那個wiki上介紹的也是圖形界面的安裝方法,就這麽錯了下去,沒有裝成功,以前裝redhat的時候,就曾經在linux分區的地方也出了如此大事,現在又重蹈負責了,但是這次之後,絕對不會有第三次。

說說我犯的錯吧,在進入到partitioner的時候,我選中一塊分區莫名其妙的選擇了一個什麽ms-dos的設置,我本以爲,誰知道這麽一設置,將整塊硬盤上的分區全部給毀掉了,後來才發現,如果是新機器,新硬盤的話,這麽設置是沒有問題的。

在文字界面下安裝,應該不會出現這樣的錯誤,list很清楚。

在圖形界面下安裝,建議windows的習慣用戶,可使用pq將linux的三個分區分好了,再進行安裝。

詳細的安裝流程我就不儸嗦了,網上多的是。

自我保存2個:
http://crow.ee.stut.edu.tw/dai/docs/tcltk/99_ubuntu/index.html
http://wiki.ubuntu.org.tw/index.php/UbuntuInstall

Get iPod nano

免费获取iPod nano,请点击:
http://www.getitfree.net/xrpmxvdzh