Ubuntu下中文输入的解决办法

Tuesday, June 3rd, 2008

Ubuntu对中文的支持做得还是很不错的,如果要使用中文,可以有以下解决办法:

小技巧:Ubuntu访问Vista的共享目录

Thursday, May 8th, 2008

在Ubuntu命令行下,执行如下命令:
sudo mount -t cifs -o username=xxx,password=xxx //192.168.1.1/d /home/user/Desktop/VistaD
这样Vista的共享目录就被成功的mount,可以像Linux分区一样操作了。

小技巧: Linux上查找文件中包含的文字

Wednesday, May 7th, 2008

有时候需要在大量的文件中搜索某个特定的字符串,在Windows上我一般使用UltraEdit,Visual Studio或者Windows自带的搜索功能。那么在 Linux上的对应命令是什么呢?
其实很简单,比如查找当前所有htm文件中的unix字符串,使用如下命令:

Build firefox 3 trunk on ubuntu

Sunday, May 4th, 2008

Here are the steps I used:

Ubuntu:如何安装开发工具

Friday, May 2nd, 2008

Ubuntu缺省安装似乎并没有完整的开发工具。
如果想编译一些开源程序,下面这条命令可以安装所需要的编译工具:

Run Ubuntu x86_64 under VMware

Sunday, March 30th, 2008

First of all, the host machine should support running x64 guest OS.
This need to support by the CPU. To check if the CPU supports it, we can use the tool provided by VMware
http://download3.vmware.com/software/wkst/VMware-guest64check-6.0.0-45731.exe

在Ubuntu 64下运行32位程序的方法

Tuesday, March 25th, 2008

Ubuntu64位下如何运行32位的程序呢?比如最新的Firefox Build都是32位的。
如果是缺省安装的Ubuntu64,运行32位的firefox,会报如下错误:

Firefox在Linux下的中文字体显示问题

Thursday, February 21st, 2008

偶在Ubuntu下用Firefox的时候发现它的一个Bug。中文字体显示的有大有小,如下图所示: