
Linux
t0ny
追逐梦想.
展开
-
Fedora8下修正Firefox的字体
1. 在地址栏中输入about:config2. 找到layout.css.dpi3. 将值由-1改为0原创 2008-02-18 21:14:00 · 393 阅读 · 0 评论 -
grub不能导引另一块硬盘上的Windows XP
Fedora8中的grub不能引导另一块硬盘上的windows XP,修改grub.conf,问题解决。原grub.conf内容:......title = Fedora8.......title = windows XP rootnoverify (hd1,0) chainloader +1修改后grub.conf内容:......title = Fedora8......ti原创 2008-02-20 20:40:00 · 767 阅读 · 0 评论 -
firefox下不能启用scim
1. 备份 /usr/bin/firefox2. 修改 /usr/bin/firefox增加19-21行12 MOZDIR=$HOME/.mozilla13 LIBDIR=/usr/lib/firefox-3.0.1014 APPVER=3.015 META_NAME=firefox16 GDB=/usr/bin/gdb17 DROPPED=abandoned1原创 2009-06-30 20:57:00 · 739 阅读 · 0 评论 -
启动ubuntu时显示mount file system failed的解决方法
今天打开电脑启动ubuntu时显示"mount file system failed",google一下发现可以使用fsck命令来修复系统,试了一下,系统成功启动,记录一下。:-)原创 2010-05-26 20:06:00 · 1993 阅读 · 0 评论