“ubuntu”目录存档

dictinary

2009年12月4日,星期五

首先安装dictd

aptitude install dictd

词典(dict-xdict, dict-stardic安装一个即可)

dict-xdict dict-stardic

在参数里:Edit->Preferences->sources 添加
hostname: 127.0.0.1

同步tomboy notes至ubuntuone

2009年11月6日,星期五

备忘,参见:https://wiki.ubuntu.com/UbuntuOne/Tutorials/Notes

ibus不能启动的问题

2009年10月15日,星期四

删除 ~/.config/ibus文件夹即可,害的我折腾好久

[推荐]pcmanx-gtk2

2008年10月15日,星期三

原来上bbs用的是qterm,这个是用qt写的,可能在gnome下面用起来不爽。在gnome桌面下,推荐使用pcmanx。
aptitude show pcmanx-gtk2

Description: user-friendly telnet client mainly targets BBS users
PCMan X is a newly developed GPL’d version of PCMan, a full-featured famous BBS
client. It aimed to be an easy-to-use yet full-featured telnet client
facilitating BBS browsing with the ability to process double-byte characters.
Some handy functions like tabbed-browsing, auto-login and a built-in ANSI
editor enabling colored text editing are also provided.

This version is developed with pure gtk2 and xft, thus has much low dependency.
Homepage: http://pcmanx.csie.net/

pcmanx的默认编码是big5,使用的时候记得改回到简体中文编码(gbk or gb2312 or gb18030)

Tips:
1. 自动连接某个站点可以在Favorites里设置
2. 可以配合使用qqwry.dat来实现ip查询(记得qqwry.dat全部是小写,放到~/.pcmanx下)

gedit自动检测编码

2008年10月8日,星期三

用gconf-editor更改如下:
/apps/gedit-2/preferences/encodings/auto_detected
加入GB18030

change MTU

2008年10月6日,星期一

网络环境是通过路由器上网。ubuntu下上网很慢,而在XP下很正常。查看路由器的MTU值是1492,而ubuntu下的值是1500。
设置如下:

ifconfig eth0 mtu 1470

如果想永久的设置,编辑/etc/network/interfaces文件

auto eth0
iface eth0 inet dhcp
mtu 1470

从windows安装ubuntu

2008年10月4日,星期六

install ubuntu from windows
via https://help.ubuntu.com/community/Installation/FromWindows

我用的是alternet cd image 方式安装的。
需要4个文件, hd-media下的vmlinuz, initrd.gz, 还有alternet CD image, ++
grub4dos里的grldr,步骤是

1. 下载vmlinuz, initrd.gz, 放到c:\hd-media下
2. 下载grldr到c:\下, 编辑c:\boot.ini, 加入C:\grldr=”install Ubuntu”
3. 下载alternet CD到C:\下,在C:\建立menu.lst,内容如下:

title Install Ubuntu
kernel (hd0,0)/hd-media/vmlinuz root=/dev/ram0 ramdisk_size=128000
initrd (hd0,0)/hd-media/initrd.gz

4. 重启, 选择install ubuntu即可

分享:ubuntu镜像情况

2008年09月24日,星期三
https://launchpad.net/ubuntu/+archivemirrors可以查看ubuntu的镜像。分国家(地区)显示:有镜像的方式,网络速度,还有时间等,点击镜像还可以进一步查看详细的情况。

关联firefox和mldonkey

2008年09月1日,星期一

Firefox MLdonkey/eMule/aMule Protocol Handler.

用Google搜索mldonkey和firefox得到的的东东!http://www.informatik.uni-oldenburg.de/~dyna/mldonkey/

kopete-kde4无法连接gtalk

2008年08月28日,星期四

Just install qca-tls and libqca2-plugin-ossl

aptitude install qca-tls libqca2-plugin-ossl