<?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>FreeLAMP.com, 像风一样自由 &#187; 老徐</title>
	<atom:link href="http://freelamp.com/author/albertxu/feed" rel="self" type="application/rss+xml" />
	<link>http://freelamp.com</link>
	<description></description>
	<lastBuildDate>Mon, 26 Sep 2011 15:34:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>开通新浪微博 @FreeLAMP</title>
		<link>http://freelamp.com/58872</link>
		<comments>http://freelamp.com/58872#comments</comments>
		<pubDate>Mon, 26 Sep 2011 15:27:01 +0000</pubDate>
		<dc:creator>老徐</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[defaultcat]]></category>

		<guid isPermaLink="false">http://freelamp.com/?p=58872</guid>
		<description><![CDATA[由于没有很多的时间写作，只是会把自己看到的，想到的，直接转到微博上，加几句自己的评论。 欢迎上新浪微博粉我： @FreeLAMP 。 &#160; 相关文章2010年03月15日 -- 用 HotSpot Shield Free VPN Server 绕过 GWF (0)2010年02月21日 -- 感谢360提权卫士 (0)2010年02月20日 -- Optimize your Windows for peak performance (0)2010年02月20日 -- We definitely fight (0)2010年02月19日 -- Where Life Takes Me Next&#8230; (0)]]></description>
		<wfw:commentRss>http://freelamp.com/58872/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soalris 上安静模式安装 SMI Agent</title>
		<link>http://freelamp.com/58865</link>
		<comments>http://freelamp.com/58865#comments</comments>
		<pubDate>Wed, 06 Apr 2011 14:32:12 +0000</pubDate>
		<dc:creator>老徐</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://freelamp.com/?p=58865</guid>
		<description><![CDATA[cd /var/tmp/Solaris sh ./install.bin -f ../SilentInstallation.properties Preparing to install&#8230; Extracting the JRE from the installer archive&#8230; Unpacking the JRE&#8230; Extracting the installation resources from the installer archive&#8230; Configuring the installer for this system&#8217;s environment&#8230; Launching installer&#8230; Preparing SILENT Mode Installation&#8230; =============================================================================== Brocade SMI Agent                 (created with InstallAnywhere by Macrovision) &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;- =============================================================================== Installing&#8230; &#8212;&#8212;&#8212;&#8212;- [==================&#124;==================&#124;==================&#124;==================] [------------------&#124;------------------&#124;------------------&#124;------------------] [...]]]></description>
		<wfw:commentRss>http://freelamp.com/58865/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL 多数据库的备份</title>
		<link>http://freelamp.com/58863</link>
		<comments>http://freelamp.com/58863#comments</comments>
		<pubDate>Tue, 29 Mar 2011 18:10:35 +0000</pubDate>
		<dc:creator>老徐</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Shell]]></category>

		<guid isPermaLink="false">http://freelamp.com/?p=58863</guid>
		<description><![CDATA[本文介绍了用 &#8211;defaults-group-suffix 参数，传递写在指定配置文件中的所有的数据库配置到 mysqldump 命令来同时备份多个库的实现办法。 $ mysqldump  &#8211;defaults-group-suffix=_usera &#8211;defaults-file=./.my.cnf  usera_a &#62; user_a.sql ./.my.cnf  的格式如下： [client] port=3306 password=mypassword # 脚本中要求 DB 名须和 user 名一致 [client_usera] # 等号前后有空格隔开 host = hosta user = usera [client_userb] host = hostb user = userb 具体脚本如下： DOW=`date +%a`                          # Day of the week e.g. Mon cat $BACKUPDIR/.my.cnf&#124;while read f1 f2 f3 [...]]]></description>
		<wfw:commentRss>http://freelamp.com/58863/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sparc 平台上检测机器型号和序列号</title>
		<link>http://freelamp.com/58861</link>
		<comments>http://freelamp.com/58861#comments</comments>
		<pubDate>Tue, 29 Mar 2011 05:11:25 +0000</pubDate>
		<dc:creator>老徐</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Solaris]]></category>

		<guid isPermaLink="false">http://freelamp.com/?p=58861</guid>
		<description><![CDATA[uname -a 不能正确显示型号， # uname -a SunOS xxxx 5.10 Generic_142900-15 sun4u sparc SUNW,SPARC-Enterprise 可以用 prtconf 命令检查  banner-name 来知道具体的型号。 # prtconf -bv name:  SUNW,SPARC-Enterprise model:  FF1 banner-name:  SPARC Enterprise M4000 Server idprom:  01850021.286e5d5e.00000000.6e5d5e8d.00000000.00000000.00000000.00000000 openprom model:  SUNW,4.24.15 openprom version: &#8216;OBP 4.24.15 2010/09/29 10:16&#8242; &#160; 另外可以用 prtpicl 命令来检查机器序列号，而不需要通过 console 去检查，或者用执行时间比较长的： prtdiag -v # prtpicl -vc chassis :MfgName       Sun [...]]]></description>
		<wfw:commentRss>http://freelamp.com/58861/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sparc 上编译 filebench 1.4.8</title>
		<link>http://freelamp.com/58855</link>
		<comments>http://freelamp.com/58855#comments</comments>
		<pubDate>Mon, 28 Mar 2011 17:44:51 +0000</pubDate>
		<dc:creator>老徐</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[OpenSolaris]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[ZFS]]></category>

		<guid isPermaLink="false">http://freelamp.com/?p=58855</guid>
		<description><![CDATA[filebench 是一个做磁盘，文件系统性能测试的工具，目前是 OpenSolaris 的一部分，最新的版本不提供安装包， 必须自己编译。 以下是简单的几个步骤： 安装 Sun Studio 12:  # ./SunStudio12u1-SunOS-SPARC-pkgs.sh &#8211;non-interactive-accept-license 设置路径: # export PATH=/opt/sunstudio12.1/bin:/usr/sfw/bin:/opt/sfw/bin:/usr/sfw/sbin:/opt/sfw/sbin:/usr/ccs/bin:/bin:/usr/sbin:/usr/local/bin:/usr/ucb 确保以下包已经安装： application SMCautom                     automake application SMCflex                      flex application SMCgcc                       gcc 4. 设置为 Solaris 包：# cd /var/tmp; gtar filebench-1.4.8.tar.gz; cd filebench-1.4.8; cd solaris/pkg; cp prototype prototype.orig; cp prototype_sparc prototype; cd ../.. 5. 配置，编译：# ./configure &#8211;prefix=/opt; make clean; make package [...]]]></description>
		<wfw:commentRss>http://freelamp.com/58855/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>解决 Mambo 升级到 4.65 的问题以及 WordPress 不能升级的问题</title>
		<link>http://freelamp.com/58852</link>
		<comments>http://freelamp.com/58852#comments</comments>
		<pubDate>Sun, 27 Mar 2011 05:04:02 +0000</pubDate>
		<dc:creator>老徐</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Application]]></category>

		<guid isPermaLink="false">http://freelamp.com/?p=58852</guid>
		<description><![CDATA[Mambo 升级到  4.65 后，系统报告 Warning: Invalid argument supplied for foreach() in .../includes/cmtclasses.php on line 713 Warning: Invalid argument supplied for foreach() in ...l/includes/cmtclasses.php on line 653 Google 后发现 http://forum.mambo-foundation.org/showthread.php?t=7205 需要添加一个列到 mos_modules 表中。 mysql&#62; alter table mos_modules  add column groups text not null; WordPress 是不能自动升级，提示 "您没有足够的权限访问这个页面", Google 后发现 修改 wp_options 中的 一个 wp_user_roles 的 option_value: update [...]]]></description>
		<wfw:commentRss>http://freelamp.com/58852/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Compact VDI Image file</title>
		<link>http://freelamp.com/58846</link>
		<comments>http://freelamp.com/58846#comments</comments>
		<pubDate>Sat, 19 Feb 2011 04:41:23 +0000</pubDate>
		<dc:creator>老徐</dc:creator>
				<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VirtualBox]]></category>

		<guid isPermaLink="false">http://freelamp.com/?p=58846</guid>
		<description><![CDATA[Compacted my Windows XP 6GB VDI Image to 4GB  today according to this article. Steps: Defragment Guest Defragment Guest Again copy nullfile to guest, and run nullfile on guest shutdown guest On Host, Run: VBoxManage modifyvdi XP.vdi compact 相关文章2009年06月19日 -- Virtualbox 3.0 Beta (0)2009年05月3日 -- Ubuntu 9.0.4 Desktop on top of Virtualbox 2.2.2 (0)]]></description>
		<wfw:commentRss>http://freelamp.com/58846/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>解决 Discuz! 的 .htaccess 问题</title>
		<link>http://freelamp.com/58840</link>
		<comments>http://freelamp.com/58840#comments</comments>
		<pubDate>Sat, 11 Dec 2010 14:03:28 +0000</pubDate>
		<dc:creator>老徐</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Application]]></category>

		<guid isPermaLink="false">http://freelamp.com/?p=58840</guid>
		<description><![CDATA[Discuz! 移植到 GoDaddy 后，发现原来的 URL 优化在新的服务器上都是 404 错误了。  Google 搜索都说 通过 添加 # Options -Multiviews 或者  # Options +FollowSymLinks 来解决的，在我的环境下，证明这些打开都没有用而是去掉第一个 domain 的信息。 RewriteEngine On RewriteBase / RewriteRule ^forum-([0-9]+)-([0-9]+)\.html$ forumdisplay.php?fid=$1&#38;page=$2 RewriteRule ^archiver/((fid&#124;tid)-[\w\-]+\.html)$ archiver/index.php?$1 RewriteRule ^thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ viewthread.php?tid=$1&#38;extra=page\%3D$4&#38;page=$2 RewriteRule ^space-(username&#124;uid)-(.+)\.html$ space.php?$1=$2 RewriteRule ^tag-(.+)\.html$ tag.php?name=$1 ~ ~ 问题随即解决。 原来的控制文件如下： RewriteEngine On RewriteRule ^(.*)/archiver/((fid&#124;tid)-[\w\-]+\.html)$ $1/archiver/index.php?$2 RewriteRule ^(.*)/forum-([0-9]+)-([0-9]+)\.html$ $1/forumdisplay.php?fid=$2&#38;page=$3 RewriteRule ^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html$ [...]]]></description>
		<wfw:commentRss>http://freelamp.com/58840/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Convert back WP MU to WordPress</title>
		<link>http://freelamp.com/58834</link>
		<comments>http://freelamp.com/58834#comments</comments>
		<pubDate>Sat, 11 Dec 2010 06:35:05 +0000</pubDate>
		<dc:creator>老徐</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://freelamp.com/?p=58834</guid>
		<description><![CDATA[Godaddy&#8217;s WordPress only support single user, not the MU version, have to convert back original WPMU version to single user version. Since I have to install multiple version of WordPress, each of them has its own DB. I put a .sid for each of mysql DBs as original .my.cnf file. Contents like this: # freelamp.com [...]]]></description>
		<wfw:commentRss>http://freelamp.com/58834/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gmail is:unread</title>
		<link>http://freelamp.com/58831</link>
		<comments>http://freelamp.com/58831#comments</comments>
		<pubDate>Sat, 11 Dec 2010 02:24:46 +0000</pubDate>
		<dc:creator>老徐</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://freelamp.com/?p=58831</guid>
		<description><![CDATA[Gmail is really fancy and high productivity. Though still need some mental labor to discover features. I want to mark all my unread messages to be read, though difficult to select. Use the advance search feature, from the drop down of the search criteria, select &#8220;unread messages&#8221;, the result will show you the search keywords [...]]]></description>
		<wfw:commentRss>http://freelamp.com/58831/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

