English Sentence Loading...
英语句子加载中...
预览模式: 普通 | 列表

汉化新世纪2006汉化教学文集

[公告]申请链接的朋友请到这里来!

DemonStar 系列游戏汉化版

[转载]不应苛求地震专家

以下内容转载自方舟子的新浪blog:http://blog.sina.com.cn/s/blog_4740687901009fb9.html

    5月12日四川汶川发生强烈地震,伤亡惨重。有人批评地震局为何没能做出预报,质问“国家给你们地震台工资是干什么的?你们整天在干些什么?”也有人联想到四川报纸5月10日报道日前绵竹发生过上万只蟾蜍集体大迁移,认为这种动物异常行为是发生地震的预兆,质问为何没有引起地震专家的重视,甚至嘲笑说“养专家不如养蛤蟆”。

查看更多...

Tags: 地震 方舟子

分类:咬文嚼字 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 29

6120c手机使用教程大全!

五一在苏宁电器买了一部诺基亚6120C,感觉不错,上网找了一点相关资料收藏一下。

查看更多...

Tags: 6120c

分类:掌上生活 | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 157

Ubuntu 8.04 的源

引用页:http://forum.ubuntu.org.cn/viewtopic.php?t=119104

Ubuntu 8.04 LTS (Hardy Heron)源更新:

备份软件源:

sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup
编辑软件源:

sudo gedit /etc/apt/sources.list

从下面列表中选择合适的源(注意:一定要选和你的系统一致的版本 8.04、7.10、 7.04、6.10、 6.06),替换掉文件中内容,保存编辑好的文件
更新软件源:

sudo apt-get update
推荐软件源:

不同的网络状况连接以下源的速度不同, 所以cn99并不一定是最快的源, 建议在添加前手动验证以下源的连接速度(ping下就行),比如说北京网通ADSL用户连接cn99就非常慢,而ftp.sjtu.edu.cn是相对较快的源,选择最快的源可以节省大批下载时间

Ubuntu.cn99.com更新服务器(江苏省常州市电信,推荐电信用户使用):

deb http://ubuntu.cn99.com/ubuntu/ hardy main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ hardy-security main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ hardy-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ hardy-proposed main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ hardy-backports main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ hardy main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ hardy-security main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ hardy-updates main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ hardy-proposed main restricted universe multiverse
deb-src http://ubuntu.cn99.com/ubuntu/ hardy-backports main restricted universe multiverse

台湾大学更新服务器(推荐网通用户使用,强烈推荐此源,比较完整):

deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-updates main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-updates main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-backports main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-backports main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-security main restricted universe multiverse
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-security main restricted universe multiverse
deb http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-proposed main multiverse restricted universe
deb-src http://ubuntu.csie.ntu.edu.tw/ubuntu/ hardy-proposed main restricted universe multiverse

厦门大学更新服务器(教育网服务器):

deb ftp://ubuntu.realss.cn/ubuntu/ hardy main restricted universe multiverse
deb ftp://ubuntu.realss.cn/ubuntu/ hardy-backports restricted universe multiverse
deb ftp://ubuntu.realss.cn/ubuntu/ hardy-proposed main restricted universe multiverse
deb ftp://ubuntu.realss.cn/ubuntu/ hardy-security main restricted universe multiverse
deb ftp://ubuntu.realss.cn/ubuntu/ hardy-updates main restricted universe multiverse
deb-src ftp://ubuntu.realss.cn/ubuntu/ hardy main restricted universe multiverse
deb-src ftp://ubuntu.realss.cn/ubuntu/ hardy-backports main restricted universe multiverse
deb-src ftp://ubuntu.realss.cn/ubuntu/ hardy-proposed main restricted universe multiverse
deb-src ftp://ubuntu.realss.cn/ubuntu/ hardy-security main restricted universe multiverse
deb-src ftp://ubuntu.realss.cn/ubuntu/ hardy-updates main restricted universe multiverse

Tags: ubuntu CN99

分类:Ubuntu | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 172
引用地址:http://forum.ubuntu.org.cn/viewtopic.php?t=118151&highlight=DVD

sudo mount -t iso9660 -o loop XXX.iso /media/cdrom
在源里加上cdrom
sudo apt-cdrom -m -d /cdrom add
这样生成的source.list还是优先去ubuntu.org.cn(这一点没有验证),手动删掉他们,只留cdrom,开始升级吧:
sudo apt-get update
sudo apt-get dist-upgrade

Tags: ubuntu linux

分类:Ubuntu | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 416
刚装完的 Ubuntu 8.04 下 Firefox 默认是繁体的界面,看着实在不爽。
找到一个解决方法,引用地址:http://forum.ubuntu.org.cn/viewtopic.php?t=118522
下载简体语言包:http://www.linuxidc.com/upload/2008_04/08040814467367.zip
或者从本站下载 点击下载此文件
解压后,使用 Firefox 打开 zh-CN.xpi,重启 Firefox,搞定!
分类:Ubuntu | 固定链接 | 评论: 2 | 引用: 0 | 查看次数: 1165

Ubuntu 下 fcitx 输入法汉字变方块的处理方法

昨天下载了 Ubuntu 8.04 正式版,安装完系统后 SCIM 输入法中居然中只有内码输入法。于是把 SCIM 删除,装了一个 fcitx 输入法。
安装方法如下:
sudo apt-get install im-switch fcitx
sudo im-switch -s fcitx

但是安装后发现输入法内的汉字全变成方块了,还好在论坛找到了解决办法
来自:http://forum.ubuntu.org.cn/viewtopic.php?t=118165

代码:

gedit ~/.fcitx/config

引用:
显示字体(中)=*

改成
引用:
显示字体(中)=WenQuanYi Bitmap Song

在输入法开启的前提下按ctrl+5
或者干脆重启
分类:Ubuntu | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 287
XHTML 1.0 Transitional Css Validator Feed Get firefox Creative Commons