<?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>RuchiraBlog</title>
	<atom:link href="http://www.Ruchirablog.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.Ruchirablog.com</link>
	<description>Ruchira Sahan&#039;s Weblog</description>
	<lastBuildDate>Fri, 03 Sep 2010 14:16:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Wordpress permalinks with lighttpd without mod_magnet</title>
		<link>http://www.Ruchirablog.com/wordpress-permalinks-lighttpd-modmagnet/</link>
		<comments>http://www.Ruchirablog.com/wordpress-permalinks-lighttpd-modmagnet/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 14:11:31 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[permalinks]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=944</guid>
		<description><![CDATA[As you can see this blog is powered on lighttpd web server platform. Lighttpd is very fast when compared with apache for static content delivery. But wordpress is not all static but there is slight performance improvement over apache and very lower memory usage can survive digg effect.
But with lighttpd biggest problem is you cant]]></description>
			<content:encoded><![CDATA[<p>As you can see this blog is powered on lighttpd web server platform. Lighttpd is very fast when compared with apache for static content delivery. But wordpress is not all static but there is slight performance improvement over apache and very lower memory usage can survive digg effect.</p>
<p>But with lighttpd biggest problem is you cant use smartass permalinks on wordpress like me. Ex- www.ruchirablog.com/post-title instead of www.ruchirablog.com/p=44</p>
<p>If you are smart in linux and compilations of server ware this might be simple problem to you. But for average users like us this is a really messy questions.</p>
<p>Lets get to the topic,</p>
<p>Setting up lighttpd is very easy like apache with kloxo search this blog for &#8220;installing kloxo&#8221; for kloxo installation guide. Kloxo will install both lighttpd and apache in default and you can switch between them on single click.</p>
<p>IF you are using kloxo as your server management tool keep noticed that your kloxo installation doesnt include lighttpd mod_magnet to use permalinks with easy. Integrating mod_magnet will be difficult because kloxo platform is bit complex and its having some issues when installing like normal.</p>
<p><span id="more-944"></span></p>
<p>So forget permalinks with mod_magnet even you are with kloxo or other setup of lighttpd.There is much easier way of using all kinds of permalinks in just single line of mod in lighttpd.conf file.</p>
<p>Just fire up your SSH client (PUTTY)</p>
<p>Enter to your server by using root privileges.</p>
<p>Then you need to find and edit lighttpd.conf file on your server. If you dont know where is lighttpd.conf file type</p>
<blockquote><p>Whereis lighttpd.conf</p>
</blockquote>
<p>It will display the path to lighttpd.conf file<br />
<img src="http://i56.tinypic.com/j5ijb7.jpg" alt="wordpress permalinks" title="Wordpress permalinks with lighttpd without mod magnet" /></p>
<p>Then fireup your favorite text editor ( my favorite is NANO to install nano type &#8220;Yum install nano&#8221; on SSH )</p>
<p>then open lighttpd.conf with NANO. Command for this on kloxo setup is &#8220;nano /etc/lighttpd/lighttpd.conf&#8221;</p>
<p>Then add this simple line to your lighttpd.conf file.</p>
<blockquote><pre>server.error-handler-404 = "/index.php"</pre>
<p> </p>
</blockquote>
<p>This one line support for all structures of permalinks. No matter what it is.<br /> This is it one simple line does it all instead of crazy mod_magnets <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Wordpress permalinks with lighttpd without mod magnet" /> </p>
<p> </p>
<p>But please note that plugin WP-Super-Cache will not work with this mod. it needs mod_magnet but you can use WP-Cache or Hyper-cache plugins as you caching plugin. I personally use Hyper-Cache but ill test WP-Cache later too.</p>
<h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://www.Ruchirablog.com/windows-7-beta-expiring-on-august-1-2009/" title="Windows 7 Beta Expiring on August 1 2009">Windows 7 Beta Expiring on August 1 2009</a></li><li><a href="http://www.Ruchirablog.com/google-or-people/" title="Google or People?">Google or People?</a></li><li><a href="http://www.Ruchirablog.com/facebook-introduce-permalinks/" title="Facebook introduces Permalinks">Facebook introduces Permalinks</a></li><li><a href="http://www.Ruchirablog.com/corei7-975/" title="Corei7 975 is out">Corei7 975 is out</a></li><li><a href="http://www.Ruchirablog.com/dreamhost-1-year-review/" title="Dreamhost 1 year review">Dreamhost 1 year review</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/wordpress-permalinks-lighttpd-modmagnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Memcached for wordpress</title>
		<link>http://www.Ruchirablog.com/memcached-wordpress/</link>
		<comments>http://www.Ruchirablog.com/memcached-wordpress/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 14:05:23 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=941</guid>
		<description><![CDATA[IF you have bigger blog or php,sql web site and it if it runs on basic apache,mysql setup with or without control panel you can see that your web site is slow when loading. This is not a reason to blame your hosting provider. It doesnt care how fast is your web hosting server but]]></description>
			<content:encoded><![CDATA[<p>IF you have bigger blog or php,sql web site and it if it runs on basic apache,mysql setup with or without control panel you can see that your web site is slow when loading. This is not a reason to blame your hosting provider. It doesnt care how fast is your web hosting server but really mysql queries takes time and load. Thats the nature. But there are better plans to speed up your server.</p>
<p>If you have a wordpress blog like me the first and best solution is to install wp super cache as php caching system. Its very nice plugin even that works in shared hosting platforms. If you are in shared platform only solution is php caching plugin system for wordpress or your cms like drupal,joomla</p>
<p>but if you are in VPS or dedicated server there are better options first one is -</p>
<p>*<br /> eaccelerator www.eaccelerator.net</p>
<p>Second bit advanced tweak is to install</p>
<p>* memcached www.memcached.org</p>
<p>As you can see this blog now uses memcached version 1.4.5 latest,<br />
<img src="http://i54.tinypic.com/n5q61y.jpg" alt="memcached for wordpress" title=" Memcached for wordpress" /></p>
<p>Memcached is a Free &amp; open source, high-performance, distributed memory object caching system, generic in nature, but intended for use in speeding up dynamic web applications by alleviating database load.</p>
<p>Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering.</p>
<p>Memcached 1.4.5</p>
<p>Note that I have used a plugin to view these results on wordpress admin panel.<br />In my future posts ill explain how to install a 100% complete speedy hosting platform with all new apps and engines.</p>
<h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://www.Ruchirablog.com/setup-vps-dedicated-server-kloxo-admin-panel/" title="How to setup VPS or dedicated server with a kloxo admin panel">How to setup VPS or dedicated server with a kloxo admin panel</a></li><li><a href="http://www.Ruchirablog.com/mybb-review/" title="MYBB Review">MYBB Review</a></li><li><a href="http://www.Ruchirablog.com/thepiratebay-big-problems/" title="ThePiratebay is having big problems">ThePiratebay is having big problems</a></li><li><a href="http://www.Ruchirablog.com/michael-jacksons-funeral-unplanned-yet/" title="Michael Jackson&#8217;s funeral unplanned yet">Michael Jackson&#8217;s funeral unplanned yet</a></li><li><a href="http://www.Ruchirablog.com/wordpress-permalinks-lighttpd-modmagnet/" title="Wordpress permalinks with lighttpd without mod_magnet">Wordpress permalinks with lighttpd without mod_magnet</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/memcached-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RuchiraBlog is back with faster setup</title>
		<link>http://www.Ruchirablog.com/ruchirablog-faster-setup/</link>
		<comments>http://www.Ruchirablog.com/ruchirablog-faster-setup/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 13:57:54 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[memecached]]></category>
		<category><![CDATA[nginx]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=938</guid>
		<description><![CDATA[Already you might have noticed this site is faster than before. I have moved to a vps with burstnet from dreamhost its not because dreamhost is bad its because I want more customization and site speed.
Now Ruchirablog runs on-
* Centos 5.4 Final * Lighttpd * PHP 5.25 * Memcached V 1.4.5 * Zend Eaccelerator 0.9.6

Greatest]]></description>
			<content:encoded><![CDATA[<p>Already you might have noticed this site is faster than before. I have moved to a vps with burstnet from dreamhost its not because dreamhost is bad its because I want more customization and site speed.</p>
<p>Now Ruchirablog runs on-</p>
<p>* Centos 5.4 Final<br /> * Lighttpd<br /> * PHP 5.25<br /> * Memcached V 1.4.5<br /> * Zend Eaccelerator 0.9.6</p>
<p><img src="http://i54.tinypic.com/n5q61y.jpg" alt="memcached for wordpress" title="RuchiraBlog is back with faster setup" /><br />
Greatest update is memcached. Now this site runs on memcached latest version and enough memory to cache my whole database. And memcached is fully configured to use with wordpress.</p>
<p>In my future posts ill explain how to install a web panel and memcached and all gadgetty apps for run your web sites on even low end server.</p>
<h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://www.Ruchirablog.com/reactos-solution-windows-xp-fever/" title="ReactOS solution for windows XP fever!">ReactOS solution for windows XP fever!</a></li><li><a href="http://www.Ruchirablog.com/skype-stops-support-windows-mobile/" title="Skype stops support for windows mobile">Skype stops support for windows mobile</a></li><li><a href="http://www.Ruchirablog.com/adsense-account-fast/" title="How to get adsense account fast">How to get adsense account fast</a></li><li><a href="http://www.Ruchirablog.com/cms/" title="What is CMS?">What is CMS?</a></li><li><a href="http://www.Ruchirablog.com/public-service-ads-smashing-adsense-today/" title="Public Service Ads smashing out adsense today">Public Service Ads smashing out adsense today</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/ruchirablog-faster-setup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ping your website from worldwide 43 locations</title>
		<link>http://www.Ruchirablog.com/ping-website-worldwide-43-locations/</link>
		<comments>http://www.Ruchirablog.com/ping-website-worldwide-43-locations/#comments</comments>
		<pubDate>Fri, 03 Sep 2010 13:44:54 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[ping]]></category>
		<category><![CDATA[worldwide]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=932</guid>
		<description><![CDATA[You can ping your site to get a measurement about packet access speeds to your site. Well this is not a time to discuss about whats called pinging. But on my way I have found a new interesting tool to ping web sites or servers from 43 locations in the world. Best things is its]]></description>
			<content:encoded><![CDATA[<p>You can ping your site to get a measurement about packet access speeds to your site. Well this is not a time to discuss about whats called pinging. But on my way I have found a new interesting tool to ping web sites or servers from 43 locations in the world. Best things is its free and very easy to use. No need of signup or there&#8217;s no limit for pinging various websites.</p>
<p>Its called just ping.You can access this tool by visiting http://just-ping.com</p>
<p>Enter your url or ip address to ping and it will display data with ping times like this.</p>
<p><img src="http://i53.tinypic.com/kf3vxe.jpg" alt="ping worldwide" title="Ping your website from worldwide 43 locations" /></p>
<p>With this tool you can ping your web site on 43 locations-<br />Singapore, Singapore:                     <br />Amsterdam2, Netherlands:                     <br />Florida, U.S.A.:                     <br />Amsterdam3, Netherlands:                     <br />Hong Kong, China:                     <br />Sydney, Australia:                     <br />Munchen, Germany:                     <br />Cologne, Germany:                     <br />New York, U.S.A.:                     <br />Stockholm, Sweden:                     <br />Santa Clara, U.S.A.:                     <br />Vancouver, Canada:                     <br />Krakow, Poland:                     <br />London, United Kingdom:                     <br />Madrid, Spain:                     <br />Padova, Italy:                     <br />Austin, U.S.A.:                     <br />Amsterdam, Netherlands:                     <br />Paris, France:                     <br />Melbourne, Australia:                     <br />Shanghai, China:                     <br />Copenhagen, Denmark:                     <br />Lille, France:                     <br />San Francisco, U.S.A.:                     <br />Zurich, Switzerland:                     <br />Mumbai, India:                     <br />Chicago, U.S.A.:                     <br />Johannesburg, South Africa:                     <br />Nagano, Japan:                     <br />Haifa, Israel:                     <br />Auckland, New Zealand:                     <br />Antwerp, Belgium:                     <br />Groningen, Netherlands:                     <br />Moscow, Russia:                     <br />Dublin, Ireland:                     <br />Oslo, Norway:                     <br />Manchester, United Kingdom:                     <br />Vilnius, Lithuania:                     <br />Ashburn, U.S.A.:                     <br />Bucharest, Romania:                     <br />Bangkok, Thailand:                     <br />Kuala Lumpur, Malaysia:</p>
<h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://www.Ruchirablog.com/windows-7-beta-expiring-on-august-1-2009/" title="Windows 7 Beta Expiring on August 1 2009">Windows 7 Beta Expiring on August 1 2009</a></li><li><a href="http://www.Ruchirablog.com/a-new-concept-on-sharing-torrents/" title="A new concept on sharing Torrents, seedingtorrents.com">A new concept on sharing Torrents, seedingtorrents.com</a></li><li><a href="http://www.Ruchirablog.com/what-is-twitter/" title="What is Twitter?">What is Twitter?</a></li><li><a href="http://www.Ruchirablog.com/south-korea-broadband-is-fastest-no/" title="South Korean Broadband World&#8217;s Fastest">South Korean Broadband World&#8217;s Fastest</a></li><li><a href="http://www.Ruchirablog.com/unlocking-huawei-hspa-modem-for-free/" title="Unlocking Huawei HSPA Modems for free">Unlocking Huawei HSPA Modems for free</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/ping-website-worldwide-43-locations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Guide to unlock any Huawei HSDPA modem for free</title>
		<link>http://www.Ruchirablog.com/guide-unlock-huawei-hsdpa-modem-free/</link>
		<comments>http://www.Ruchirablog.com/guide-unlock-huawei-hsdpa-modem-free/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 10:00:47 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[guide to unlock huawei]]></category>
		<category><![CDATA[Huawei]]></category>
		<category><![CDATA[Huawei E1152]]></category>
		<category><![CDATA[Huawei E1550]]></category>
		<category><![CDATA[Huawei E1553]]></category>
		<category><![CDATA[Huawei E156 / E156B / E156C / E156G]]></category>
		<category><![CDATA[Huawei E160 / E160G / E160X]]></category>
		<category><![CDATA[Huawei E161]]></category>
		<category><![CDATA[Huawei E1612]]></category>
		<category><![CDATA[Huawei E1630]]></category>
		<category><![CDATA[Huawei E166 / E166G]]></category>
		<category><![CDATA[Huawei E169 / E169G]]></category>
		<category><![CDATA[Huawei E170]]></category>
		<category><![CDATA[Huawei E172]]></category>
		<category><![CDATA[Huawei E1750]]></category>
		<category><![CDATA[Huawei E1752]]></category>
		<category><![CDATA[Huawei E1756]]></category>
		<category><![CDATA[Huawei E176]]></category>
		<category><![CDATA[Huawei E1762]]></category>
		<category><![CDATA[Huawei E180]]></category>
		<category><![CDATA[huawei HSDPA unlock]]></category>
		<category><![CDATA[huawei unlock for free]]></category>
		<category><![CDATA[Kyivstar Huawei E1552]]></category>
		<category><![CDATA[unlock huawei free]]></category>
		<category><![CDATA[unlock huawei modems]]></category>
		<category><![CDATA[unloking hspa modems]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=929</guid>
		<description><![CDATA[Hi,
Update 2010/03/03 http://www.ruchirablog.com/free-simple-calculate-huawei-unlock-codes/
This post is about another crack/Hack . Today im going to write about simple,100% free , and fast method to unlock huawei HSDPA (3G,3.5G) dongles/Modems. You can use this feature for unlock these huawei modems-

Huawei E1152


Huawei E1550


Huawei E1550 Kyivstar


Huawei E1552


Huawei E1553


Huawei E156 / E156B / E156C / E156G


Huawei E160 / E160G / E160X


Huawei]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Update 2010/03/03 http://www.ruchirablog.com/free-simple-calculate-huawei-unlock-codes/</p>
<p>This post is about another crack/Hack . Today im going to write about simple,100% free , and fast method to unlock huawei HSDPA (3G,3.5G) dongles/Modems. You can use this feature for unlock these huawei modems-</p>
<div>
<div>Huawei E1152</div>
</div>
<div>
<div>Huawei E1550</div>
</div>
<div>
<div>Huawei E1550 Kyivstar</div>
</div>
<div>
<div>Huawei E1552</div>
</div>
<div>
<div>Huawei E1553</div>
</div>
<div>
<div>Huawei E156 / E156B / E156C / E156G</div>
</div>
<div>
<div>Huawei E160 / E160G / E160X</div>
</div>
<div>
<div>Huawei E161</div>
</div>
<div>
<div>Huawei E1612</div>
</div>
<div>
<div>Huawei E1630</div>
</div>
<div>
<div>Huawei E166 / E166G</div>
</div>
<div>
<div>Huawei E169 / E169G</div>
</div>
<div>
<div>Huawei E170</div>
</div>
<div>
<div>Huawei E172</div>
</div>
<div>
<div>Huawei E1750</div>
</div>
<div>
<div>Huawei E1752</div>
</div>
<div>
<div>Huawei E1756</div>
</div>
<div>
<div>Huawei E176</div>
</div>
<div>
<div>Huawei E1762</div>
</div>
<div>
<div>Huawei E180</div>
</div>
<div>
<div>Huawei E1820</div>
</div>
<p>I think you know the meaning of locked dongles. That means that dongles locked for using one career which you bought the modem from.</p>
<p>There are various unlocking methods to use 99% of them costs more than $10 . In this method you didn&#8217;t require to buy anthing from anywhere but you needs to register on the forum <a title="http://forum.gsmhosting.com/vbb/" href="http://forum.gsmhosting.com/vbb/" target="_blank">http://forum.gsmhosting.com/vbb/</a> to obtain your unlock code from one of their members. Im 100% sure that you will get your unlock code within 15 minutes from their member base. There are unlock code calculators which can be used to obtain codes easily but they are not 100% accurate some times so its risky to try them some times because if you enter unlock code wrong more than 10 times the modem will lock permanently So you it will need some advanced operation to remove that lock. So I presume you registered on the forum now.</p>
<p>After registering there go to the thread <a title="http://forum.gsmhosting.com/vbb/showthread.php?t=781410" href="http://forum.gsmhosting.com/vbb/showthread.php?t=781410">http://forum.gsmhosting.com/vbb/showthread.php?t=781410</a> Please do not ask for unlock codes in other threads because that thread is the only place to ask for codes.</p>
<p>On that thread place new post mentioning your modems model ex- Huawei E156G (which I tested) And your IMEI number (you can see that on the housing of the modem)</p>
<p>Ex post-</p>
<p>Please help me to unlock my modem</p>
<p>Model- Huawei E156G <br /> IMEI- 359390*********</p>
<p>Usually withn 10-15 minutes you will get unlock code from some member there in reply to your post -</p>
<p>Ex-</p>
<p><img src="http://img641.imageshack.us/img641/8281/unlock.jpg" alt="Huawei unlock" title="Guide to unlock any Huawei HSDPA modem for free" /></p>
<p> </p>
<p>Voila. After obtaining your code download this simple software to enter the unlock code to your HSPA modem- Download it here &#8211; <a title="http://www.sagmaster.com/download/10SMTi/HUAWEI_MODEM_Code_Writer.rar" href="http://www.sagmaster.com/download/10SMTi/HUAWEI_MODEM_Code_Writer.rar" target="_blank">http://www.sagmaster.com/download/10SMTi/HUAWEI_MODEM_Code_Writer.rar</a></p>
<p>Then run it-</p>
<p><img src="http://img697.imageshack.us/img697/705/huaweismti.jpg" alt="Huawei SMTI" title="Guide to unlock any Huawei HSDPA modem for free" /></p>
<p>Click detect and slect your modem from list then click accept.</p>
<p>Then click Unlock Modem and enter your 8 digit unlock code that you got from the forum members-</p>
<p><img src="http://img130.imageshack.us/img130/6329/huaweismtiunlocker.jpg" alt="Huawei SMTI unlock" title="Guide to unlock any Huawei HSDPA modem for free" /></p>
<p> </p>
<p>Then click ok. Whopas Its done. Next post will be about activating hidden voice calling feature for free in many huawei modems. Enjoy your unlocked modem and use it wisely.</p>
<h3  class="related_post_title">Other posts you might feel interesting</h3><ul class="related_post"><li><a href="http://www.Ruchirablog.com/free-simple-calculate-huawei-unlock-codes/" title="Free and simple way to calculate Huawei unlock codes">Free and simple way to calculate Huawei unlock codes</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/guide-unlock-huawei-hsdpa-modem-free/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Colombo speedtest.net server online again</title>
		<link>http://www.Ruchirablog.com/colombo-speedtestnet-server-online/</link>
		<comments>http://www.Ruchirablog.com/colombo-speedtestnet-server-online/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 08:50:32 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[colombo]]></category>
		<category><![CDATA[speedtest]]></category>
		<category><![CDATA[speedtest server]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=926</guid>
		<description><![CDATA[
 
Finally colombo speedtest.net server reapeared after few days of downtime or ? I still didnt got any response from speedtest.net about the issue.
But now Sri lankans can choose colombo server as their default,home server to do speedtests of their connection
Random PostsGuide to get Adsense Account FastAnother Twitter follower toolFree and simple way to calculate Huawei]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2010/04/colo.jpg"><img class="aligncenter size-full wp-image-927" title="colombo speedtest server" src="http://www.Ruchirablog.com/wp-content/uploads/2010/04/colo.jpg" alt="colo Colombo speedtest.net server online again" width="585" height="378" /></a></p>
<p> </p>
<p>Finally colombo speedtest.net server reapeared after few days of downtime or ? I still didnt got any response from speedtest.net about the issue.</p>
<p>But now Sri lankans can choose colombo server as their default,home server to do speedtests of their connection</p>
<h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://www.Ruchirablog.com/3459-domains-about-michael-jacksons-death/" title="3459 domains about Michael Jackson&#8217;s death">3459 domains about Michael Jackson&#8217;s death</a></li><li><a href="http://www.Ruchirablog.com/windows-7-beta-expiring-on-august-1-2009/" title="Windows 7 Beta Expiring on August 1 2009">Windows 7 Beta Expiring on August 1 2009</a></li><li><a href="http://www.Ruchirablog.com/twitter-follower-tool/" title="Another Twitter follower tool">Another Twitter follower tool</a></li><li><a href="http://www.Ruchirablog.com/nokia-n900-coming-beat-iphone/" title="Nokia N900 coming soon to beat Iphone">Nokia N900 coming soon to beat Iphone</a></li><li><a href="http://www.Ruchirablog.com/youtube-offers-shows/" title="Youtube offers &#8220;Shows&#8221;">Youtube offers &#8220;Shows&#8221;</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/colombo-speedtestnet-server-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft servers giving out 500 server errors</title>
		<link>http://www.Ruchirablog.com/microsoft-servers-giving-500-server-errors/</link>
		<comments>http://www.Ruchirablog.com/microsoft-servers-giving-500-server-errors/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 10:03:18 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[LOL]]></category>
		<category><![CDATA[marketplace down]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows phone]]></category>
		<category><![CDATA[windows phone marketplace]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=922</guid>
		<description><![CDATA[
 
Today 18th of April Microsoft windowsphone servers gives out 500 internal server errors when trying to access sub pages of www.windowsphone.com and marktetplace for windows phone is not working too. But main page www.windowsphone.com is working. it doesnt seems like this problem is caused by server overload but its funny to see that microsoft ASP]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2010/04/500.jpg"><img class="aligncenter size-full wp-image-923" title="500" src="http://www.Ruchirablog.com/wp-content/uploads/2010/04/500.jpg" alt="500 Microsoft servers giving out 500 server errors" width="657" height="241" /></a></p>
<p> </p>
<p>Today 18th of April Microsoft windowsphone servers gives out 500 internal server errors when trying to access sub pages of www.windowsphone.com and marktetplace for windows phone is not working too. But main page www.windowsphone.com is working. it doesnt seems like this problem is caused by server overload but its funny to see that microsoft ASP servers are failing like this. lol</p>
<h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://www.Ruchirablog.com/twitter-worth/" title="How much does your Twitter worth?">How much does your Twitter worth?</a></li><li><a href="http://www.Ruchirablog.com/cms/" title="What is CMS?">What is CMS?</a></li><li><a href="http://www.Ruchirablog.com/test-hostgator-one-month-for-just-0dollers/" title="Test hostgator 1month for just $0.01">Test hostgator 1month for just $0.01</a></li><li><a href="http://www.Ruchirablog.com/how-to-view-usage-time-of-your-computer/" title="How to view usage time of your computer">How to view usage time of your computer</a></li><li><a href="http://www.Ruchirablog.com/unlocking-huawei-hspa-modem-for-free/" title="Unlocking Huawei HSPA Modems for free">Unlocking Huawei HSPA Modems for free</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/microsoft-servers-giving-500-server-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SpeedTest colombo server removed?</title>
		<link>http://www.Ruchirablog.com/speedtest-colombo-server-removed/</link>
		<comments>http://www.Ruchirablog.com/speedtest-colombo-server-removed/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 09:01:56 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[sppedtest colombo servers]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=918</guid>
		<description><![CDATA[If you live in Sri Lanka or testing your internet speed for many countries with www.speedtest.net you can notice that Speedtest.net &#8217;s colombo speedtest server hosted by Sri Lanka telecom is now disappeared.

 
Im living in Sri Lanka now when I try to test the speed of my HSPA connection speedtest.net shows default server hosted in]]></description>
			<content:encoded><![CDATA[<p>If you live in Sri Lanka or testing your internet speed for many countries with www.speedtest.net you can notice that Speedtest.net &#8217;s colombo speedtest server hosted by Sri Lanka telecom is now disappeared.</p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2010/04/speedtest-colombo.jpg"><img class="aligncenter size-full wp-image-919" title="speedtest colombo" src="http://www.Ruchirablog.com/wp-content/uploads/2010/04/speedtest-colombo.jpg" alt="speedtest colombo SpeedTest colombo server removed?" width="553" height="393" /></a></p>
<p> </p>
<p>Im living in Sri Lanka now when I try to test the speed of my HSPA connection speedtest.net shows default server hosted in india previously there was a server in colombo so we can check test our speed with that server by default.</p>
<p>I have emailed Speedtest.net about this issue and lets see whats there solution. i didnt got reply for now but Ill keep you updated about the issue.</p>
<h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://www.Ruchirablog.com/google-dns-implementing/" title="Google DNS Implementing and Google VS OpenDns benchmarks. ">Google DNS Implementing and Google VS OpenDns benchmarks. </a></li><li><a href="http://www.Ruchirablog.com/track-your-clicks-with-bit-ly/" title="Track your clickers with bit.ly">Track your clickers with bit.ly</a></li><li><a href="http://www.Ruchirablog.com/how-get-higher-page-ran/" title="How to get higher page rank">How to get higher page rank</a></li><li><a href="http://www.Ruchirablog.com/free-godaddy-coupon/" title="free godaddy coupon">free godaddy coupon</a></li><li><a href="http://www.Ruchirablog.com/youtube-offers-shows/" title="Youtube offers &#8220;Shows&#8221;">Youtube offers &#8220;Shows&#8221;</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/speedtest-colombo-server-removed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dreamhost 1 year review</title>
		<link>http://www.Ruchirablog.com/dreamhost-1-year-review/</link>
		<comments>http://www.Ruchirablog.com/dreamhost-1-year-review/#comments</comments>
		<pubDate>Sun, 18 Apr 2010 08:34:58 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[dreamhost]]></category>
		<category><![CDATA[dreamhost review]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=907</guid>
		<description><![CDATA[
First of all THIS IS NOT A PAID OR SPONSORED POST BY DREAMHOST

Still RuchiraBlog is hosted on Dreamhost&#8217;s shared servers. I got it like free 1 year domain registration and 1 year hosting for just $9.99 When they had promotion. So its a freaking deal. For first impression I thought dreamhost is just FLOP because]]></description>
			<content:encoded><![CDATA[<ul>
<li>First of all THIS IS NOT A PAID OR SPONSORED POST BY DREAMHOST</li>
</ul>
<p>Still RuchiraBlog is hosted on Dreamhost&#8217;s shared servers. I got it like free 1 year domain registration and 1 year hosting for just $9.99 When they had promotion. So its a freaking deal.<br /> For first impression I thought dreamhost is just FLOP because of this insane price and they must be overselling it.<br /> No I got it wrong. According to domaintools report (whois.domaintols.com) The current server only hosts about 44 domains compared to hostgator they hosts about 400 sites in a server. When checking with SSH server only consumes lower %10 memory usage for running the sites. And I must say servers are very stable and i only got few moments of downtime and dreamhost was kind enough to inform about downtimes on their status blog www.dreamhoststatus.com most of web hosting companies fear to do this because they think it will affect for building up future customer base because they can read it then avoid hosting there if thinks something wrong going on.</p>
<p><span id="more-907"></span></p>
<p>After 1 year of hosting in peace I must say Dreamhost is awful I didn&#8217;t had to contact their customer support even once for any problem.<br /> Any one who wish to host up with them I definitely recommend to host there.</p>
<p>Advantages-</p>
<ul>
<li>Fast servers</li>
<li>Very good uptime</li>
<li>SSH access enabled for all accounts</li>
<li>Not overselling</li>
<li>Nice and unique control panel</li>
</ul>
<ul>
<li>100% recommended by Ruchira Sahan</li>
</ul>
<p>Disadvantages-</p>
<ul>
<li>Lack of server side stat system like awstats webalizer</li>
</ul>
<p>For all dreamhost guys who read this blog-</p>
<p>Kudos for you man keep up the great work!!</p>
<h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://www.Ruchirablog.com/twitter-follower-tool/" title="Another Twitter follower tool">Another Twitter follower tool</a></li><li><a href="http://www.Ruchirablog.com/winner-25-worth-adwords-coupon/" title="Here is the winner of $25 worth Adwords coupon">Here is the winner of $25 worth Adwords coupon</a></li><li><a href="http://www.Ruchirablog.com/dead/" title="Am I dead?">Am I dead?</a></li><li><a href="http://www.Ruchirablog.com/youtube-offers-shows/" title="Youtube offers &#8220;Shows&#8221;">Youtube offers &#8220;Shows&#8221;</a></li><li><a href="http://www.Ruchirablog.com/free-prepaid-mastercard/" title="Getting a free prepaid mastercard">Getting a free prepaid mastercard</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/dreamhost-1-year-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Skype SPAM&#8217;s</title>
		<link>http://www.Ruchirablog.com/skype-spams/</link>
		<comments>http://www.Ruchirablog.com/skype-spams/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 16:34:21 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[spam]]></category>
		<category><![CDATA[spam on skype]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=904</guid>
		<description><![CDATA[
Eh? This is the second time in the same week that I got this spam massages on skype. Its lil bit hard to find and send these massages from automated systems but it looks like they invented it.  D 
Some time they might be human but i tried both times reply them in chat]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2010/04/skypespam.jpg"><img src="http://www.Ruchirablog.com/wp-content/uploads/2010/04/skypespam.jpg" alt="skypespam Skype SPAMs" title="skypespam" width="499" height="669" class="aligncenter size-full wp-image-905" /></a></p>
<p>Eh? This is the second time in the same week that I got this spam massages on skype. Its lil bit hard to find and send these massages from automated systems but it looks like they invented it. <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_mad.gif' alt=':x' class='wp-smiley' title="Skype SPAMs" /> D </p>
<p>Some time they might be human but i tried both times reply them in chat but no response, skype shows spammer is offline when I tried calling and massaging them. <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="Skype SPAMs" /> </p>
<h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://www.Ruchirablog.com/microsoft-forgot-check-massage/" title="Microsoft forgot to check their massage">Microsoft forgot to check their massage</a></li><li><a href="http://www.Ruchirablog.com/first-post/" title="First Post">First Post</a></li><li><a href="http://www.Ruchirablog.com/google-patches-chrome-security-issues/" title="Google patches chrome for security issues">Google patches chrome for security issues</a></li><li><a href="http://www.Ruchirablog.com/speedtest-colombo-server-removed/" title="SpeedTest colombo server removed?">SpeedTest colombo server removed?</a></li><li><a href="http://www.Ruchirablog.com/free-web-proxy-surf-blocked-sites/" title="Free web proxy to surf blocked sites">Free web proxy to surf blocked sites</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/skype-spams/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->