<?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>EchoHosting &#187; Uncategorized</title>
	<atom:link href="http://echohosting.net/topics/uncategorized/feed" rel="self" type="application/rss+xml" />
	<link>http://echohosting.net</link>
	<description>Professional Website Hosting</description>
	<lastBuildDate>Tue, 02 Mar 2010 19:04:20 +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: Install PECL APC Cache on CentOS</title>
		<link>http://echohosting.net/apc-cache</link>
		<comments>http://echohosting.net/apc-cache#comments</comments>
		<pubDate>Tue, 02 Mar 2010 18:50:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://echohosting.net/?p=224</guid>
		<description><![CDATA[The Alternative PHP Cache (APC) is an op-code pre-compiler and a cache system that can boost the performance of a PHP application up to 10 times. Op-code caches are very effective for a Drupal website, since Drupal deals with large number of source files and time spent in parsing them significantly affects performance. However, if [...]]]></description>
			<content:encoded><![CDATA[<p>The Alternative PHP Cache (APC) is an op-code pre-compiler and a cache system that can boost the performance of a PHP application up to 10 times. Op-code caches are very effective for a Drupal website, since Drupal deals with large number of source files and time spent in parsing them significantly affects performance. However, if you don’t have XAMPP and need to install it on CentOS, you can follow this to get around some of the problems that happen with the default server settings. h2. Install Pre-reqs Using <code>yum</code> install the required prerequisites.</p>
<div><code><br />
sudo yum install php-devel php-pear httpd-devel</code></div>
<h4>Install APC</h4>
<p>Use the command</p>
<div><code><br />
sudo pecl install apc </code></div>
<p>at this point you’ll likely see the error</p>
<div><code><br />
Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 92160 bytes) in /usr/share/pear/PEAR/PackageFile/v2/Validator.php on line 1831 </code></div>
<p>Apparantly, the PECL/PEAR scripts do not use the settings from /etc/php.ini so you need to update PEAR’s memory settings to give is some more breathing room. Edit the file <code>/usr/share/pear/pearcmd.php</code> and add the following at the beginning:</p>
<div><code>@ini_set('memory_limit', '16M');</code></div>
<h4>Configure/Restart</h4>
<p>Now configure PHP to use the new extension. Create the file <code>/etc/php.d/apc.ini</code> and in that file put:</p>
<div><code>extension=apc.so</code></div>
<p>Now restart apache</p>
<div><code>sudo /etc/init.d/httpd graceful</code></div>
<h4>Maintenance</h4>
<p>In the future, if new versions of APC are released, you can easily upgrade them using</p>
<div><code>sudo pecl upgrade apc</code></div>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fechohosting.net%2Fapc-cache&amp;title=HOW+TO%3A+Install+PECL+APC+Cache+on+CentOS" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fechohosting.net%2Fapc-cache&amp;title=HOW+TO%3A+Install+PECL+APC+Cache+on+CentOS" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fechohosting.net%2Fapc-cache&amp;title=HOW+TO%3A+Install+PECL+APC+Cache+on+CentOS" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fechohosting.net%2Fapc-cache&amp;headline=HOW+TO%3A+Install+PECL+APC+Cache+on+CentOS" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=HOW+TO%3A+Install+PECL+APC+Cache+on+CentOS&amp;url=http%3A%2F%2Fechohosting.net%2Fapc-cache" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=HOW+TO%3A+Install+PECL+APC+Cache+on+CentOS&amp;u=http%3A%2F%2Fechohosting.net%2Fapc-cache" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=HOW+TO%3A+Install+PECL+APC+Cache+on+CentOS&amp;url=http%3A%2F%2Fechohosting.net%2Fapc-cache" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=HOW+TO%3A+Install+PECL+APC+Cache+on+CentOS&amp;url=http%3A%2F%2Fechohosting.net%2Fapc-cache" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=HOW+TO%3A+Install+PECL+APC+Cache+on+CentOS&amp;url=http%3A%2F%2Fechohosting.net%2Fapc-cache" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fechohosting.net%2Fapc-cache&amp;title=HOW+TO%3A+Install+PECL+APC+Cache+on+CentOS&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fechohosting.net%2Fapc-cache" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fechohosting.net%2Fapc-cache" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fechohosting.net%2Fapc-cache" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://echohosting.net/apc-cache/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ipconfig</title>
		<link>http://echohosting.net/ipconfig</link>
		<comments>http://echohosting.net/ipconfig#comments</comments>
		<pubDate>Tue, 02 Mar 2010 18:49:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ipconfig]]></category>

		<guid isPermaLink="false">http://echohosting.net/?p=222</guid>
		<description><![CDATA[Ipconfig Syntax ipconfig [/all] [/renew [Adapter]] [/release [Adapter]] [/flushdns] [/displaydns] [/registerdns] [/showclassid Adapter] [/setclassid Adapter [ClassID]] Parameters /all : Displays the full TCP/IP configuration for all adapters. Without this parameter, ipconfig displays only the IP address, subnet mask, and default gateway values for each adapter. Adapters can represent physical interfaces, such as installed network adapters, [...]]]></description>
			<content:encoded><![CDATA[<h1>Ipconfig</h1>
<div>
<h3 id="EEAA">Syntax</h3>
<div><strong>ipconfig</strong> [<strong>/all</strong>] [<strong>/renew</strong> [<em>Adapter</em>]] [<strong>/release</strong> [<em>Adapter</em>]] [<strong>/flushdns</strong>] [<strong>/displaydns</strong>] [<strong>/registerdns</strong>] [<strong>/showclassid</strong> <em>Adapter</em>] [<strong>/setclassid</strong> <em>Adapter</em> [<em>ClassID</em>]]</div>
<h3 id="EDAA">Parameters</h3>
<p><strong>/all</strong> <strong> </strong> <strong>: </strong>Displays the full TCP/IP configuration for all adapters. Without this parameter, <strong>ipconfig</strong> displays only the IP address, subnet mask, and default gateway values for each adapter. Adapters can represent physical interfaces, such as installed network adapters, or logical interfaces, such as dial-up connections.</p>
<p><strong>/renew</strong> <strong>[</strong> <strong><em>Adapter</em> </strong><strong>] </strong><strong>: </strong>Renews DHCP configuration for all adapters (if an adapter is not specified) or for a specific adapter if the <em>Adapter</em> parameter is included. This parameter is available only on computers with adapters that are configured to obtain an IP address automatically. To specify an adapter name, type the adapter name that appears when you use <strong>ipconfig</strong> without parameters.</p>
<p><strong>/release</strong> <strong>[</strong> <strong><em>Adapter</em> </strong><strong>] </strong><strong>: </strong>Sends a DHCPRELEASE message to the DHCP server to release the current DHCP configuration and discard the IP address configuration for either all adapters (if an adapter is not specified) or for a specific adapter if the <em>Adapter</em> parameter is included. This parameter disables TCP/IP for adapters configured to obtain an IP address automatically. To specify an adapter name, type the adapter name that appears when you use <strong>ipconfig</strong> without parameters.</p>
<p><strong>/flushdns</strong> <strong> </strong> <strong>: </strong>Flushes and resets the contents of the DNS client resolver cache. During DNS troubleshooting, you can use this procedure to discard negative cache entries from the cache, as well as any other entries that have been added dynamically.</p>
<p><strong>/displaydns</strong> <strong> </strong> <strong>: </strong>Displays the contents of the DNS client resolver cache, which includes both entries preloaded from the local Hosts file and any recently obtained resource records for name queries resolved by the computer. The DNS Client service uses this information to resolve frequently queried names quickly, before querying its configured DNS servers.</p>
<p><strong>/registerdns</strong> <strong> </strong> <strong>: </strong>Initiates manual dynamic registration for the DNS names and IP addresses that are configured at a computer. You can use this parameter to troubleshoot a failed DNS name registration or resolve a dynamic update problem between a client and the DNS server without rebooting the client computer. The DNS settings in the advanced properties of the TCP/IP protocol determine which names are registered in DNS.</p>
<p><strong>/showclassid</strong> <strong> </strong> <strong><em>Adapter</em> </strong><strong> </strong> <strong>: </strong>Displays the DHCP class ID for a specified adapter. To see the DHCP class ID for all adapters, use the asterisk (<strong>*</strong>) wildcard character in place of <em>Adapter</em>. This parameter is available only on computers with adapters that are configured to obtain an IP address automatically.</p>
<p><strong>/setclassid</strong> <strong> </strong> <strong><em>Adapter</em> </strong><strong>[</strong> <strong><em>ClassID</em> </strong><strong>] </strong><strong>: </strong>Configures the DHCP class ID for a specified adapter. To set the DHCP class ID for all adapters, use the asterisk (<strong>*</strong>) wildcard character in place of <em>Adapter</em>. This parameter is available only on computers with adapters that are configured to obtain an IP address automatically. If a DHCP class ID is not specified, the current class ID is removed.</p>
<div><strong>/?</strong> <strong>: </strong>Displays help at the command prompt.</div>
<div><strong>Examples</strong></div>
<div>
<p>To display the basic TCP/IP configuration for all adapters, type:</p>
<p><strong>ipconfig</strong></p>
<p>To display the full TCP/IP configuration for all adapters, type:</p>
<p><strong>ipconfig /all</strong></p>
<p>To renew a DHCP-assigned IP address configuration for only the <strong>Local Area Connection</strong> adapter, type:</p>
<p><strong>ipconfig /renew &#8220;Local Area Connection&#8221;</strong></p>
<p>To flush the DNS resolver cache when troubleshooting DNS name resolution problems, type:</p>
<p><strong>ipconfig /flushdns</strong></p>
<p>To display the DHCP class ID for all adapters with names that start with <em>Local</em>, type:</p>
<p><strong>ipconfig /showclassid Local*</strong></p>
<p>To set the DHCP class ID for the <strong>Local Area Connection</strong> adapter to <em>TEST</em>, type:</p>
<p><strong>ipconfig /setclassid &#8220;Local Area Connection&#8221; TEST</strong></p>
</div>
</div>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fechohosting.net%2Fipconfig&amp;title=Ipconfig" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fechohosting.net%2Fipconfig&amp;title=Ipconfig" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fechohosting.net%2Fipconfig&amp;title=Ipconfig" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fechohosting.net%2Fipconfig&amp;headline=Ipconfig" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Ipconfig&amp;url=http%3A%2F%2Fechohosting.net%2Fipconfig" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Ipconfig&amp;u=http%3A%2F%2Fechohosting.net%2Fipconfig" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Ipconfig&amp;url=http%3A%2F%2Fechohosting.net%2Fipconfig" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Ipconfig&amp;url=http%3A%2F%2Fechohosting.net%2Fipconfig" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Ipconfig&amp;url=http%3A%2F%2Fechohosting.net%2Fipconfig" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fechohosting.net%2Fipconfig&amp;title=Ipconfig&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fechohosting.net%2Fipconfig" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fechohosting.net%2Fipconfig" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fechohosting.net%2Fipconfig" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://echohosting.net/ipconfig/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://echohosting.net/hello-world</link>
		<comments>http://echohosting.net/hello-world#comments</comments>
		<pubDate>Mon, 28 Dec 2009 21:47:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://64.85.15.133/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!]]></description>
			<content:encoded><![CDATA[<p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
<div class="lightsocial_container"><a class="lightsocial_a" href="http://digg.com/submit?url=http%3A%2F%2Fechohosting.net%2Fhello-world&amp;title=Hello+world%21" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/digg.png" alt="Digg This" title="Digg This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.reddit.com/submit?url=http%3A%2F%2Fechohosting.net%2Fhello-world&amp;title=Hello+world%21" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/reddit.png" alt="Reddit This" title="Reddit This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fechohosting.net%2Fhello-world&amp;title=Hello+world%21" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/stumbleupon.png" alt="Stumble Now!" title="Stumble Now!" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://buzz.yahoo.com/buzz?targetUrl=http%3A%2F%2Fechohosting.net%2Fhello-world&amp;headline=Hello+world%21" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/yahoo_buzz.png" alt="Buzz This" title="Buzz This" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dzone.com/links/add.html?title=Hello+world%21&amp;url=http%3A%2F%2Fechohosting.net%2Fhello-world" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/dzone.png" alt="Vote on DZone" title="Vote on DZone" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.facebook.com/sharer.php?t=Hello+world%21&amp;u=http%3A%2F%2Fechohosting.net%2Fhello-world" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/facebook.png" alt="Share on Facebook" title="Share on Facebook" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://delicious.com/save?title=Hello+world%21&amp;url=http%3A%2F%2Fechohosting.net%2Fhello-world" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/delicious.png" alt="Bookmark this on Delicious" title="Bookmark this on Delicious" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.dotnetkicks.com/kick/?title=Hello+world%21&amp;url=http%3A%2F%2Fechohosting.net%2Fhello-world" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/dotnetkicks.png" alt="Kick It on DotNetKicks.com" title="Kick It on DotNetKicks.com" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://dotnetshoutout.com/Submit?title=Hello+world%21&amp;url=http%3A%2F%2Fechohosting.net%2Fhello-world" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/dotnetshoutout.png" alt="Shout it" title="Shout it" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fechohosting.net%2Fhello-world&amp;title=Hello+world%21&amp;summary=&amp;source=" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/linkedin.png" alt="Share on LinkedIn" title="Share on LinkedIn" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.technorati.com/faves?add=http%3A%2F%2Fechohosting.net%2Fhello-world" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/technorati.png" alt="Bookmark this on Technorati" title="Bookmark this on Technorati" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://twitter.com/home?status=Reading+http%3A%2F%2Fechohosting.net%2Fhello-world" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/twitter.png" alt="Post on Twitter" title="Post on Twitter" /></a>&nbsp;&nbsp;<a class="lightsocial_a" href="http://www.google.com/buzz/post?url=http%3A%2F%2Fechohosting.net%2Fhello-world" ><img class="lightsocial_img" src="http://echohosting.net/wp-content/plugins/light-social/google_buzz.png" alt="Google Buzz (aka. Google Reader)" title="Google Buzz (aka. Google Reader)" /></a>&nbsp;&nbsp;</div>]]></content:encoded>
			<wfw:commentRss>http://echohosting.net/hello-world/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
