<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>IT Farmer的博客 &#187; ubuntu</title>
	<atom:link href="http://www.it-farmer.com/tag/ubuntu/feed" rel="self" type="application/rss+xml" />
	<link>http://www.it-farmer.com</link>
	<description>关于软件, 技术, 生活的点滴记录</description>
	<lastBuildDate>Sun, 25 Jul 2010 08:50:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to format and add a new disk in ubuntu?</title>
		<link>http://www.it-farmer.com/how-to-format-and-add-a-new-disk-in-ubuntu.html</link>
		<comments>http://www.it-farmer.com/how-to-format-and-add-a-new-disk-in-ubuntu.html#comments</comments>
		<pubDate>Sun, 25 Jul 2010 03:26:15 +0000</pubDate>
		<dc:creator>ITFramer</dc:creator>
				<category><![CDATA[开源]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.it-farmer.com/?p=495</guid>
		<description><![CDATA[Here is quick steps on how to do this in a virtual box Ubuntu: 1. add a new Sata disk storage in the virtual box admin UI 2. in Ubuntu, list all disks sudo fdisk -l You will see the new disk there . 3. Partition the disk sudo fdisk /dev/sdb press &#8220;n&#8221; to new [...]]]></description>
		<wfw:commentRss>http://www.it-farmer.com/how-to-format-and-add-a-new-disk-in-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu下中文输入的解决办法</title>
		<link>http://www.it-farmer.com/how-to-input-chinese-on-ubuntu.html</link>
		<comments>http://www.it-farmer.com/how-to-input-chinese-on-ubuntu.html#comments</comments>
		<pubDate>Tue, 03 Jun 2008 09:10:22 +0000</pubDate>
		<dc:creator>ITFramer</dc:creator>
				<category><![CDATA[博客]]></category>
		<category><![CDATA[Chinese]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[中文]]></category>

		<guid isPermaLink="false">http://www.it-farmer.com/?p=167</guid>
		<description><![CDATA[Ubuntu对中文的支持做得还是很不错的，如果要使用中文，可以有以下解决办法： 1. 安装时选择语言为中文，这样安装后，界面和中文输入软件应该都安装好了。 2. 如果安装时选择的是英文，中文的显示也是没有问题的。如果需要输入中文，可以在安装完后作如下设置: a. 选择System-&#62;Administration-&#62;Language Support，在语言设置对话框内，选上中文。 点击Apply后，系统自动安装中文相关的软件。 b. 配置Scim，这是国人制作的中文输入法软件。System-&#62;Preference-&#62;Scim Input method Setup 在Frontend-&#62;Global Setup里面，可以设置Turn On/Off的热键为Ctrl + Space (就像Windows平台上一样) c.设置Scim为启动运行时的任务。选System-&#62;Preference-&#62;Sessions，添加Startup Programs，命令名为scim d. 配置完毕，重新启动Session (Ctrl + Backspace)，登录后按Ctrl+Space应该可以调出中文输入工具条。 如果上面的步骤有问题，欢迎给我留言。 Related Posts:小技巧：Ubuntu访问Vista的共享目录小技巧: Linux上查找文件中包含的文字Ubuntu 8发布了门头沟妙峰山Firefox Build on x64 linux and windowsPowered by Contextual Related Posts]]></description>
		<wfw:commentRss>http://www.it-farmer.com/how-to-input-chinese-on-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>小技巧：Ubuntu访问Vista的共享目录</title>
		<link>http://www.it-farmer.com/access-vista-share-under-ubunt.html</link>
		<comments>http://www.it-farmer.com/access-vista-share-under-ubunt.html#comments</comments>
		<pubDate>Thu, 08 May 2008 06:12:50 +0000</pubDate>
		<dc:creator>ITFramer</dc:creator>
				<category><![CDATA[博客]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vista]]></category>

		<guid isPermaLink="false">http://www.it-farmer.com/?p=142</guid>
		<description><![CDATA[在Ubuntu命令行下，执行如下命令： sudo mount -t cifs -o username=xxx,password=xxx //192.168.1.1/d /home/user/Desktop/VistaD 这样Vista的共享目录就被成功的mount，可以像Linux分区一样操作了。 Related Posts:小技巧: Linux上查找文件中包含的文字Ubuntu 8发布了Ubuntu下中文输入的解决办法门头沟妙峰山Build firefox 3 trunk on ubuntuPowered by Contextual Related Posts]]></description>
		<wfw:commentRss>http://www.it-farmer.com/access-vista-share-under-ubunt.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>小技巧: Linux上查找文件中包含的文字</title>
		<link>http://www.it-farmer.com/search-text-in-files-on-ubunt.html</link>
		<comments>http://www.it-farmer.com/search-text-in-files-on-ubunt.html#comments</comments>
		<pubDate>Wed, 07 May 2008 06:15:42 +0000</pubDate>
		<dc:creator>ITFramer</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[grep]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.it-farmer.com/?p=143</guid>
		<description><![CDATA[有时候需要在大量的文件中搜索某个特定的字符串，在Windows上我一般使用UltraEdit，Visual Studio或者Windows自带的搜索功能。那么在 Linux上的对应命令是什么呢？ 其实很简单，比如查找当前所有htm文件中的unix字符串,使用如下命令： grep &#8220;unix&#8221; *.htm 在当前目录以及子目录下搜索unix grep -r &#8220;unix&#8221; * Related Posts:小技巧：Ubuntu访问Vista的共享目录Ubuntu 8发布了Ubuntu下中文输入的解决办法门头沟妙峰山Firefox Build on x64 linux and windowsPowered by Contextual Related Posts]]></description>
		<wfw:commentRss>http://www.it-farmer.com/search-text-in-files-on-ubunt.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build firefox 3 trunk on ubuntu</title>
		<link>http://www.it-farmer.com/build-firefox-3-trunk-on-ubuntu.html</link>
		<comments>http://www.it-farmer.com/build-firefox-3-trunk-on-ubuntu.html#comments</comments>
		<pubDate>Sun, 04 May 2008 04:49:13 +0000</pubDate>
		<dc:creator>ITFramer</dc:creator>
				<category><![CDATA[博客]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[firefox 3]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.it-farmer.com/?p=139</guid>
		<description><![CDATA[Here are the steps I used: 1. get client.ml $ cvs -d :pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot co mozilla/client.mk 2. sync firefox code $ cd mozilla $ make -f client.mk checkout MOZ_CO_PROJECT=browser 3. create .mozconfig . $topsrcdir/browser/config/mozconfig mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/ff-opt-static ac_add_options --enable-optimize ac_add_options --disable-debug #ac_add_options --enable-static #ac_add_options --disable-shared #ac_add_options --disable-libxul ac_add_options --disable-tests 4.  install build dependency libs sudo apt-get build-dep firefox [...]]]></description>
		<wfw:commentRss>http://www.it-farmer.com/build-firefox-3-trunk-on-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu：如何安装开发工具</title>
		<link>http://www.it-farmer.com/install-build-essential-for-ubuntu.html</link>
		<comments>http://www.it-farmer.com/install-build-essential-for-ubuntu.html#comments</comments>
		<pubDate>Fri, 02 May 2008 13:27:45 +0000</pubDate>
		<dc:creator>ITFramer</dc:creator>
				<category><![CDATA[博客]]></category>
		<category><![CDATA[build]]></category>
		<category><![CDATA[essential]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.it-farmer.com/?p=135</guid>
		<description><![CDATA[Ubuntu缺省安装似乎并没有完整的开发工具。 如果想编译一些开源程序，下面这条命令可以安装所需要的编译工具： sudo aptitude install build-essential Related Posts:Ubuntu很不错Build firefox 3 trunk on ubuntu在Ubuntu 64下运行32位程序的方法Ubuntu 8发布了小技巧：Ubuntu访问Vista的共享目录Powered by Contextual Related Posts]]></description>
		<wfw:commentRss>http://www.it-farmer.com/install-build-essential-for-ubuntu.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Run Ubuntu x86_64 under VMware</title>
		<link>http://www.it-farmer.com/run-ubuntu-x86_64-under-vmware.html</link>
		<comments>http://www.it-farmer.com/run-ubuntu-x86_64-under-vmware.html#comments</comments>
		<pubDate>Sun, 30 Mar 2008 02:56:36 +0000</pubDate>
		<dc:creator>ITFramer</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[VM]]></category>
		<category><![CDATA[Vmware]]></category>
		<category><![CDATA[x86_64]]></category>

		<guid isPermaLink="false">http://www.it-farmer.com/run-ubuntu-x86_64-under-vmware.html</guid>
		<description><![CDATA[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 If it is supported,  then install a 64 bit Ubuntu on VMware is just like installing a 32 bit one.  [...]]]></description>
		<wfw:commentRss>http://www.it-farmer.com/run-ubuntu-x86_64-under-vmware.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>在Ubuntu 64下运行32位程序的方法</title>
		<link>http://www.it-farmer.com/how-to-run-32-bit-application-in-ubuntu-64.html</link>
		<comments>http://www.it-farmer.com/how-to-run-32-bit-application-in-ubuntu-64.html#comments</comments>
		<pubDate>Tue, 25 Mar 2008 09:34:01 +0000</pubDate>
		<dc:creator>ITFramer</dc:creator>
				<category><![CDATA[博客]]></category>
		<category><![CDATA[32 bit application]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.it-farmer.com/how-to-run-32-bit-application-in-ubuntu-64.html</guid>
		<description><![CDATA[Ubuntu64位下如何运行32位的程序呢？比如最新的Firefox Build都是32位的。 如果是缺省安装的Ubuntu64，运行32位的firefox，会报如下错误： bash: firefox No such file or directory 解决办法很简单，只需要安装32位程序的支持库就可以了。 sudo apt-get install ia32-libs 这样32位程序就透明的可以运行了。 Related Posts:Build firefox 3 trunk on ubuntuUbuntu：如何安装开发工具小技巧：Ubuntu访问Vista的共享目录Ubuntu很不错小技巧: Linux上查找文件中包含的文字Powered by Contextual Related Posts]]></description>
		<wfw:commentRss>http://www.it-farmer.com/how-to-run-32-bit-application-in-ubuntu-64.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox在Linux下的中文字体显示问题</title>
		<link>http://www.it-farmer.com/firefox-chinese-font-display-bug-in-linux.html</link>
		<comments>http://www.it-farmer.com/firefox-chinese-font-display-bug-in-linux.html#comments</comments>
		<pubDate>Thu, 21 Feb 2008 12:36:33 +0000</pubDate>
		<dc:creator>ITFramer</dc:creator>
				<category><![CDATA[技术]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[中文字体]]></category>

		<guid isPermaLink="false">http://www.it-farmer.com/firefox-chinese-font-display-bug-in-linux.html</guid>
		<description><![CDATA[偶在Ubuntu下用Firefox的时候发现它的一个Bug。中文字体显示的有大有小，如下图所示： 试着设置Firefox用中文字体显示。菜单上选Edit-&#62;Perferrence-&#62;Content-&#62;Font &#38;Colors，在字体列表里面选择一个中文字体，仍然解决不了问题。 Related Posts:Firefox Build on x64 linux and windows使用VMWare Server 2.0 BetaFirefox 3.0 Beta 5 打开Google Reader的问题用VS2008制作安装程序门头沟妙峰山Powered by Contextual Related Posts]]></description>
		<wfw:commentRss>http://www.it-farmer.com/firefox-chinese-font-display-bug-in-linux.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
