Saturday, September 26, 2009

模糊不清的 wine 字体

我装了 wine 可是字体却模糊不清,上网找到 “laixin的菠萝格“ 美化wine的字体一文,解决了我的问题,在此說声谢谢。
方法如下:
1. 切换路径到 cd ~/.wine/drive_c/windows/fonts
2. ln -s /usr/share/fonts/TTF/wqy-zenhei wqy-zenhei.ttc
接下来,再打开wine看一看,真的OK了。
我用的是文泉正黑体。

Thursday, July 2, 2009

移除 firefox 3 书签中的倒立三角图标

在 userChrome.css 的第一行插入以下的字句:

/* Dropmarker for folder bookmarks */
.bookmark-item[container] > .toolbarbutton-menu-dropmarker {
display: none !important;
}

Tuesday, June 30, 2009

在 CentOS 中安装 Webmin

我用google找到 Matt 的文章有关如何在 CentOS 安装 Webmin. 方法如下:
首先安装 dependencies.
yum -y install perl-Net-SSLeay
安装程式
cd /usr/src
wget http://prdownloads.sourceforge.net/webadmin/webmin-1.480-1.noarch.rpm
rpm -i webmin-1.480-1.noarch.rpm
安装完毕
开启浏览器 输入 https://<ip:10000>   例:192.168.1.1:10000
就可以看到登录画面了。

全文出处:http://matthewdarnell.blogspot.com/2007/10/installing-webmin-on-centos-5.html


Saturday, June 27, 2009

Install Mandriva 2009.1 on Intel D945GCLF2 Motherboard

I just bought an Intel D945GCLF2 Motherboard. This board came with dual core atom processor. I installed Mandriva 2009.1 spring to it and it took only 25 minutes to complete. The booting time is only 30 seconds. Every thing went very smoothly. I really enjoy this board. I had problem with my old board AMD Ahtlon 1GH processor. But now very things solved.

Monday, May 11, 2009

Mandriva 2009.1 Spring 2 problem solved.

I installed Mandriva 2009.1 Spring with Gnome desktop. Everything went OK, but when I tried to setup my Canon BJC-3000 printer, the printer cannot be detected. I changed a new usb printer cable and the installation went smoothly and the problem solved.

Secondly I found that the sound giving problem. The mp3 music I played like a damage Cd with broken track. Now i managed to find a way to solve it.

I just right click on the volume icon on the task bar at the right top, select "Sound Preferences". Open the "output" tab and click on the radio button to select "Simultaneous output to Ensoniq Audio PCI, then clock the dialogue box. Done.

Thursday, March 5, 2009

Configure OpenDNS in Mandriva 2009

I found an article on how to configure OpenDNS in Mandriva 2009.
You can read the original article here. Look for the message from viking777 and it is.

我终于找到如何在Mandriva 2009中设置OpenDNS 的方法了。

1) 编辑 /etc/resolv.conf 把 nameservers 的 DNS 改成
208.67.222.222 和208.67.220.220 然后存档。

2) 执行以下指令:

chattr +i /etc/resolv.conf

3)完成。

Wednesday, March 4, 2009

让USB随身碟加上图形背景

最近我在网上看到一则有关如何在usb随身碟加上图形背景的解说,非常简单只需要复制以下这段文字,用wordpad储存为desktop.ini,然后放在随身碟和相关的图片就可以了。

[{BE098140-A513-11D0-A3A4-00C04FD706EC}]

IconArea_Image=c.bmp

IconArea_Text=0×00000000

将 c.bmp 改成你加入的图片名称。

相关文件:here