<?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>a slice of imagination</title>
	<atom:link href="http://stanleylee.hk/feed/" rel="self" type="application/rss+xml" />
	<link>http://stanleylee.hk</link>
	<description>just another wordpress weblog</description>
	<lastBuildDate>Mon, 13 Feb 2012 22:01:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>A bug in Bugzilla 4.0.4</title>
		<link>http://stanleylee.hk/2012/02/13/a-bug-in-bugzilla-4-0-4/</link>
		<comments>http://stanleylee.hk/2012/02/13/a-bug-in-bugzilla-4-0-4/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 22:01:38 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[bugzilla]]></category>
		<category><![CDATA[CPAN]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[YAML]]></category>

		<guid isPermaLink="false">http://stanleylee.hk/?p=180</guid>
		<description><![CDATA[There was a request to have a new tool custom report tool created for our Bugzilla installation so I had to re-deploy a copy of Bugzilla onto our development environment. Installation was a bit tricky with a specific Perl module (YAML) being the main issue. The install script keeps saying that this is missing: Checking [...]]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http://stanleylee.hk/2012/02/13/a-bug-in-bugzilla-4-0-4/&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:60px"></iframe><p>There was a request to have a new tool custom report tool created for our Bugzilla installation so I had to re-deploy a copy of Bugzilla onto our development environment. Installation was a bit tricky with a specific Perl module (YAML) being the main issue. The install script keeps saying that this is missing:</p>
<p><code>Checking for                 YAML (any)       not found</code></p>
<p>Checking the system, YAML is indeed installed and available. What is actually broken is the CPAN.pm file in the Bugzilla package &#8211; it doesn&#8217;t require the module.</p>
<p>To fix this, add the YAML module into the CPAN.pm file found in the bugzilla/lib directory. Search for:</p>
<p><code>use Text::Wrap ();</code></p>
<p>And replace with:</p>
<p><code>use Text::Wrap ();<br />
use YAML;</code></p>
<p>Running the install script now works with no errors.</p>
]]></content:encoded>
			<wfw:commentRss>http://stanleylee.hk/2012/02/13/a-bug-in-bugzilla-4-0-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WDS Deployment spanning multiple subnets</title>
		<link>http://stanleylee.hk/2012/02/10/wds-deployment-spanning-multiple-subnets/</link>
		<comments>http://stanleylee.hk/2012/02/10/wds-deployment-spanning-multiple-subnets/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 19:00:14 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[WDS]]></category>

		<guid isPermaLink="false">http://stanleylee.hk/?p=176</guid>
		<description><![CDATA[This turned out to be simpler than I had first imagined. Reading the Microsoft documentation looked like we had to make changes to the DHCP, however this was not the case. To make it clearer, our current environment looks like this: DHCP is a Linux CentOS Server WDS and DHCP servers are on the same [...]]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http://stanleylee.hk/2012/02/10/wds-deployment-spanning-multiple-subnets/&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:60px"></iframe><p>This turned out to be simpler than I had first imagined. Reading the Microsoft documentation looked like we had to make changes to the DHCP, however this was not the case.</p>
<p>To make it clearer, our current environment looks like this:</p>
<ol>
<li>DHCP is a Linux CentOS Server</li>
<li>WDS and DHCP servers are on the same subnet</li>
<li>Client machines are on various subnets</li>
<li>Cisco core switch and router stack</li>
</ol>
<p>For our setup, we only needed to make sure the Cisco ip helper-address was set to point to the IP address of BOTH the DHCP and WDS. Once this was done, everything went as intended.</p>
]]></content:encoded>
			<wfw:commentRss>http://stanleylee.hk/2012/02/10/wds-deployment-spanning-multiple-subnets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WDS Installation and Deployment</title>
		<link>http://stanleylee.hk/2012/02/07/wds-installation-and-deployment/</link>
		<comments>http://stanleylee.hk/2012/02/07/wds-installation-and-deployment/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 22:02:24 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[WDS]]></category>

		<guid isPermaLink="false">http://stanleylee.hk/?p=172</guid>
		<description><![CDATA[We&#8217;re deploying a new WDS (Windows Deployment Service) server at work and at first everything looked alright until I ran into my first snag &#8211; I wasn&#8217;t able to start the role / server after I installed it. Looking everywhere on the manuals and guides provided by Microsoft didn&#8217;t help either. All they say is [...]]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http://stanleylee.hk/2012/02/07/wds-installation-and-deployment/&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:60px"></iframe><p>We&#8217;re deploying a new WDS (Windows Deployment Service) server at work and at first everything looked alright until I ran into my first snag &#8211; I wasn&#8217;t able to start the role / server after I installed it.</p>
<p>Looking everywhere on the manuals and guides provided by Microsoft didn&#8217;t help either. All they say is to add the role to the server and then configure the server with deployment images etc.</p>
<p>Upon closer inspection, it seems like you need to initialize the server before it will even start. In order to do this, you need to run a command via an elevated command prompt window:</p>
<p><code>wdsutil.exe /initialize-server /reminst:&lt;path to WDS data files&gt;</code></p>
<p>I created my own folder for the WDS data files and then plugged that into the command. WDS started up with no further issues.</p>
<p>Next posting&#8230; how to get WDS to work with multiple subnets. I&#8217;ll post that when I get it sorted out! <img src='http://stanleylee.hk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://stanleylee.hk/2012/02/07/wds-installation-and-deployment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware vSphere Client cannot mount local optical drive</title>
		<link>http://stanleylee.hk/2012/02/06/vmware-vsphere-client-cannot-mount-local-optical-drive/</link>
		<comments>http://stanleylee.hk/2012/02/06/vmware-vsphere-client-cannot-mount-local-optical-drive/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 22:44:51 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[permissions]]></category>
		<category><![CDATA[VMware]]></category>
		<category><![CDATA[vSphere Client]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://stanleylee.hk/?p=168</guid>
		<description><![CDATA[Another quick post regarding a nagging issue I&#8217;ve had for awhile now. Every time I wanted to connect to my local optical drive it would complain with the following error immediately: Remote device disconnect The remote device on &#60;host&#62; connected to &#60;path&#62; is disconnected. Digging around I found that the cause of this is because [...]]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http://stanleylee.hk/2012/02/06/vmware-vsphere-client-cannot-mount-local-optical-drive/&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:60px"></iframe><p>Another quick post regarding a nagging issue I&#8217;ve had for awhile now. Every time I wanted to connect to my local optical drive it would complain with the following error immediately:</p>
<p><code>Remote device disconnect<br />
The remote device on &lt;host&gt; connected to &lt;path&gt; is disconnected.</code></p>
<p>Digging around I found that the cause of this is because of Windows 7 permissions again. Running the application as Administrator or checking off the &#8220;Run this program as an administrator&#8221; under the Compatibility tab of the vSphere Client shortcut solved the issue!</p>
<p>Hope this helps you all as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://stanleylee.hk/2012/02/06/vmware-vsphere-client-cannot-mount-local-optical-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Failure to start new MySQL server</title>
		<link>http://stanleylee.hk/2011/12/22/failure-to-start-new-mysql-server/</link>
		<comments>http://stanleylee.hk/2011/12/22/failure-to-start-new-mysql-server/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 18:29:06 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://stanleylee.hk/?p=164</guid>
		<description><![CDATA[We use replication for our MySQL server and perform a snapshot rsync to re-initialize the slave servers. One difference today was that I had to create a whole new server from scratch and perform the same re-initialization. Everything worked fine until I tried to start the server: Fatal error: Can’t open and lock privilege tables: [...]]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http://stanleylee.hk/2011/12/22/failure-to-start-new-mysql-server/&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:60px"></iframe><p>We use replication for our MySQL server and perform a snapshot rsync to re-initialize the slave servers. One difference today was that I had to create a whole new server from scratch and perform the same re-initialization. Everything worked fine until I tried to start the server:</p>
<blockquote><p>Fatal error: Can’t open and lock privilege tables: Table ‘mysql.host’ doesn’t exist</p></blockquote>
<p>The server was new and had not been initialized yet. I had copied all the data files including the my.cnf files and had expected the MySQLd to work! Well, doesn&#8217;t always happen that way eh?</p>
<p>Anyways, all that I had to do was to tell MySQLd where the data is located:</p>
<p><code>mysql_install_db –user=mysql –ldata=/<em>datadir in my.cnf</em></code></p>
<p>MySQL came up and is replicating again!</p>
]]></content:encoded>
			<wfw:commentRss>http://stanleylee.hk/2011/12/22/failure-to-start-new-mysql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nagios CHECK_HTTP Error HTTP WARNING: HTTP/1.1 403 Forbidden</title>
		<link>http://stanleylee.hk/2011/12/01/nagios-check_http-error-http-warning-http1-1-403-forbidden/</link>
		<comments>http://stanleylee.hk/2011/12/01/nagios-check_http-error-http-warning-http1-1-403-forbidden/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 23:01:45 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[check_http]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[nagios]]></category>

		<guid isPermaLink="false">http://stanleylee.hk/?p=160</guid>
		<description><![CDATA[So, I was deploying a new server and added the default CHECK_HTTP Nagios plug-in as follows: define service{ use &#60;Preset Service Type&#62; host_name &#60;Server Name&#62; service_description HTTP check_command check_http } However, the check would come back as an 403 Forbidden error. I know we have some restrictions set on our http.conf to allow only internal [...]]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http://stanleylee.hk/2011/12/01/nagios-check_http-error-http-warning-http1-1-403-forbidden/&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:60px"></iframe><p>So, I was deploying a new server and added the default CHECK_HTTP Nagios plug-in as follows:</p>
<p><code>define service{<br />
        use                             &lt;Preset Service Type&gt;<br />
        host_name                       &lt;Server Name&gt;<br />
        service_description             HTTP<br />
        check_command                   check_http<br />
        }</code></p>
<p>However, the check would come back as an 403 Forbidden error. I know we have some restrictions set on our http.conf to allow only internal IP addresses to the Apache server, but the Nagios server is in the internal network. Poked around the settings and configurations for awhile and could not see any issues as I was able to browse the default Apache page.</p>
<p>Looked a bit more and found that the CHECK_HTTP is actually looking for an index page in the root html location. So I ended up creating a dummy page for Nagios and the checks came back fine! I&#8217;m sure you could make something nicer but this is all I did in the /var/www/html directory:</p>
<p><code>echo "This is a dummy page for &lt;Server Name&gt;." &gt;&gt; index.html</code></p>
<p>Works like a charm!</p>
]]></content:encoded>
			<wfw:commentRss>http://stanleylee.hk/2011/12/01/nagios-check_http-error-http-warning-http1-1-403-forbidden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restoring a gziped MySQL DB backup file</title>
		<link>http://stanleylee.hk/2011/03/22/restoring-a-gziped-mysql-db-backup-file/</link>
		<comments>http://stanleylee.hk/2011/03/22/restoring-a-gziped-mysql-db-backup-file/#comments</comments>
		<pubDate>Tue, 22 Mar 2011 19:34:52 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[gzip]]></category>
		<category><![CDATA[mysql]]></category>

		<guid isPermaLink="false">http://stanleylee.hk/?p=156</guid>
		<description><![CDATA[Short post&#8230; just for reference: gunzip < [backupfile.sql.gz] &#124; mysql -u [uname] -p[pass] [dbname]]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http://stanleylee.hk/2011/03/22/restoring-a-gziped-mysql-db-backup-file/&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:60px"></iframe><p>Short post&#8230; just for reference:</p>
<p>gunzip < [backupfile.sql.gz] | mysql -u [uname] -p[pass] [dbname]</p>
]]></content:encoded>
			<wfw:commentRss>http://stanleylee.hk/2011/03/22/restoring-a-gziped-mysql-db-backup-file/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microsoft Bluetooth Mobile Keyboard 6000</title>
		<link>http://stanleylee.hk/2011/02/17/microsoft-bluetooth-mobile-keyboard-6000/</link>
		<comments>http://stanleylee.hk/2011/02/17/microsoft-bluetooth-mobile-keyboard-6000/#comments</comments>
		<pubDate>Thu, 17 Feb 2011 08:25:15 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Bluetooth]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://stanleylee.hk/?p=154</guid>
		<description><![CDATA[So, tax season is around the corner and I just got my RRSP returns and I was able to get some money to get myself some new toys. I wanted to get a smaller keyboard that had an ergonomic layout along with a number pad that would sit on my left hand side (to allow [...]]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http://stanleylee.hk/2011/02/17/microsoft-bluetooth-mobile-keyboard-6000/&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:60px"></iframe><p>So, tax season is around the corner and I just got my RRSP returns and I was able to get some money to get myself some new toys. I wanted to get a smaller keyboard that had an ergonomic layout along with a number pad that would sit on my left hand side (to allow space for the mouse). So, I decided to get a Microsoft Bluetooth Mobile Keyboard 6000! The keyboard set looked great, the size was a bit small but all-in-all looked decent and was for once decently packaged!</p>
<p>Then came the hard part, actually trying to get it to work. There was an issue with pairing the devices. I was able to pair them separately and they responded well. However, every time I try to use both devices at the same time, the previous device would stop responding. For example, I was using the keyboard and I turn on the number pad, the keyboard would no longer work. The keyboard would only work after I turned the number pad off! The same was try for the keyboard if I had the number pad on first!</p>
<p>Took me over a few hours and could not find anything. A lot of people had posted online that the way to resolve this was to pair the devices separately. Meaning to pair one, turn it off and then pair the second one. I thought, well, sort of makes sense, why not? I gave it a shot, but knowing how computers work, it is never that easy. The problem continued to stay!</p>
<p>I thought back and forth and couldn&#8217;t find a way until I thought, maybe this cheap Bluetooth dongle I bought at the local computer store was the issue. I went and took another dongle I had in the house and plugged it in. Right away, Windows picked it up as a Broadcom Bluetooth device and I thought to myself, well at least it doesn&#8217;t say generic Bluetooth device now! Next, I re-paired the devices and guess what? It worked right away!</p>
<p>So in the end, it was the dongle that was causing the issue. Long story short, if you are unable to use more than one device at the same time, take a look at the dongle that you have and try to get it replaced as a solution!</p>
<p>Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://stanleylee.hk/2011/02/17/microsoft-bluetooth-mobile-keyboard-6000/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CDONTS on Windows Server 2008 R2</title>
		<link>http://stanleylee.hk/2011/02/08/cdonts-on-windows-server-2008-r2/</link>
		<comments>http://stanleylee.hk/2011/02/08/cdonts-on-windows-server-2008-r2/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 18:49:28 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[CDONTS]]></category>
		<category><![CDATA[windows 2008 r2]]></category>

		<guid isPermaLink="false">http://stanleylee.hk/?p=151</guid>
		<description><![CDATA[As old as it may be, we still use a sendmail API from way back to NT4! Having said that, there was a slight blip when we migrated to a new Server 2008 R2 server, the dll file was missing! I had to copy the file from the old server and move it to the [...]]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http://stanleylee.hk/2011/02/08/cdonts-on-windows-server-2008-r2/&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:60px"></iframe><p>As old as it may be, we still use a sendmail API from way back to NT4! Having said that, there was a slight blip when we migrated to a new Server 2008 R2 server, the dll file was missing! I had to copy the file from the old server and move it to the new server.</p>
<ol>
<li>Copy CDONTS.dll from another server to C:\Windows\SysWOW64 and C:\Windows\System32</li>
<li>Run regsvr32 c:\windows\SysWOW64\cdonts.dll</li>
<li>Run regsvr32 c:\windows\System32\cdonts.dll</li>
<li>Grant the appropriate permissions on C:\inetpub\mailroot\pickup (I granted USERS group Modify permissions).  You could get permission denied if the folder security isn&#8217;t adjusted.</li>
</ol>
<p>You don&#8217;t need to restart the server at all, just hit your site and again it will work!</p>
]]></content:encoded>
			<wfw:commentRss>http://stanleylee.hk/2011/02/08/cdonts-on-windows-server-2008-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome&#8217;s automatic site searching</title>
		<link>http://stanleylee.hk/2011/01/28/google-chromes-automatic-site-searching/</link>
		<comments>http://stanleylee.hk/2011/01/28/google-chromes-automatic-site-searching/#comments</comments>
		<pubDate>Fri, 28 Jan 2011 18:32:06 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://stanleylee.hk/?p=149</guid>
		<description><![CDATA[Here&#8217;s a fun tip! I just found out today by chance that Google&#8217;s Chrome browser will do automatic site searching! If the site you are viewing has a search functionality, all you have to do is type the domain.com follow it by a space and the item you want to search! It will automatically direct [...]]]></description>
			<content:encoded><![CDATA[<iframe src="http://www.facebook.com/plugins/like.php?href=http://stanleylee.hk/2011/01/28/google-chromes-automatic-site-searching/&amp;layout=standard&amp;show_faces=1&amp;width=450&amp;action=like&amp;colorscheme=light&amp;font=" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:60px"></iframe><p>Here&#8217;s a fun tip! I just found out today by chance that Google&#8217;s Chrome browser will do automatic site searching! If the site you are viewing has a search functionality, all you have to do is type the <em>domain.com</em> follow it by a space and the item you want to search! It will automatically direct you to the search function with your search in the query string! Neat!</p>
<p>For example:</p>
<p><code>shopbot.ca core i5</code></p>
<p>pointed me directly to:</p>
<p><code>http://www.shopbot.ca/m/?m=core+i5</code></p>
<p>Neat little trick&#8230; once again, hope this helps and have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://stanleylee.hk/2011/01/28/google-chromes-automatic-site-searching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

