<?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>LittleBearZ</title>
	<atom:link href="http://littlebearz.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://littlebearz.com</link>
	<description>LittleBearZ</description>
	<lastBuildDate>Wed, 22 Feb 2012 07:07:02 +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>Find Text In Folders Recursively in Linux</title>
		<link>http://littlebearz.com/2012/02/22/find-text-in-folders-recursively-in-linux/</link>
		<comments>http://littlebearz.com/2012/02/22/find-text-in-folders-recursively-in-linux/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 07:07:02 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=218</guid>
		<description><![CDATA[Task: Search all subdirectories recursively You can search for a text string all files under each directory, recursively with -r option: $ grep -r &#8220;keyword&#8221; /folder/name]]></description>
			<content:encoded><![CDATA[<p>Task: Search all subdirectories recursively You can search for a text string all files under each directory, recursively with -r option:</p>
<p>$ <strong>grep -r &#8220;keyword&#8221; /folder/name</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/02/22/find-text-in-folders-recursively-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Application Listing</title>
		<link>http://littlebearz.com/2012/02/22/linux-application-listing/</link>
		<comments>http://littlebearz.com/2012/02/22/linux-application-listing/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 05:27:03 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=215</guid>
		<description><![CDATA[mldonkey &#8211; Peer  to Peer Software using ed2k protocol &#160;]]></description>
			<content:encoded><![CDATA[<p>mldonkey &#8211; Peer  to Peer Software using ed2k protocol</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/02/22/linux-application-listing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTP Backup Using Wget</title>
		<link>http://littlebearz.com/2012/02/18/ftp-backup-using-wget/</link>
		<comments>http://littlebearz.com/2012/02/18/ftp-backup-using-wget/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 20:13:38 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=207</guid>
		<description><![CDATA[wget -r -l0 -c ftp://*username*:*password*@*server* replace stuff in * -r means recursive -l0 means go maxmium level deep as oppose to default 4 level -c means continue partial download and ignore completed.]]></description>
			<content:encoded><![CDATA[<p>wget -r -l0 -c ftp://*username*:*password*@*server*<br />
replace stuff in *</p>
<p>-r means recursive</p>
<p>-l0 means go maxmium level deep as oppose to default 4 level</p>
<p>-c means continue partial download and ignore completed.</p>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/02/18/ftp-backup-using-wget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PasswordLess SSH Using Private/Public Key Auth</title>
		<link>http://littlebearz.com/2012/02/18/passwordless-ssh-using-privatepublic-key-auth/</link>
		<comments>http://littlebearz.com/2012/02/18/passwordless-ssh-using-privatepublic-key-auth/#comments</comments>
		<pubDate>Sat, 18 Feb 2012 19:31:26 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=201</guid>
		<description><![CDATA[ssh-copy-id -i ~/.ssh/id_rsa.pub username@mystery ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAIEAtAnSlyYkrCOdhF6iDghetjDi2YUg804HU/eoau9dHNUBcOUY06KgZJnYTSDfSfp1nSadWYT1ojqmLy4rWxRSrzMsL+9Wjh/8wQX/fGqb3CsDijO3iHTxiN6U6mg02EgsBabU+yZjR3cVG8UlA8l7DbxduTSP1TkjDBVPPc0cpnk= littlebearz.com]]></description>
			<content:encoded><![CDATA[<pre>ssh-copy-id -i ~/.ssh/id_rsa.pub username@mystery</pre>
<p><span id="more-201"></span></p>
<p>ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAIEAtAnSlyYkrCOdhF6iDghetjDi2YUg804HU/eoau9dHNUBcOUY06KgZJnYTSDfSfp1nSadWYT1ojqmLy4rWxRSrzMsL+9Wjh/8wQX/fGqb3CsDijO3iHTxiN6U6mg02EgsBabU+yZjR3cVG8UlA8l7DbxduTSP1TkjDBVPPc0cpnk= littlebearz.com</p>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/02/18/passwordless-ssh-using-privatepublic-key-auth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3.5“ External HDD 500GB 79.99 USD</title>
		<link>http://littlebearz.com/2012/02/17/3-5-external-hdd-500gb-79-99-usd/</link>
		<comments>http://littlebearz.com/2012/02/17/3-5-external-hdd-500gb-79-99-usd/#comments</comments>
		<pubDate>Fri, 17 Feb 2012 08:13:42 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=195</guid>
		<description><![CDATA[http://u.xxw.ca/d Expiration 2/22/2012]]></description>
			<content:encoded><![CDATA[<p>http://u.xxw.ca/d</p>
<p>Expiration 2/22/2012</p>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/02/17/3-5-external-hdd-500gb-79-99-usd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VirtualBox AutoStart On Windows 7 Enterprise Batch File</title>
		<link>http://littlebearz.com/2012/02/15/virtualbox-autostart-on-windows-7-enterprise-batch-file/</link>
		<comments>http://littlebearz.com/2012/02/15/virtualbox-autostart-on-windows-7-enterprise-batch-file/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 16:09:22 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=186</guid>
		<description><![CDATA[1. Click Start Button in Windows 7 2. Right-click Computer and left-click Properties 3. Left click Advanced system settings in the left section beside the blue/yellow shield logo. 4. Left click on Advanced tab, Left click Environment Variables 5. Under System variables, &#8230; <a href="http://littlebearz.com/2012/02/15/virtualbox-autostart-on-windows-7-enterprise-batch-file/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>1. Click Start Button in Windows 7</p>
<p>2. <strong>Right</strong>-click Computer and left-click Properties</p>
<p>3. Left click Advanced system settings in the left section beside the blue/yellow shield logo.</p>
<p>4. Left click on Advanced <strong>tab</strong>, Left click Environment Variables</p>
<p>5. Under System variables, scroll down to PATH and apprend the following</p>
<p><strong>;C:\Program Files\Oracle\VirtualBox\</strong></p>
<p>6. Create a autostart.bat in C:\Users\<strong>%YOUR_USERNAME%</strong>\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\</p>
<p>7. Add the following to this file and save, make sure the extension is .bat and not .bat.txt</p>
<p>cd &#8220;C:\Program Files\Oracle\&#8221;<br />
start VBoxManage startvm XP<br />
start &#8220;C:\Program Files\Oracle\VBoxManage.exe startvm XP&#8221;</p>
<p>7a. *Optional, if it opens as text file then press WINDOWS KEY + E, press <strong>LEFT</strong> ALT KEY,Click Tools, Click Folder Options, Click View Tab, uncheck &#8220;Hide extension for known file types&#8221; and go to step 7</p>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/02/15/virtualbox-autostart-on-windows-7-enterprise-batch-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Application Listing</title>
		<link>http://littlebearz.com/2012/02/13/windows-application-listing/</link>
		<comments>http://littlebearz.com/2012/02/13/windows-application-listing/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 16:39:25 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=144</guid>
		<description><![CDATA[Scarangle &#8211; Ed2K protocol client, originated from eMule VLC -Video Media Player Rainmeter &#8211; GUI, fancy overlay on desktop EASEUS Partition Master 9.1.0 Home Edition &#8211; Partition CounterPath X-Lite 4 &#8211; VOIP SIP Client GOGO6 &#8211; IPv6 Client + Web &#8230; <a href="http://littlebearz.com/2012/02/13/windows-application-listing/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Scarangle &#8211; Ed2K protocol client, originated from eMule</p>
<p>VLC -Video Media Player</p>
<p>Rainmeter &#8211; GUI, fancy overlay on desktop</p>
<p>EASEUS Partition Master 9.1.0 Home Edition &#8211; Partition</p>
<p>CounterPath X-Lite 4 &#8211; VOIP SIP Client</p>
<p>GOGO6 &#8211; IPv6 Client + Web Server</p>
<p>LiveZilla &#8211; Live Support Chat Program for website administration</p>
<p>Tweetdeck &#8211; One in all solution to social media</p>
<p>Google Calendar Sync &#8211; Sync across outlook to google calendar</p>
<p>Filezilla &#8211; FTP solution client + server</p>
<p>Dropbox &#8211; Online storage and sync utility</p>
<p>Notepad++ -Graphical Editor for programmers</p>
<p>FastCopy &#8211; Replaces the default Explorer.exe to speed up copy and paste folder.</p>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/02/13/windows-application-listing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Siri for Android</title>
		<link>http://littlebearz.com/2012/02/10/siri-for-android/</link>
		<comments>http://littlebearz.com/2012/02/10/siri-for-android/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 04:02:43 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=140</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img title="" class="alignnone" alt="image" src="http://littlebearz.com/wp-content/uploads/2012/02/wpid-Screenshot_2012-02-09-22-58-28.png" /><br />
<img title="Screenshot_2012-02-09-23-04-29.png" class="alignnone" alt="image" src="http://littlebearz.com/wp-content/uploads/2012/02/wpid-Screenshot_2012-02-09-23-04-29.png" /></p>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/02/10/siri-for-android/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BitCoin Miner For Windows</title>
		<link>http://littlebearz.com/2012/02/08/bitcoin-miner-for-windows/</link>
		<comments>http://littlebearz.com/2012/02/08/bitcoin-miner-for-windows/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 19:15:23 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=132</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<div class="wpfilebase-attachment">
 <div class="wpfilebase-fileicon"><a href="http://littlebearz.com/download/guiminer-20110614.exe" title="Download BitCoin Miner for Windows Machines 7"><img align="middle" src="http://littlebearz.com/wp-includes/images/crystal/interactive.png" alt="BitCoin Miner for Windows Machines 7" /></a></div>
 <div class="wpfilebase-rightcol">
  <div class="wpfilebase-filetitle">
   <a href="http://littlebearz.com/download/guiminer-20110614.exe" title="Download BitCoin Miner for Windows Machines 7">BitCoin Miner for Windows Machines 7</a><br />
   guiminer-20110614.exe<br />
   
   
  </div>
  <div class="wpfilebase-filedetails" id="wpfilebase-filedetails1" style="display: none;">
  <p></p>
  <table border="0">
   
   
   
   
   
   
   <tr><td><strong>Date:</strong></td><td>February 8, 2012</td></tr>
   
  </table>
  </div>
 </div>
 <div class="wpfilebase-fileinfo">
  7.8 MiB<br />
  5 Downloads<br />
  <a href="#" onclick="return wpfilebase_filedetails(1);">Details...</a>
 </div>
 <div style="clear: both;"></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/02/08/bitcoin-miner-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apex Nexus February 7</title>
		<link>http://littlebearz.com/2012/02/08/apex-nexus-february-7/</link>
		<comments>http://littlebearz.com/2012/02/08/apex-nexus-february-7/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 04:59:52 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=125</guid>
		<description><![CDATA[Reflashed Nexus S]]></description>
			<content:encoded><![CDATA[<p><img title="Screenshot_2012-02-07-23-48-29.png" class="alignnone" alt="image" src="http://littlebearz.com/wp-content/uploads/2012/02/wpid-Screenshot_2012-02-07-23-48-29.png" /></p>
<p>Reflashed Nexus S</p>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/02/08/apex-nexus-february-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Android Nexus S Application List</title>
		<link>http://littlebearz.com/2012/02/08/android-nexus-s-application-list/</link>
		<comments>http://littlebearz.com/2012/02/08/android-nexus-s-application-list/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 02:30:57 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=120</guid>
		<description><![CDATA[Taskbomb -> Scheduler for application IP Cam ViewerMail -> View CCTV over Internet Wifi-Tether -> Share Internet Shush! -> Make phone sound lower/disappear/vibrate until given time OsmAnd -> Alternative Map solution, good for offline AndFTP -> FTP client for Android &#8230; <a href="http://littlebearz.com/2012/02/08/android-nexus-s-application-list/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Taskbomb -> Scheduler for application<br />
IP Cam ViewerMail -> View CCTV over Internet<br />
Wifi-Tether -> Share Internet<br />
Shush! -> Make phone sound lower/disappear/vibrate until given time<br />
OsmAnd -> Alternative Map solution, good for offline<br />
AndFTP -> FTP client for Android<br />
K-9 Mail -> Opensourced E-mail client, good to chew through 1000s emails<br />
Wandoujia -> Backup Application (Chinese)</p>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/02/08/android-nexus-s-application-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BitCoin</title>
		<link>http://littlebearz.com/2012/02/06/bitcoin/</link>
		<comments>http://littlebearz.com/2012/02/06/bitcoin/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 15:07:43 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=104</guid>
		<description><![CDATA[193zX9ZoHxE4jLe6RNfs32HbyDmKaRgqfM]]></description>
			<content:encoded><![CDATA[<p>193zX9ZoHxE4jLe6RNfs32HbyDmKaRgqfM</p>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/02/06/bitcoin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IPv6</title>
		<link>http://littlebearz.com/2012/02/06/ipv6/</link>
		<comments>http://littlebearz.com/2012/02/06/ipv6/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 09:55:06 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=102</guid>
		<description><![CDATA[Wow, i didn’t know until today that i didn’t enable ipv6 2607:f358:0001:fed5:0022:0000:8969:0816, 2607:f358:0001:fed5:0022:0000:d8f9:fbf1, 2607:f358:0001:fed5:0022:0000:915e:8578, 2607:f358:0001:fed5:0022:0000:b0c1:41c3, 2607:f358:0001:fed5:0022:0000:1928:8a4b, 2607:f358:0001:fed5:0022:0000:89ad:b05b, 2607:f358:0001:fed5:0022:0000:8106:ce4d, 2607:f358:0001:fed5:0022:0000:475e:e857, 2607:f358:0001:fed5:0022:0000:0361:d70d, 2607:f358:0001:fed5:0022:0000:83f0:d67a, 2607:f358:0001:fed5:0022:0000:9b4c:518a, 2607:f358:0001:fed5:0022:0000:6914:fb07, 2607:f358:0001:fed5:0022:0000:fed3:c782, 2607:f358:0001:fed5:0022:0000:cf59:c58d, 2607:f358:0001:fed5:0022:0000:0b98:a469, 2607:f358:0001:fed5:0022:0000:c0fd:7c3c]]></description>
			<content:encoded><![CDATA[<p>Wow, i didn’t know until today that i didn’t enable ipv6</p>
<p>2607:f358:0001:fed5:0022:0000:8969:0816, 2607:f358:0001:fed5:0022:0000:d8f9:fbf1,</p>
<p>2607:f358:0001:fed5:0022:0000:915e:8578, 2607:f358:0001:fed5:0022:0000:b0c1:41c3, 2607:f358:0001:fed5:0022:0000:1928:8a4b, 2607:f358:0001:fed5:0022:0000:89ad:b05b, 2607:f358:0001:fed5:0022:0000:8106:ce4d, 2607:f358:0001:fed5:0022:0000:475e:e857, 2607:f358:0001:fed5:0022:0000:0361:d70d, 2607:f358:0001:fed5:0022:0000:83f0:d67a, 2607:f358:0001:fed5:0022:0000:9b4c:518a, 2607:f358:0001:fed5:0022:0000:6914:fb07, 2607:f358:0001:fed5:0022:0000:fed3:c782,</p>
<p>2607:f358:0001:fed5:0022:0000:cf59:c58d, 2607:f358:0001:fed5:0022:0000:0b98:a469, 2607:f358:0001:fed5:0022:0000:c0fd:7c3c</p>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/02/06/ipv6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IRCD</title>
		<link>http://littlebearz.com/2012/02/06/ircd/</link>
		<comments>http://littlebearz.com/2012/02/06/ircd/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 04:27:50 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=100</guid>
		<description><![CDATA[charybdis ircd unrealircd]]></description>
			<content:encoded><![CDATA[<p>charybdis ircd</p>
<p>unrealircd</p>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/02/06/ircd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VOIP ATA Dial Plan</title>
		<link>http://littlebearz.com/2012/02/06/voip-ata-dial-plan/</link>
		<comments>http://littlebearz.com/2012/02/06/voip-ata-dial-plan/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 02:45:40 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=98</guid>
		<description><![CDATA[(*xx&#124;[3469]11&#124;0&#124;00&#124;[2-9]xxxxxx&#124;1xxx[2-9]xxxxxxS0&#124;xxxxxxxxxxxx.)]]></description>
			<content:encoded><![CDATA[<p>(*xx|[3469]11|0|00|[2-9]xxxxxx|1xxx[2-9]xxxxxxS0|xxxxxxxxxxxx.)</p>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/02/06/voip-ata-dial-plan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>1mbit = 324GB Bandwidth</title>
		<link>http://littlebearz.com/2012/02/06/1mbit-324gb-bandwidth/</link>
		<comments>http://littlebearz.com/2012/02/06/1mbit-324gb-bandwidth/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 00:08:34 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=95</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/02/06/1mbit-324gb-bandwidth/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>tiao and hey</title>
		<link>http://littlebearz.com/2012/02/05/tiao-and-hey/</link>
		<comments>http://littlebearz.com/2012/02/05/tiao-and-hey/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 22:09:57 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=89</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img title="" class="alignnone" alt="image" src="http://littlebearz.com/wp-content/uploads/2012/02/wpid-IMG_20120205_170321.jpg" /></p>
<p><img title="" class="alignnone" alt="image" src="http://littlebearz.com/wp-content/uploads/2012/02/wpid-IMG_20120205_170314.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/02/05/tiao-and-hey/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: YES</title>
		<link>http://littlebearz.com/2012/02/01/yes/</link>
		<comments>http://littlebearz.com/2012/02/01/yes/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 18:11:32 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=85</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://littlebearz.com/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-85">Password:<br />
<input name="post_password" id="pwbox-85" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/02/01/yes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 i3 i5 i7 CPU no idle</title>
		<link>http://littlebearz.com/2012/02/01/windows-7-i3-i5-i7-cpu-no-idle/</link>
		<comments>http://littlebearz.com/2012/02/01/windows-7-i3-i5-i7-cpu-no-idle/#comments</comments>
		<pubDate>Wed, 01 Feb 2012 15:52:23 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=76</guid>
		<description><![CDATA[Regedit and find 0cc5b647-c1df-4637-891a-dec35c318583 set ValueMax to 0 in hex shutdown and restart and enjoy Source: sky60234 from http://forum.cakewalk.com/tm.aspx?m=1861804]]></description>
			<content:encoded><![CDATA[<p>Regedit and find<br />
0cc5b647-c1df-4637-891a-dec35c318583</p>
<p>set ValueMax to 0 in hex<br />
shutdown and restart and enjoy</p>
<p>Source: sky60234 from http://forum.cakewalk.com/tm.aspx?m=1861804</p>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/02/01/windows-7-i3-i5-i7-cpu-no-idle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Template For Reverse Proxy Pass with Caching</title>
		<link>http://littlebearz.com/2012/01/30/template-for-reverse-proxy-pass-with-caching/</link>
		<comments>http://littlebearz.com/2012/01/30/template-for-reverse-proxy-pass-with-caching/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 16:32:14 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=74</guid>
		<description><![CDATA[Put this in your http block proxy_cache_path  /var/www/cache levels=1:2 keys_zone=my-cache:8m max_size=1000m inactive=600m; proxy_temp_path /var/www/cache/tmp; Put this into your vhost server { server_name www.xxw.ca xxw.ca; location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass http://xxw; proxy_cache my-cache; &#8230; <a href="http://littlebearz.com/2012/01/30/template-for-reverse-proxy-pass-with-caching/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><strong>Put this in your http block</strong></p>
<p>proxy_cache_path  /var/www/cache levels=1:2 keys_zone=my-cache:8m max_size=1000m inactive=600m;<br />
proxy_temp_path /var/www/cache/tmp;</p>
<p><strong>Put this into your vhost</strong></p>
<p>server {<br />
server_name www.xxw.ca xxw.ca;<br />
location / {<br />
proxy_set_header X-Real-IP $remote_addr;<br />
proxy_set_header Host $host;<br />
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;<br />
proxy_pass http://xxw;<br />
proxy_cache my-cache;<br />
proxy_cache_valid 200 302 60m;<br />
proxy_cache_valid 404 1m;<br />
error_page 502 @failover;<br />
}<br />
}<br />
upstream xxw {<br />
server xxw.littlebearz.com;<br />
}</p>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/01/30/template-for-reverse-proxy-pass-with-caching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webmin Remote Access</title>
		<link>http://littlebearz.com/2012/01/30/webmin-remote-access/</link>
		<comments>http://littlebearz.com/2012/01/30/webmin-remote-access/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 14:24:55 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=45</guid>
		<description><![CDATA[ssh -L 10001:localhost:10000 youruserhere@server01]]></description>
			<content:encoded><![CDATA[<p>ssh -L 10001:localhost:10000 youruserhere@server01</p>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/01/30/webmin-remote-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: Subdomain Up For Grab</title>
		<link>http://littlebearz.com/2012/01/30/subdomain-up-for-grab/</link>
		<comments>http://littlebearz.com/2012/01/30/subdomain-up-for-grab/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 06:08:14 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=71</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://littlebearz.com/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-71">Password:<br />
<input name="post_password" id="pwbox-71" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/01/30/subdomain-up-for-grab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Notes on Nginx</title>
		<link>http://littlebearz.com/2012/01/28/notes-on-nginx/</link>
		<comments>http://littlebearz.com/2012/01/28/notes-on-nginx/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 16:02:21 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=42</guid>
		<description><![CDATA[http://people.adams.edu/~cdmiller/posts/nginx-reverse-proxy-cache/]]></description>
			<content:encoded><![CDATA[<p>http://people.adams.edu/~cdmiller/posts/nginx-reverse-proxy-cache/</p>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/01/28/notes-on-nginx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: 3TB HDD Seagate Barracuda ST3000DM001</title>
		<link>http://littlebearz.com/2012/01/28/3tb-hdd-seagate-barracuda-st3000dm001/</link>
		<comments>http://littlebearz.com/2012/01/28/3tb-hdd-seagate-barracuda-st3000dm001/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 15:40:13 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=3</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://littlebearz.com/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-3">Password:<br />
<input name="post_password" id="pwbox-3" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/01/28/3tb-hdd-seagate-barracuda-st3000dm001/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Protected: Google Calendar ICAL Private URL</title>
		<link>http://littlebearz.com/2012/01/25/google-calendar-ical-private-url/</link>
		<comments>http://littlebearz.com/2012/01/25/google-calendar-ical-private-url/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 20:02:28 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=39</guid>
		<description><![CDATA[There is no excerpt because this is a protected post.]]></description>
			<content:encoded><![CDATA[<form action="http://littlebearz.com/wp-pass.php" method="post">
<p>This post is password protected. To view it please enter your password below:</p>
<p><label for="pwbox-39">Password:<br />
<input name="post_password" id="pwbox-39" type="password" size="20" /></label><br />
<input type="submit" name="Submit" value="Submit" /></p></form>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/01/25/google-calendar-ical-private-url/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Laptop Battery Estimator For Windows</title>
		<link>http://littlebearz.com/2012/01/25/laptop-battery-estimator-for-windows/</link>
		<comments>http://littlebearz.com/2012/01/25/laptop-battery-estimator-for-windows/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 06:03:07 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=35</guid>
		<description><![CDATA[http://research.microsoft.com/en-us/downloads/fe9e10c5-5c5b-450c-a674-daf55565f794/default.aspx]]></description>
			<content:encoded><![CDATA[<p>http://research.microsoft.com/en-us/downloads/fe9e10c5-5c5b-450c-a674-daf55565f794/default.aspx</p>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/01/25/laptop-battery-estimator-for-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Calculate Electricity Fees For Your Laptop or Notebook</title>
		<link>http://littlebearz.com/2012/01/25/how-to-calculate-electricity-fees-for-your-laptop-or-notebook/</link>
		<comments>http://littlebearz.com/2012/01/25/how-to-calculate-electricity-fees-for-your-laptop-or-notebook/#comments</comments>
		<pubDate>Wed, 25 Jan 2012 05:07:32 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=33</guid>
		<description><![CDATA[was bored, did calculation to see how much it cost to run laptop 24/h for a year. According to average stats, it&#8217;s around 55W. 55K=0.055kW , Power rating (kilowatts) X Time on each day (24 hours) X Cost per kWh &#8230; <a href="http://littlebearz.com/2012/01/25/how-to-calculate-electricity-fees-for-your-laptop-or-notebook/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<h6 data-ft="{&quot;type&quot;:1}">was bored, did calculation to see how much it cost to run laptop 24/h for a year. According to average stats, it&#8217;s around 55W. 55K=0.055kW , Power rating (kilowatts) X Time on each day (24 hours) X Cost per kWh (assuming 0.20 included delivery fees) * 31 (days in a month) * 12 (month in year) = $98.208 so around $100 bucks a year</h6>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/01/25/how-to-calculate-electricity-fees-for-your-laptop-or-notebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Live Calendar Gadget</title>
		<link>http://littlebearz.com/2012/01/24/windows-live-calendar-gadget/</link>
		<comments>http://littlebearz.com/2012/01/24/windows-live-calendar-gadget/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 05:34:16 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=29</guid>
		<description><![CDATA[Effective Time Managment, Download at http://wlcalendargadget.codeplex.com/ Synchronize with Google&#8217;s ICAL in Private mode under setting. Source: Randy Pausch Lecture: Time Management]]></description>
			<content:encoded><![CDATA[<p>Effective Time Managment, Download at <cite>http://wl<strong>calendargadget</strong>.codeplex.com/</cite></p>
<p>Synchronize with Google&#8217;s ICAL in Private mode under setting.</p>
<p>Source: Randy Pausch Lecture: Time Management</p>
<p><iframe width="640" height="480" src="http://www.youtube.com/embed/oTugjssqOT0?fs=1&#038;feature=oembed" frameborder="0" allowfullscreen></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/01/24/windows-live-calendar-gadget/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ubuntu OneIric</title>
		<link>http://littlebearz.com/2012/01/23/ubuntu-oneiric/</link>
		<comments>http://littlebearz.com/2012/01/23/ubuntu-oneiric/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 03:30:16 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=27</guid>
		<description><![CDATA[Disable History with Dash using #! /bin/bash DELPATH=/home/USERNAME/.local/share rm $DELPATH/recently-used.xbel touch $DELPATH/recently-used.xbel rm $DELPATH/zeitgeist/activity.sqlite zeitgeist-daemon --replace]]></description>
			<content:encoded><![CDATA[<p>Disable History with Dash using</p>
<pre dir="ltr">#! /bin/bash

DELPATH=/home/USERNAME/.local/share

rm $DELPATH/recently-used.xbel
touch $DELPATH/recently-used.xbel
rm $DELPATH/zeitgeist/activity.sqlite
zeitgeist-daemon --replace</pre>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/01/23/ubuntu-oneiric/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CentOS 6.0 ISO 4.382GB</title>
		<link>http://littlebearz.com/2012/01/22/centos-6-0-iso-4-382gb/</link>
		<comments>http://littlebearz.com/2012/01/22/centos-6-0-iso-4-382gb/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 09:16:05 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=24</guid>
		<description><![CDATA[ed2k://&#124;file&#124;CentOS_6.0_Final.iso&#124;4705456128&#124;3F55F69E53410EA4F0E9DDE8F2B2BCF2&#124;/]]></description>
			<content:encoded><![CDATA[<p><a href="ed2k://|file|CentOS_6.0_Final.iso|4705456128|3F55F69E53410EA4F0E9DDE8F2B2BCF2|/">ed2k://|file|CentOS_6.0_Final.iso|4705456128|3F55F69E53410EA4F0E9DDE8F2B2BCF2|/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/01/22/centos-6-0-iso-4-382gb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>mike_art03a</title>
		<link>http://littlebearz.com/2012/01/22/mike_art03a/</link>
		<comments>http://littlebearz.com/2012/01/22/mike_art03a/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 06:22:37 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=21</guid>
		<description><![CDATA[Interesting discussion going on here. I find Bell&#8217;s costs to be exorbitantly ridiculous! I run a hosting a company with over 30 gigabit fibre links in 4 countries (The US, UK, Sweden and Australia) and they average me about $1600 &#8230; <a href="http://littlebearz.com/2012/01/22/mike_art03a/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Interesting discussion going on here. I find Bell&#8217;s costs to be exorbitantly ridiculous! I run a hosting a company with over 30 gigabit fibre links in 4 countries (The US, UK, Sweden and Australia) and they average me about $1600 per link, and they&#8217;re not metered! Heck, gigabit fibre links in Sweden are only about $700 a piece! So 30 x $1600 = $48000/mth for 30 gigabits of total connectivity. I was thinking of renting part of a data centre in Montreal, but rackspace is little expensive in Canada.</p>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/01/22/mike_art03a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>4894147002807 HomeDepot $4.99</title>
		<link>http://littlebearz.com/2012/01/21/4894147002807-homedepot-4-99/</link>
		<comments>http://littlebearz.com/2012/01/21/4894147002807-homedepot-4-99/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 23:30:48 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=19</guid>
		<description><![CDATA[Item Unspecified]]></description>
			<content:encoded><![CDATA[<p>Item Unspecified</p>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/01/21/4894147002807-homedepot-4-99/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Script to dump source</title>
		<link>http://littlebearz.com/2012/01/21/php-script-to-dump-source/</link>
		<comments>http://littlebearz.com/2012/01/21/php-script-to-dump-source/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 15:04:10 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=10</guid>
		<description><![CDATA[I&#8217;ve always been awed at the simplicity of PHP, and been trying to find a good way to dump source without copy and pasting the file into a text/plain format. Steps: 1. Create a source function ie &#60;?php /************************************ Date: &#8230; <a href="http://littlebearz.com/2012/01/21/php-script-to-dump-source/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve always been awed at the simplicity of PHP, and been trying to find a good way to dump source without copy and pasting the file into a text/plain format.</p>
<p>Steps:</p>
<p>1. Create a source function ie</p>
<pre>&lt;?php
/************************************
Date: January 21, 2012
Author: LittleBearZ
Website: http://www.littlebearz.com/
E-mail: open-sourced@littlebearz.com
License:
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see &lt;http://www.gnu.org/licenses/&gt;.
****************************************/

/***********************************
* The below view_source(); calls upon
* the big method to be used
* whereas function view_source(){}
* defines what's in this function
************************************/
view_source();

function view_source()
{
if (isset($_GET['source']))
	{
 	header("Content-type: text/plain");
 	readfile(__FILE__);
	}
}
?&gt;</pre>
<p>&nbsp;</p>
<p>2. How to use</p>
<p>In a web browser, visit to that PHP page with ?source as ending, ie.</p>
<p><a href="http://pbin.xxw.ca/793f4ca422be.php?source">http://pbin.xxw.ca/793f4ca422be.php?source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/01/21/php-script-to-dump-source/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Snippet from Internet</title>
		<link>http://littlebearz.com/2012/01/21/snippet-from-internet/</link>
		<comments>http://littlebearz.com/2012/01/21/snippet-from-internet/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 14:31:07 +0000</pubDate>
		<dc:creator>littlebear</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://littlebearz.com/?p=4</guid>
		<description><![CDATA[Zhang “I’ve come up with a perfect solution: You can come to China to download all your pirated media, and we’ll go to America to discuss politically sensitive subjects.”]]></description>
			<content:encoded><![CDATA[<p>Zhang “I’ve come up with a perfect solution: You can come to China to download all your pirated media, and we’ll go to America to discuss politically sensitive subjects.”</p>
]]></content:encoded>
			<wfw:commentRss>http://littlebearz.com/2012/01/21/snippet-from-internet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

