<?xml version="1.0" encoding="utf-8"?>
			<?xml-stylesheet type="text/css" href="http://www.lupaworld.com/css/rss.css"?>
			<rss version="2.0">
			  <channel>
			    <title>freeidea</title>
			    <link>http://www.lupaworld.com/?uid-25123</link>
			    <description></description>
			    <copyright>Copyright(C) freeidea</copyright>
			    <generator>SupeSite/X-Space</generator>
			    <lastBuildDate>Mon, 13 Oct 2008 04:54:30 GMT</lastBuildDate><item>
								<title>解决冻结rails版本的问题</title>
								<link>http://www.lupaworld.com/?uid-25123-action-viewspace-itemid-60900</link>
								<description><![CDATA[我的环境是gem 1.1.1，rails 1.2.6, rake 0.8.1<br>在一个项目里运行rake rails:freeze:gems时，出现一些错误:<br>Freezing to the gems for Rails 1.2.6<br>rake aborted!<br>uninitialized constant Gem::GemRunner<br><br>解决办法是编辑/usr/local/lib/ruby/gems/1.8/gems/ra...]]></description>
								<category>blog</category>
								<author>freeidea</author>
								<pubDate>Wed, 21 May 2008 17:12:28 GMT</pubDate>
							</item>
							<item>
								<title>Ruby on Rails开发环境的搭建</title>
								<link>http://www.lupaworld.com/?uid-25123-action-viewspace-itemid-54655</link>
								<description><![CDATA[我的环境是Ubuntu，我也说说在Ubuntu下搭建Rails开发环境。<br>首先安装一些辅助工具：<br>$ sudo apt-get install zlib1g-dev build-essential libreadline5-dev<br><br>下一步到Ruby官方网站(http://www.ruby-lang.org)下载ruby源码包。<br>$ tar xzpf ruby-version.tar.gz<br>...]]></description>
								<category>blog</category>
								<author>freeidea</author>
								<pubDate>Tue, 06 May 2008 10:56:53 GMT</pubDate>
							</item>
							<item>
								<title>mysql-query-browser死掉的问题解决了。</title>
								<link>http://www.lupaworld.com/?uid-25123-action-viewspace-itemid-50413</link>
								<description><![CDATA[之前从源代码安装mysql-query-browser后，运行程序会出现冻结。为了解决这个问题我在网上搜了一下。需要修改一下源代码中的一个文件。<br>找到mysql-gui-tools-5.0r12/mysql-query-browser/source/linux/MQQueryDispatcher.cc文本，把第561，562这两行注释掉，再重新编译即可。<br><b...]]></description>
								<category>blog</category>
								<author>freeidea</author>
								<pubDate>Sat, 26 Apr 2008 11:05:14 GMT</pubDate>
							</item>
							<item>
								<title>mysql-query-browser死掉了。</title>
								<link>http://www.lupaworld.com/?uid-25123-action-viewspace-itemid-50345</link>
								<description><![CDATA[系统升级为Ubuntu 8.04后。原来在7.10下编译的mysql-query-brower图形工具在运行时，一点右边的数据库就宕了。用源代码重新编译后，故障依旧。看看大家如何解决的。<br><a href="batch.download.php?aid=10623" target="_blank"><img src="attachments/2008/04/25123_20080425232...]]></description>
								<category>blog</category>
								<author>freeidea</author>
								<pubDate>Fri, 25 Apr 2008 23:27:25 GMT</pubDate>
							</item>
							<item>
								<title>Ubuntu 8.04发现了一个新玩意 gvfs-fuse-daemon</title>
								<link>http://www.lupaworld.com/?uid-25123-action-viewspace-itemid-50187</link>
								<description><![CDATA[/dev/sda6&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 30G&nbsp; 5.3G&nbsp;&nbsp; 25G&nbsp; 18% /home<br><span style="color: rgb(255, 1, 2);">gvfs-fuse-daemon&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 9.7G&nbsp; 2.9G&nbsp; 6.4G&nbsp; ...]]></description>
								<category>blog</category>
								<author>freeidea</author>
								<pubDate>Fri, 25 Apr 2008 11:41:32 GMT</pubDate>
							</item>
							<item>
								<title>ubuntu 8.04中firefox 3.0设置中文</title>
								<link>http://www.lupaworld.com/?uid-25123-action-viewspace-itemid-50185</link>
								<description><![CDATA[Ubuntu 8.04发布了，firefox是3.0 beta 5版。系统在安装完中文支持后，这个版本没有简体中文的语言包，打开firefox默认的是繁体中文，想要设置为简体中文可以直安装中文语言包<br>http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.0b5/linux-i686/xpi/zh-CN.xpi
			
...]]></description>
								<category>blog</category>
								<author>freeidea</author>
								<pubDate>Fri, 25 Apr 2008 11:19:35 GMT</pubDate>
							</item>
							<item>
								<title>Ubuntu 7.10关于virtualbox 访问 usb 子系统失败的解决方法</title>
								<link>http://www.lupaworld.com/?uid-25123-action-viewspace-itemid-46188</link>
								<description><![CDATA[这是由 Ubuntu 7.10 中预设关闭usbfs的支持所致<br>sudo mousepad /etc/init.d/mountdevsubfs.sh<br>找到如下内容:<br>#<br># Magic to make /proc/bus/usb work<br>#<br>#mkdir -p /dev/bus/usb/.usbfs<br>#domount usbfs "" /dev/bus/usb/.usbfs -obusmode=0700,devmode=06...]]></description>
								<category>blog</category>
								<author>freeidea</author>
								<pubDate>Mon, 14 Apr 2008 19:35:55 GMT</pubDate>
							</item>
							<item>
								<title>关于bcm43xx驱动引起Ubuntu7.10宕机的问题</title>
								<link>http://www.lupaworld.com/?uid-25123-action-viewspace-itemid-46187</link>
								<description><![CDATA[我的电脑是HP nx6325集成的无线网卡是bcm4312,在Ubuntu 7.10下安装了bcm43xx受限驱动(firmware)驱动后，开启无线驱动后在重启计算机或是关机时会出现宕机。很奇怪的是这个问题在Ubuntu6.10，Ubuntu7.04上我没有遇到过此类问题。<br><br>为了解决bcm43xx驱动的问题，我使用了ndiswra...]]></description>
								<category>blog</category>
								<author>freeidea</author>
								<pubDate>Mon, 14 Apr 2008 19:34:36 GMT</pubDate>
							</item>
							<item>
								<title>解决ubuntu7.10无法重命名文件夹的问题</title>
								<link>http://www.lupaworld.com/?uid-25123-action-viewspace-itemid-35731</link>
								<description><![CDATA[在ubuntu7.10里很多朋友遇到在新建文件夹后，重命名时，按ctrl+空格，想调出输入法，但是却不成功，无法更名，其实在debian里也是这种情况，但在ubuntu7.04里没有这种情况。<br><br>我的解决办法：<br><br>分析：在新建文件夹时，点右键在弹出菜单里选输入法，在下级菜单里会发现是选择的"X输入法"...]]></description>
								<category>blog</category>
								<author>freeidea</author>
								<pubDate>Tue, 08 Jan 2008 16:51:01 GMT</pubDate>
							</item>
							<item>
								<title>在ubuntu7.04上安装gimp 2.4.1</title>
								<link>http://www.lupaworld.com/?uid-25123-action-viewspace-itemid-30112</link>
								<description><![CDATA[<strong></strong><!-- message -->
		<div id="post_message_1784808" style="overflow-x: hidden;">gimp新版本发布了，在7.04上是2.2.17，由于新版本的gimp对gtk,glib,pango的版本要求比较高，在7.04下需要自己编译才可以安装运行。<br>
<br>
首先安装：<br>
sudo apt-get install ...]]></description>
								<category>blog</category>
								<author>freeidea</author>
								<pubDate>Mon, 19 Nov 2007 20:59:38 GMT</pubDate>
							</item>
							<item>
								<title>debian (lenny) 下编译安装stardict 3.0.0</title>
								<link>http://www.lupaworld.com/?uid-25123-action-viewspace-itemid-25036</link>
								<description><![CDATA[<strong></strong><!-- vB 中文修改结束 -->
				
				
				
			
			<!-- / icon and title -->
			
		

		<!-- message -->首先安装stardict 2.4的编译环境。<br><div id="post_message_1760604" style="overflow-x: hidden;">
# apt-get build-dep stardict<br>
<br>
再安...]]></description>
								<category>blog</category>
								<author>freeidea</author>
								<pubDate>Thu, 27 Sep 2007 17:25:29 GMT</pubDate>
							</item>
							<item>
								<title>Eclispe构建RUBY ON RAILS开发环境</title>
								<link>http://www.lupaworld.com/?uid-25123-action-viewspace-itemid-24205</link>
								<description><![CDATA[A&nbsp;&nbsp;Install&nbsp;&nbsp;Aptana<br>
1. From the Help menu in Eclipse, select Software Updates &gt; Find and
Install... to open an Install/Update pop-up window (shown below).<br>
2. On the Install/Update pop-up window, choose the Search for new feat...]]></description>
								<category>blog</category>
								<author>freeidea</author>
								<pubDate>Sun, 09 Sep 2007 22:10:37 GMT</pubDate>
							</item>
							<item>
								<title>触摸GENTOO</title>
								<link>http://www.lupaworld.com/?uid-25123-action-viewspace-itemid-3978</link>
								<description><![CDATA[今天装了GENTOO 2006.1的基本系统。真是漫长的等待。不过这个过程倒是让自己精进不少。以前使用LINUX时，忽略了的东西，这次全手动方式的做了一遍，让自己加深了印象。<br />
<br />
这的确是个不错的发行版，软件包装和BSD的安装方试很相似，自己也很喜欢这样的方式。软件全在自己的机...]]></description>
								<category>blog</category>
								<author></author>
								<pubDate>Thu, 04 Jan 2007 11:12:51 GMT</pubDate>
							</item>
							<item>
								<title>FREEBSD无法驱动电脑的声卡</title>
								<link>http://www.lupaworld.com/?uid-25123-action-viewspace-itemid-3938</link>
								<description><![CDATA[郁闷啦！！！！！<br />
FREEBSD不支持HPNX6325的声卡（HDA）。<br />
先在6.1下安装，无法驱动。<br />
后来下了7.0-CURRENT，在内核中加入<br />
device sound<br />
devich snd_hda<br />
重新编译后<br />
#cat /dev/sndstat<br />
FreeBSD Audio Driver (newpcm)<br />
Installed devices:...]]></description>
								<category>blog</category>
								<author></author>
								<pubDate>Sun, 31 Dec 2006 01:25:47 GMT</pubDate>
							</item>
							<item>
								<title>解决scim输入法和软件的冲突</title>
								<link>http://www.lupaworld.com/?uid-25123-action-viewspace-itemid-3912</link>
								<description><![CDATA[在ubuntu下默认输入法采用的是scim，在安装运行acroread或者realplay这些软件时会有冲突，以至于这些软件运行不了。<br />
我用scim-bridge替换scim很好的解决了这一问题。<br />
<br />
#apt-get install scim-bridge<br />
编辑/etc/X11/xinit/xinput.d/zh_CN<br />
<br />
将G...]]></description>
								<category>blog</category>
								<author></author>
								<pubDate>Wed, 27 Dec 2006 07:26:27 GMT</pubDate>
							</item>
							<item>
								<title>笔记本上Broadcom无线网卡在UBUNTU下的安装</title>
								<link>http://www.lupaworld.com/?uid-25123-action-viewspace-itemid-3911</link>
								<description><![CDATA[我的HP6325的无线网卡是Broadcom的。听说在LINUX安装是个麻烦事，经过查阅研究后，发现在ubuntu下安装相当简单，下面就和大家分享一下。<br />
<br />
＃apt-get install bcm43xx-fwcutter<br />
<br />
将这个包装好。<br />
<br />
#/usr/share/bcm43xx-fwcutter/install_bcm43xx_f...]]></description>
								<category>blog</category>
								<author></author>
								<pubDate>Wed, 27 Dec 2006 07:18:18 GMT</pubDate>
							</item>
							<item>
								<title>初来的牢骚</title>
								<link>http://www.lupaworld.com/?uid-25123-action-viewspace-itemid-3804</link>
								<description><![CDATA[自己想在网上找个空间，一阵瞎逛，感觉这儿挺好，干脆就在这儿找个地了。其实空间早申请了，一直没有来写东西：-)，希望能和大家多交流。<br />
<br />
说起来接触GNU/Linux的时间也不算短了，记不清是1999年，还是2000年了，那时最先接触的LINUX是REDHAT6.0，像入了魔似的。从那时起，就开始舍弃WI...]]></description>
								<category>blog</category>
								<author></author>
								<pubDate>Fri, 15 Dec 2006 10:31:11 GMT</pubDate>
							</item>
							
		</channel>
	</rss>