<?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! Ruchira Sahans Weblog! &#187; News</title>
	<atom:link href="http://www.Ruchirablog.com/category/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.Ruchirablog.com</link>
	<description></description>
	<lastBuildDate>Mon, 02 Jan 2012 19:25:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>WordPress blog got hacked? Part 1 What are the common mistakes you make!</title>
		<link>http://www.Ruchirablog.com/wordpress-blog-hacked-the-common-mistakes/</link>
		<comments>http://www.Ruchirablog.com/wordpress-blog-hacked-the-common-mistakes/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 19:25:23 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[guides]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=1658</guid>
		<description><![CDATA[This will be a 2 part guide and this is part 1 What are the common mistakes that you make! ever got your wordpress blog hacked? Well even my blog got hacked once Take a look at the image on the top. From this simple how to guide, Im going to explain some little facts [...]]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: center;"><a href="http://www.Ruchirablog.com/wp-content/uploads/2012/01/hacked.jpg"><img class="aligncenter size-medium wp-image-1659" title="hacked" src="http://www.Ruchirablog.com/wp-content/uploads/2012/01/hacked-300x240.jpg" alt="hacked 300x240 Wordpress blog got hacked? Part 1 What are the common mistakes you make! " width="300" height="240" /></a></p>
<p style="text-align: left;">
<h5 style="text-align: left;">This will be a 2 part guide and this is part 1</h5>
<h3>What are the common mistakes that you make!</h3>
<p style="text-align: left;">ever got your wordpress blog hacked? Well even my blog got hacked once <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile Wordpress blog got hacked? Part 1 What are the common mistakes you make! " class='wp-smiley' title="Wordpress blog got hacked? Part 1 What are the common mistakes you make! " />  Take a look at the image on the top. From this simple how to guide, Im going to explain some little facts about the common mistakes that you make against security and if you got hacked some tips that you can use to remove the malicious stuff from your blog and get back to running condition.</p>
<p style="text-align: left;"><span id="more-1658"></span></p>
<p style="text-align: left;">
<ul>
<li>
<h3>Most of us tend to CHMOD ( setting permissions about the usage of files and folders) our files and directories to 777 maybe on the start and forgets or don&#8217;t even consider to set back the permissions to something secure like 644</h3>
</li>
</ul>
<p>Thats what happens most of the time. Some scripts even wordpress requires some directories such as upload directories to be set 777 permissions recursively in order to store the uploads and temporary files.  Newbies who setting up their blogs sometimes gets mad on the directories and set whole http directory and files to 777.  Yes some of you might laugh at this but this happens. And even I did the same thing on the beginning. But fortunately wordpress has been evolved these days and its smart enough to tell you what are the permissions required and its able to check if the permissions are correct on the folders while installation. So you might be lucky these days but even today some additional plugins require the file permissions specially to be set on some folders and you should be careful while doing those things.</p>
<p>&nbsp;</p>
<ul>
<li>
<h3>Never set 777 permissions on the main http folder. If your plugin require that, forget about the plugin!</h3>
</li>
</ul>
<p>&nbsp;</p>
<ul>
<li>
<h3>Always use trusted web hosts.</h3>
</li>
</ul>
<p>&nbsp;</p>
<p>No matter how secure your blog is there can be loopholes on your hosting.  Yes you might be short with money but still there are plenty of good web hosts on the world which you can get bang for the buck. Forget about the web host advertised on your local discussion forum. Starting a web host is like nothing these days. Anyone with a dedicated server or VPS and cpanel license, whmcs license can start a web host. But good security wont be there most of the time. So you need to be careful. Chances of leaking your data to others is very high.</p>
<p>&nbsp;</p>
<ul>
<li>
<h3>Dont use your mysql database user password for something else such as your email accounts or anything.</h3>
</li>
</ul>
<p>You might be wondering why is that, its not because of someone stealing your email account password and then accessing your sql database. But I meant the reverse process. Think if your db user name and password got exposed due to a web server hack or something. Hacker will probably try the credentials for login to your email account or other online accounts. So have something special and unique as your mysql user password and never use it on anything!</p>
<p>&nbsp;</p>
<ul>
<li>
<h3>Using your web host provided backup system? Good! but take your time and backup off site too!</h3>
</li>
</ul>
<p>Its not always the index.php exploit. Sometimes wordpress core gets attacked due to weak-spots on the core itself and some brutal things happened with wordpress not far ago. So backups are most important. If your database got exploited and there is no information yet about how to remove the exploit and get back running you may really enjoy if you have backups in hand. Waiting for a statement and patch from wordpress team or something is not the best way specially if you are running a busy site. So if you have backups its like cheese!</p>
<p>So listen we know most web hosts give you the option to backup data on their control panel so the restoration will be easy and such. But dont depend on it. Like on the previous case if the whole server gets hacked or something. You might lose the backups and will left with nothing but sorrow! So be prepared and take backups redundantly!</p>
<h3></h3>
<ul>
<li>
<h3>There is cool plugin on for wordpress I&#8217;m going for it! That&#8217;s not a problem. But view the ratings and read the forums on wordpress before installing a life changer plugins.</h3>
</li>
</ul>
<p>&nbsp;</p>
<p>This is crucial. WordPress plugins emerge day by day and you need to be careful. The more plugin gets complex and interesting the better the chance of modifying the wordpress core heavily. So those plugins can really maybe weak spots later because of the modifications done to the wordpress core thus leaving possible exploit options. The best way to get around this problem is downloading your plugins from the wordpress.org plugin repository itself and read the ratings and corresponding forum ( there is separate forum for each plugin which can be found on plugin page) about the user experience! Trust me plugins are evil!</p>
<p>&nbsp;</p>
<ul>
<li>
<h3>Always update the plugins and wordpress core to latest</h3>
</li>
</ul>
<p>&nbsp;</p>
<p>See Im using LNMP on my VPS which runs this blog and Im not running FTP service on it. So wordpress updates on the control panel and the easy one click plugin updates doesnt work because they all require FTP to do the trick.</p>
<p>&nbsp;</p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2012/01/wordpress-upgrade-via-sftp.jpg"><img class="aligncenter size-full wp-image-1665" title="wordpress upgrade via sftp" src="http://www.Ruchirablog.com/wp-content/uploads/2012/01/wordpress-upgrade-via-sftp.jpg" alt="wordpress upgrade via sftp Wordpress blog got hacked? Part 1 What are the common mistakes you make! " width="463" height="331" /></a></p>
<p>&nbsp;</p>
<p>So the get around is following the traditional way of upgrading stuff which  we did on wordpress 2.x.x That is downloading updates and overwriting files . What Im going to tell you is that always keep up to date on the plugins and wordpress core. See my way is very hard and sooo 2008 but I still do that when upgrade comes out and trust me I see upgrades very often with my 25 plugins.</p>
<p>&nbsp;</p>
<ul>
<li>
<h3>Read wordpress.org about the latest news and new releases.</h3>
</li>
</ul>
<p>Do this at least twice a week. Sometimes you may not even know when a large scale attack or loop hole on wordpress gets exposed to hackers and they are doing mass destruction. WordPress.org maintains a news blog <a href="http://wordpress.org/news/" target="_blank">here </a>which provide news about new wordpress releases and most importantly security releases and flows. Don&#8217;t think wordpress core itself is very secure and you don&#8217;t have to look in to that, WordPress core loop holes has been exploited many times before. So be prepared!</p>
<p>&nbsp;</p>
<h5>Continued to Part 2</h5>
<p>&nbsp;</p>
<h3  class="related_post_title">Other posts you might feel interesting</h3><ul class="related_post"><li><a href="http://www.Ruchirablog.com/lnmp-v08-complete-nginx-auto-installer/" title="LNMP V0.8 The complete Nginx auto installer!">LNMP V0.8 The complete Nginx auto installer!</a></li><li><a href="http://www.Ruchirablog.com/1-years-uptime-linode/" title="1+ Years of Uptime with linode! Review ">1+ Years of Uptime with linode! Review </a></li><li><a href="http://www.Ruchirablog.com/linode-tokyo-japan-speedtests/" title="Linode Tokyo/Japan Speedtests">Linode Tokyo/Japan Speedtests</a></li><li><a href="http://www.Ruchirablog.com/linode-xen-vps-review/" title="Linode XEN VPS review">Linode XEN VPS review</a></li><li><a href="http://www.Ruchirablog.com/find-uptime-of-server-without-ssh/" title="Find out uptime of a server without SSH">Find out uptime of a server without SSH</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/wordpress-blog-hacked-the-common-mistakes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My social experiment goes live!</title>
		<link>http://www.Ruchirablog.com/social-experiment-live/</link>
		<comments>http://www.Ruchirablog.com/social-experiment-live/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 17:52:09 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[fan page]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=1637</guid>
		<description><![CDATA[You may have noticed the new widget on my right side bar which is displaying my facebook fan page details. Yeah I have created a facebook fan page for my blog which is located right here . I know Im too late on this, I have created my facebook profile on 2008 and up to [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>You may have noticed the new widget on my right side bar which is displaying my facebook fan page details. Yeah I have created a facebook fan page for my blog which is located right <a href="http://www.facebook.com/ruchirablog.fans" target="_blank">here </a>. I know Im too late on this, I have created my facebook profile on 2008 and up to the date I didnt thought about having a facebook fan page for my blog because I didnt trusted it to be a good traffic maker.</p>
<p>However I had the <a href="http://feeds.feedburner.com/Ruchirablog" target="_blank">feedburner  </a>since the beginning and it counts 1445 subscribers as im writing this. That was a huge achievement and its not like having 1445 facebook fans, it really worth 5X than the facebook likes for me as the email subscriptions really show the encouragement of readers toward reading this blog rather than clicking the like button.</p>
<p><span id="more-1637"></span></p>
<p>Awful thing happened to me while creating the fan page. It was that I previously had facebook.com/ruchirablog permalink attached to my facebook profile and when I was creating the fan page I thought having facebook.com/ruchirablog as the fan page url is the best idea since /ruchirablog for my personal profile isnt a necessary thing. And luckyly there was a option to change the url for just one time and I thought I should change it to some other thing like /ruchira.sahan so the released /ruchirablog will be available to assign for my fan page!</p>
<p>&nbsp;</p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2011/12/facebook-permalink-problem.jpg"><img class="size-full wp-image-1638 aligncenter" title="facebook permalink problem" src="http://www.Ruchirablog.com/wp-content/uploads/2011/12/facebook-permalink-problem.jpg" alt="facebook permalink problem My social experiment goes live!" width="416" height="204" /></a></p>
<p>&nbsp;</p>
<p>And then I changed my profile address to /ruchira.sahan and when I tried to assign the released /ruchirablog to my fan page, it said the name isnt available even the name is released from my profile <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_sad.gif' alt="icon sad My social experiment goes live!" class='wp-smiley' title="My social experiment goes live!" />  So I lose /ruchirablog url from facebook and it wasn&#8217;t a nice experience!</p>
<p>However my fan page is now live at http://www.facebook.com/ruchirablog.fans</p>
<h3  class="related_post_title">Other posts you might feel interesting</h3><ul class="related_post"><li><a href="http://www.Ruchirablog.com/how-to-download-facebook-photo-albums/" title="How to download Facebook photo albums of friends and yourself">How to download Facebook photo albums of friends and yourself</a></li><li><a href="http://www.Ruchirablog.com/osamafacebook-fail/" title="Osama+Facebook Fail">Osama+Facebook Fail</a></li><li><a href="http://www.Ruchirablog.com/fake-news-drive-traffic/" title="Fake news can really drive traffic!">Fake news can really drive traffic!</a></li><li><a href="http://www.Ruchirablog.com/facebook-kills-myspace/" title="Facebook kills Myspace ?">Facebook kills Myspace ?</a></li><li><a href="http://www.Ruchirablog.com/hopp-dogg/" title="Most epic facebook profile Hopp-Dogg YO!">Most epic facebook profile Hopp-Dogg YO!</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/social-experiment-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Good news! Amazon SES now supports SMTP!</title>
		<link>http://www.Ruchirablog.com/good-news-amazon-ses-supports-smtp/</link>
		<comments>http://www.Ruchirablog.com/good-news-amazon-ses-supports-smtp/#comments</comments>
		<pubDate>Sat, 17 Dec 2011 15:47:01 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[amazon aws]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[emails]]></category>
		<category><![CDATA[ses]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=1625</guid>
		<description><![CDATA[If you are sending considerable amount of emails to your visitors or customers you may have a problem reaching most of the users inbox because the risk of getting your IP&#8217;s blacklisted etc. So using your own servers to send emails for like 1000 users per day is a disaster because of the possibility of [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you are sending considerable amount of emails to your visitors or customers you may have a problem reaching most of the users inbox because the risk of getting your IP&#8217;s blacklisted etc. So using your own servers to send emails for like 1000 users per day is a disaster because of the possibility of getting blacklisted. And a simple workaround for this problem is using Google Apps mail and its SMTP functionality.</p>
<p><span id="more-1625"></span></p>
<p>And even there is a hard cap on sending emails from google apps mail and you will need to consider something else for the demand. And <a href="http://aws.amazon.com/ses/">Amazon SES </a>(Simple Email Service) offers a great and simple way to get through this problem but hey its not a innovation and these kind of service providers existed long before SES. But SES offers you very good price than the other providers.</p>
<p>But until now SES lacked major functionality. Thats sending emails over SMTP. All your web apps which need to send emails outside will simply use SMTP when you want external service to send the emails for it. Best example is wordpress. you can find SMTP plugins to use with google apps. But previously SES required some complex CLI actions and special programs to do the trick! In simple words its not user friendly.<br />
But now Amazon SES introduced SMTP functionality and new section inside your amazon aws account.</p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2011/12/amazon-ses.jpg"><img class="size-full wp-image-1626 aligncenter" title="amazon ses" src="http://www.Ruchirablog.com/wp-content/uploads/2011/12/amazon-ses.jpg" alt="amazon ses Good news! Amazon SES now supports SMTP!" width="622" height="805" /></a></p>
<p>&nbsp;</p>
<p>you can simply obtain your SMTP login details from SES control panel and implementing it is very easy.<br />
I have gave it a try and unfortunately for some reason it didnt worked for me on this blog and other site and I guess its minor problem on my own account or something like that and I will give a try again. I hope it will work <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile Good news! Amazon SES now supports SMTP!" class='wp-smiley' title="Good news! Amazon SES now supports SMTP!" />  Happy sending everyone <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile Good news! Amazon SES now supports SMTP!" class='wp-smiley' title="Good news! Amazon SES now supports SMTP!" /> </p>
<h3  class="related_post_title">Other posts you might feel interesting</h3><ul class="related_post"><li><a href="http://www.Ruchirablog.com/1-years-uptime-linode/" title="1+ Years of Uptime with linode! Review ">1+ Years of Uptime with linode! Review </a></li><li><a href="http://www.Ruchirablog.com/cloudberry-explorer-review/" title="Cloudberry Explorer review">Cloudberry Explorer review</a></li><li><a href="http://www.Ruchirablog.com/amazon-s3-cloudfront-review/" title="Amazon S3 and Cloudfront Review">Amazon S3 and Cloudfront Review</a></li><li><a href="http://www.Ruchirablog.com/yahoo-mail-gets-new-interface/" title="Yahoo mail gets new interface">Yahoo mail gets new interface</a></li><li><a href="http://www.Ruchirablog.com/lol-mails-2011-march/" title="LOL Mails 2011 March">LOL Mails 2011 March</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/good-news-amazon-ses-supports-smtp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make your own SocialNetwork with Socialengine! Review!</title>
		<link>http://www.Ruchirablog.com/make-socialnetwork-with-socialengine/</link>
		<comments>http://www.Ruchirablog.com/make-socialnetwork-with-socialengine/#comments</comments>
		<pubDate>Thu, 27 Oct 2011 15:48:13 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[socialengine 4 review]]></category>
		<category><![CDATA[socialengine review]]></category>
		<category><![CDATA[socialnetworks with socialengine]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=1617</guid>
		<description><![CDATA[Too many reviews these days meh? But I cant pass this one because working on this thing has become integral part of my carrier now. Its SocialEngine and its used to create social networks. Yes its like wordpress, its a script but costs money.  In my case we spent $669 for the script and all [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.Ruchirablog.com/wp-content/uploads/2011/10/social-networks.png"><img class="size-full wp-image-1618 aligncenter" title="social-networks" src="http://www.Ruchirablog.com/wp-content/uploads/2011/10/social-networks.png" alt="social networks Make your own SocialNetwork with Socialengine! Review!" width="469" height="386" /></a></p>
<p>Too many reviews these days meh? But I cant pass this one because working on this thing has become integral part of my carrier now. Its <a href="http://www.socialengine.net/">SocialEngine</a> and its used to create social networks. Yes its like wordpress, its a script but costs money.  In my case we spent $669 for the script and all the default plugins. But its kinda worth the money we spent and it got many options to customize the features.</p>
<p><span id="more-1617"></span></p>
<h3>Script Features</h3>
<ul>
<li>Built on Zend Framework PHP+MySql</li>
<li>Most importantly code isn&#8217;t encrypted ( IonCubed) so any type of custom modifications are possible which is very handy</li>
<li>All Licenses comes with &#8220;No branding&#8221; option. which means there wont be any copyright text from developer company left in the footer and they wont ask more $$ to remove it. Which is very good considering other commercial scripts charge $$ or $$$ to remove the branding.</li>
</ul>
<h3>Community Around it</h3>
<ul>
<li>You will find considerable community working behind it unofficially. which means many sites to download plugins, themes,addons are available  and some forums are there to get help if you need.</li>
</ul>
<ul>
<li>Since this is a paid script you will have to pay to get the plugins and things from those web sites as for now I have found only few free plugins to it.</li>
</ul>
<ul>
<li>Also socialengine.net site itself got some great documents about how to get things up and going.</li>
</ul>
<h3>Value Added Features</h3>
<ul>
<li>There is built in CDN support which supports Amazon S3,CloudFront and MaXCDN. And setting it up is very easy and probably this is the best cloud integration that I ever seen on a script.</li>
</ul>
<ul>
<li>Admin panel plugin,theme,addon installation support. Remember the days you installed plugins via FTP on your wordpress blog? yes things have changed and with socialengine you can install plugins saved on your computer and upgrade to newer version by using your admin panel GUI.</li>
</ul>
<ul>
<li>Admin panel editor for site layout and theme codes is available and its even better than wordpress theme/layout editor.</li>
<li>Built-in support for caching is available and supports File Based caching (like WP-Super-Cache) , Memcached, APC, Xcache</li>
</ul>
<h3>What kind of cost you should be looking at</h3>
<ul>
<li>Well it mostly depends on you. minimal code base (without default plugins) costs $299</li>
<li>All the official plugins cost $370</li>
<li>If you want fully fledged site with this it will easily run you about $1000 and even more.</li>
<li>Third party plugins starts at about $10 and costs as much as $120 for some great plugins.</li>
</ul>
<h3>Whats Bad</h3>
<ul>
<li>And its very bad! Take a look at below image</li>
</ul>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2011/10/socialengine-whats-bad.jpg"><img class="size-full wp-image-1619 aligncenter" title="socialengine whats bad" src="http://www.Ruchirablog.com/wp-content/uploads/2011/10/socialengine-whats-bad.jpg" alt="socialengine whats bad Make your own SocialNetwork with Socialengine! Review!" width="304" height="667" /></a></p>
<p>And its a screenshot of my amazon S3 bucket which I use to host images,mp3s,thumbnails of the users of our socialnetwork. As you can see it creates stupid amount of Folders to store images and thumbnails of users.</p>
<p>For example remember wordpress creates single folder to store a month worth of uploads such as wp-content/uploads/2011/10/ that directory stores all uploads to web site on october 2011.</p>
<p>But this socialengine script creates stupid and crazy amount of folders to store images and most of the time there is only 1 image on a folder and I think there are folders than the files <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_sad.gif' alt="icon sad Make your own SocialNetwork with Socialengine! Review!" class='wp-smiley' title="Make your own SocialNetwork with Socialengine! Review!" />  And its bullshit! I dont know why they did this and this might be artifact of Zend Framework. ( please correct me on comments if im wrong) And this makes the backing up process hard and it would be ridiculous to backup those folders without like zipping the whole directory and then backing it up.</p>
<p>its fairly easy to manage the script via admin interface and can be easily get used to it after few days of use. At last I would recommend SocialEngine to anyone who is searching for good socialnetwork script and I would rate this 8/10 and you lost 2 stars because of that folder problem socialengine <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_sad.gif' alt="icon sad Make your own SocialNetwork with Socialengine! Review!" class='wp-smiley' title="Make your own SocialNetwork with Socialengine! Review!" /> </p>
<h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://www.Ruchirablog.com/lol-mails-2011-march/" title="LOL Mails 2011 March">LOL Mails 2011 March</a></li><li><a href="http://www.Ruchirablog.com/lnmp05rb-released/" title="LNMP0.5RB released! ">LNMP0.5RB released! </a></li><li><a href="http://www.Ruchirablog.com/activating-voice-calling-on-huawei-hspa-modems/" title="Activating Voice Calling on Huawei HSPA modems">Activating Voice Calling on Huawei HSPA modems</a></li><li><a href="http://www.Ruchirablog.com/how-to-get-more-twitter-followers/" title="How to get more twitter followers">How to get more twitter followers</a></li><li><a href="http://www.Ruchirablog.com/ruchirablog-updated-version-wordpress/" title="RuchiraBlog is updated to new version of wordpress">RuchiraBlog is updated to new version of wordpress</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/make-socialnetwork-with-socialengine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>1+ Years of Uptime with linode! Review</title>
		<link>http://www.Ruchirablog.com/1-years-uptime-linode/</link>
		<comments>http://www.Ruchirablog.com/1-years-uptime-linode/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 06:51:38 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[Hosting reviews]]></category>
		<category><![CDATA[kloxo]]></category>
		<category><![CDATA[linode]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lnmp]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=1604</guid>
		<description><![CDATA[I have always recommended linode ( A XEN VPS hosting company) for you! Checkout my last 100 day uptime review here- http://www.ruchirablog.com/linode-xen-vps-review/ Trust me guys its amazing experience which I&#8217;m having with Linode. Today I hit the milestone of 365 days of uptime on the VPS which hosts this blog. Now I have 4 Linode [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I have always recommended<a href="http://www.ruchirablog.com/go/linode"> linode</a> ( A XEN VPS hosting company) for you! Checkout my last 100 day uptime review here- http://www.ruchirablog.com/linode-xen-vps-review/</p>
<p>Trust me guys its amazing experience which I&#8217;m having with Linode. Today I hit the milestone of 365 days of uptime on the VPS which hosts this blog. Now I have 4 Linode 512 plans on their London Data Center and another one which runs the web site of the company which I work on is having 371 of uptime as of now.</p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2011/10/371-days-of-uptime.jpg"><img class="alignleft size-full wp-image-1605" title="371 days of uptime" src="http://www.Ruchirablog.com/wp-content/uploads/2011/10/371-days-of-uptime.jpg" alt="371 days of uptime 1+ Years of Uptime with linode! Review " width="186" height="151" /></a></p>
<p><span id="more-1604"></span></p>
<p>You can check my blogs uptime here -<a href="http://www.ruchirablog.com/uptime.php"> http://www.ruchirablog.com/uptime.php</a></p>
<p>My blog runs on Ubuntu 10.04LTS and Nginx is serving the requests, and my Linode never skipped a beat. And also the 2 VPS&#8217;s im having 1+ years of uptime are on different host boxes and its amazing.</p>
<p>You can find the network uptime graph of my blog by pingdom below</p>
<p><img class="alignleft size-full wp-image-1606" title="linode network uptime" src="http://www.Ruchirablog.com/wp-content/uploads/2011/10/linode-network-uptime.jpg" alt="linode network uptime 1+ Years of Uptime with linode! Review "  /></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>As you can see I only had 17 minutes of network downtime according to linode and longest downtime was 3 minutes. Do the math and you can find that I had about 99.9978% of network uptime while Linode promises us 99%.</p>
<p>I never had any problems with 4 of my VPS&#8217;s with linode and support is amazing and never took more than 10 minutes to answer any serious question.</p>
<p>And the exciting thing is its very hard to find a negative review about linode on the internet and even Linode got thousands of customers, I never able to find bad things like &#8220;I lost my data&#8221; on internet about linode.</p>
<p>Its the most amazing hosting experience I ever had in my life and I&#8217;ll give 10/10 marks for linode any day.</p>
<p>You can find my old detailed review here- <a href="http://www.ruchirablog.com/linode-xen-vps-review/">http://www.ruchirablog.com/linode-xen-vps-review/</a></p>
<p>And if you wish to signup for linode you can do so here- <a href="http://www.ruchirablog.com/go/linode">http://www.ruchirablog.com/go/linode</a> ( Its a referral link )</p>
<p>*Disclaimer- Linode hasn&#8217;t paid me cent to write this review and my expressions are solely based on my own experience!</p>
<h3  class="related_post_title">Other posts you might feel interesting</h3><ul class="related_post"><li><a href="http://www.Ruchirablog.com/linode-xen-vps-review/" title="Linode XEN VPS review">Linode XEN VPS review</a></li><li><a href="http://www.Ruchirablog.com/linode-tokyo-japan-speedtests/" title="Linode Tokyo/Japan Speedtests">Linode Tokyo/Japan Speedtests</a></li><li><a href="http://www.Ruchirablog.com/lnmp-v08-complete-nginx-auto-installer/" title="LNMP V0.8 The complete Nginx auto installer!">LNMP V0.8 The complete Nginx auto installer!</a></li><li><a href="http://www.Ruchirablog.com/hosting-journey/" title="My hosting journey">My hosting journey</a></li><li><a href="http://www.Ruchirablog.com/amazon-ec2-instance-free-ubuntu-10/" title="Get Amazon EC2 instance free with ubuntu 10">Get Amazon EC2 instance free with ubuntu 10</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/1-years-uptime-linode/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>My Iphone 5/4S Predictions</title>
		<link>http://www.Ruchirablog.com/iphone-5-4s-predictions/</link>
		<comments>http://www.Ruchirablog.com/iphone-5-4s-predictions/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 15:02:09 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[Iphone]]></category>
		<category><![CDATA[Leaks]]></category>
		<category><![CDATA[Predictions]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=1593</guid>
		<description><![CDATA[&#160; Apple sent a email to reporters Tuesday saying &#8220;Let&#8217;s talk iphone&#8221; . You can see the image contained on it above, Actually Apple is getting ready to announce next generation Iphone on on October 4th. We cant expect apple to launch the device on the same day but they will release specs,pics and also [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.Ruchirablog.com/wp-content/uploads/2011/09/iphone5.jpg"><img class="aligncenter size-full wp-image-1594" title="iphone5" src="http://www.Ruchirablog.com/wp-content/uploads/2011/09/iphone5.jpg" alt="iphone5 My Iphone 5/4S Predictions" width="335" height="307" /></a></p>
<p>&nbsp;</p>
<p>Apple sent a email to reporters Tuesday saying &#8220;Let&#8217;s talk iphone&#8221; . You can see the image contained on it above, Actually Apple is getting ready to announce next generation Iphone on on October 4th. We cant expect apple to launch the device on the same day but they will release specs,pics and also a feature video about it.</p>
<p><span id="more-1593"></span></p>
<p>For now we got 2 judgements about the name of the device it will be Iphone 5 or Iphone 4S. So in this post I&#8217;ll post my assumptions about it <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile My Iphone 5/4S Predictions" class='wp-smiley' title="My Iphone 5/4S Predictions" /> </p>
<ul>
<li>I think it will be Iphone 4S rather than 5. The main reason to think like that is I believe technology isn&#8217;t developed much since Iphone 4 to convince Apple to make it &#8220;Iphone 5&#8243;. But who knows its their decision. <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_wink.gif' alt="icon wink My Iphone 5/4S Predictions" class='wp-smiley' title="My Iphone 5/4S Predictions" /> </li>
<li>Screen size will be bumped up to 4 inches.  4inch is becoming a standard these days. Personally I wont go for a phone which got below 4inch display after using my Galaxy S <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile My Iphone 5/4S Predictions" class='wp-smiley' title="My Iphone 5/4S Predictions" /> </li>
<li>Most likely it will get HD 720P Retina display.</li>
<li>IOS 5</li>
<li>Thickness wont go beyond Iphone 4</li>
<li> 1GB RAM for sure</li>
<li>most likely processor will be 1Ghz dual core A5 or 1.2Ghz Dual core?</li>
<li>8MP primary CAM which shoot 1080P at 30FPS and 2MP secondary HD cam for Facetime.</li>
<li>4G LTE for verizon and HSPA+ for AT&amp;T and T-mo.</li>
</ul>
<p>&nbsp;</p>
<p>Those are just assumptions of mine and its open for discussion. However October 4th isnt far away and time will tell us whats going to be there <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile My Iphone 5/4S Predictions" class='wp-smiley' title="My Iphone 5/4S Predictions" /> </p>
<h3  class="related_post_title">Other posts you might feel interesting</h3><ul class="related_post"><li><a href="http://www.Ruchirablog.com/fancy-itune-spam/" title="Fancy Itune spams">Fancy Itune spams</a></li><li><a href="http://www.Ruchirablog.com/cherrypal/" title="Cherry&#8217;s better than apple?">Cherry&#8217;s better than apple?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/iphone-5-4s-predictions/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Linode Tokyo/Japan Speedtests</title>
		<link>http://www.Ruchirablog.com/linode-tokyo-japan-speedtests/</link>
		<comments>http://www.Ruchirablog.com/linode-tokyo-japan-speedtests/#comments</comments>
		<pubDate>Sun, 25 Sep 2011 15:02:27 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[latency]]></category>
		<category><![CDATA[linode]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[speedtests]]></category>
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=1566</guid>
		<description><![CDATA[Linode which is my favorite VPS host, recently announced their service availability on Tokyo,Japan data center.  If your visitors reside in Asia you might be interested in jumping to Tokyo data center.  But what about speeds? London data center is already performing very well for Asian linode customers. So to find out what kind of [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Linode which is my favorite VPS host, recently announced their service availability on Tokyo,Japan data center.  If your visitors reside in Asia you might be interested in jumping to Tokyo data center.  But what about speeds? London data center is already performing very well for Asian linode customers.</p>
<p>So to find out what kind of speeds that I can get with Tokyo Data Center, I have snatched a 512MB linode on Tokyo DC and decided to perform some network speedtests. All tests were done with 100MB test files.</p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2011/09/linode-tokyo.jpg"><img class="alignleft size-full wp-image-1576" title="linode tokyo" src="http://www.Ruchirablog.com/wp-content/uploads/2011/09/linode-tokyo.jpg" alt="linode tokyo Linode Tokyo/Japan Speedtests" width="628" height="209" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Unfortunately the results are extremely poor as you can see below. I wont put the blames quickly on linodes part because since its new there can be few minor problems and most likely be able to resolve this by simple support ticket. But I found something interesting,</p>
<p><span id="more-1566"></span></p>
<p>As a tradition Linode hosts their speedtest files on their 1st server of specific data center. For an example their first server on London DC is london1.linode.com and their london speedtest is located on London1.linode.com ( http://<strong>london1.linode.com</strong>/100MB-london.bin ) too.</p>
<p>Vice-versa Tokyo speedtest file is hosted on Tokyo1.linode.com ( http://<strong>tokyo1.linode.com</strong>/100MB-tokyo.bin ) But when I saw the Linode Manager Dashboard I saw my Tokyo Linode also resides on Tokyo1 host node</p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2011/09/tokyo1.jpg"><img class="aligncenter size-full wp-image-1578" title="tokyo1" src="http://www.Ruchirablog.com/wp-content/uploads/2011/09/tokyo1.jpg" alt="tokyo1 Linode Tokyo/Japan Speedtests" width="181" height="71" /></a></p>
<p>And I guess that&#8217;s the major reason I got this kinda slow speeds because since its new data center, many customers might be testing speeds by downloading that 100MB test file which is hosted on the Tokyo1 Node which my Linode resides in.</p>
<p>So Its not a good idea to host public speedtest files on a customer production server. Specially since linode is a big company it can be brutal for the other linode members resides on the same node.  However things can be different and Ill put this to linode staff attention and lets see what their answer is!</p>
<p>Anyway here are the results <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile Linode Tokyo/Japan Speedtests" class='wp-smiley' title="Linode Tokyo/Japan Speedtests" /> </p>
<p><strong>1. Lets start with Cachefly 100MB test which become community standard by now</strong></p>
<p><code></p>
<p>http://cachefly.cachefly.net/100mb.test</p>
<p>Connecting to cachefly.cachefly.net|205.234.175.175|:80... connected.<br />
HTTP request sent, awaiting response... 200 OK<br />
Length: 104857600 (100M) [application/octet-stream]<br />
Saving to: `100mb.test.1'</code></p>
<p>100%[======================================&gt;] 104,857,600 2.94M/s   in 35s</p>
<p>2011-09-25 09:25:23 (2.84 MB/s) &#8211; `100mb.test.1&#8242; saved [104857600/104857600]</p>
<p>I have performed this cachefly test about 2 times and this is the best that I managed to get. Since Cachefly also got Tokyo POP, Im wondering why this test got slow <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_sad.gif' alt="icon sad Linode Tokyo/Japan Speedtests" class='wp-smiley' title="Linode Tokyo/Japan Speedtests" /> </p>
<p><strong>2. Linode Newark NJ </strong></p>
<p><code>http://newark1.linode.com/100MB-newark.bin<br />
Connecting to newark1.linode.com|207.192.68.6|:80... connected.<br />
HTTP request sent, awaiting response... 200 OK<br />
Length: 104857600 (100M) [application/octet-stream]<br />
Saving to: `100MB-newark.bin'</code></p>
<p>100%[======================================&gt;] 104,857,600 1.59M/s in 79s</p>
<p>2011-09-25 09:56:33 (1.26 MB/s) &#8211; `100MB-newark.bin&#8217; saved [104857600/104857600]</p>
<p><strong>3. Linode Fremont CA</strong></p>
<p><code>http://fremont1.linode.com/100MB-fremont.bin<br />
Connecting to fremont1.linode.com|64.71.152.17|:80... connected.<br />
HTTP request sent, awaiting response... 200 OK<br />
Length: 104857600 (100M) [application/octet-stream]<br />
Saving to: `100MB-fremont.bin'</code></p>
<p>100%[======================================&gt;] 104,857,600 2.47M/s in 38s</p>
<p>2011-09-25 10:05:16 (2.62 MB/s) &#8211; `100MB-fremont.bin&#8217; saved [104857600/104857600]</p>
<p><strong>4. Linode Atlanta GA<br />
</strong><br />
<code>http://atlanta1.linode.com/100MB-atlanta.bin<br />
Connecting to atlanta1.linode.com|63.247.71.196|:80... connected.<br />
HTTP request sent, awaiting response... 200 OK<br />
Length: 104857600 (100M) [application/octet-stream]<br />
Saving to: `100MB-atlanta.bin'</code></p>
<p>100%[======================================&gt;] 104,857,600 1.51M/s in 1m 51s</p>
<p>2011-09-25 10:09:44 (920 KB/s) &#8211; `100MB-atlanta.bin&#8217; saved [104857600/104857600]</p>
<p><strong>5. Linode Dallas TX </strong></p>
<p><code>http://dallas1.linode.com/100MB-dallas.bin<br />
Connecting to dallas1.linode.com|69.164.200.100|:80... connected.<br />
HTTP request sent, awaiting response... 200 OK<br />
Length: 104857600 (100M) [application/octet-stream]<br />
Saving to: `100MB-dallas.bin'</code></p>
<p>100%[======================================&gt;] 104,857,600 1.76M/s in 68s</p>
<p>2011-09-25 10:12:18 (1.46 MB/s) &#8211; `100MB-dallas.bin&#8217; saved [104857600/104857600]</p>
<p><strong>6. Linode London UK </strong></p>
<p><code>http://london1.linode.com/100MB-london.bin<br />
Connecting to london1.linode.com|109.74.207.9|:80... connected.<br />
HTTP request sent, awaiting response... 200 OK<br />
Length: 104857600 (100M) [application/octet-stream]<br />
Saving to: `100MB-london.bin'</code></p>
<p>100%[======================================&gt;] 104,857,600 1.15M/s in 92s</p>
<p>2011-09-25 10:14:42 (1.09 MB/s) &#8211; `100MB-london.bin&#8217; saved [104857600/104857600]</p>
<p><strong>7. Hetzner Germany </strong></p>
<p><code>http://hetzner.de/100MB.iso<br />
Connecting to hetzner.de|213.133.107.227|:80... connected.<br />
HTTP request sent, awaiting response... 301 Moved Permanently<br />
Location: http://www.hetzner.de/100MB.iso [following]<br />
--2011-09-25 10:17:49-- http://www.hetzner.de/100MB.iso<br />
Resolving www.hetzner.de... 213.133.107.227<br />
Reusing existing connection to hetzner.de:80.<br />
HTTP request sent, awaiting response... 200 OK<br />
Length: 104840234 (100M) [application/x-iso9660-image]<br />
Saving to: `100MB.iso'</code></p>
<p>100%[======================================&gt;] 104,840,234 508K/s in 3m 33s</p>
<p>2011-09-25 10:21:22 (482 KB/s) &#8211; `100MB.iso&#8217; saved [104840234/104840234]</p>
<p><strong>8. Serverboost Netherlands </strong></p>
<p><code>www.serverboost.nl/snelheid/100mb.bin<br />
Connecting to www.serverboost.nl|213.152.169.209|:80... connected.<br />
HTTP request sent, awaiting response... 200 OK<br />
Length: 104857600 (100M) [application/octet-stream]<br />
Saving to: `100mb.bin'</code></p>
<p>100%[======================================&gt;] 104,857,600 366K/s in 5m 30s</p>
<p>2011-09-25 10:30:26 (310 KB/s) &#8211; `100mb.bin&#8217; saved [104857600/104857600]</p>
<p>Now that sucks. 310KB/s <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_sad.gif' alt="icon sad Linode Tokyo/Japan Speedtests" class='wp-smiley' title="Linode Tokyo/Japan Speedtests" />  I was able to max out my DSL with that same serverboost speedtest by downloading it at 460KB/s</p>
<p><strong>9. OVH France </strong></p>
<p><code>ftp://ftp.ovh.net/test.bin<br />
Connecting to ftp.ovh.net|213.186.33.9|:21... connected.<br />
Logging in as anonymous ... Logged in!<br />
==&gt; SYST ... done. ==&gt; PWD ... done.<br />
==&gt; TYPE I ... done. ==&gt; CWD not needed.<br />
==&gt; SIZE test.bin ... 104857600<br />
==&gt; PASV ... done. ==&gt; RETR test.bin ... done.<br />
Length: 104857600 (100M) (unauthoritative)</code></p>
<p>100%[======================================&gt;] 104,857,600 903K/s in 2m 23s</p>
<p>2011-09-25 10:34:38 (716 KB/s) &#8211; `test.bin&#8217; saved [104857600]</p>
<p><strong>10. Finally for the lulz lets try the Linode Tokyo speedtest</strong></p>
<p>Linode hosts their tokyo test file here http://<strong>tokyo1</strong>.linode.com/100MB-tokyo.bin and Like I said before I found that my linode resides on Tokyo 1 too. So lets try same host speedtest to see what kind of result that we can get.<br />
<code></p>
<p>http://tokyo1.linode.com/100MB-tokyo.bin</p>
<p>Connecting to tokyo1.linode.com|106.187.33.12|:80... connected.<br />
HTTP request sent, awaiting response... 200 OK<br />
Length: 104857600 (100M) [application/octet-stream]<br />
Saving to: `100MB-tokyo.bin.1'</code></p>
<p>100%[======================================&gt;] 104,857,600 53.0M/s in 1.9s</p>
<p>2011-09-25 10:41:45 (53.0 MB/s) &#8211; `100MB-tokyo.bin.1&#8242; saved [104857600/1048576]</p>
<h3  class="related_post_title">Other posts you might feel interesting</h3><ul class="related_post"><li><a href="http://www.Ruchirablog.com/1-years-uptime-linode/" title="1+ Years of Uptime with linode! Review ">1+ Years of Uptime with linode! Review </a></li><li><a href="http://www.Ruchirablog.com/linode-xen-vps-review/" title="Linode XEN VPS review">Linode XEN VPS review</a></li><li><a href="http://www.Ruchirablog.com/wordpress-blog-hacked-the-common-mistakes/" title="Wordpress blog got hacked? Part 1 What are the common mistakes you make! ">Wordpress blog got hacked? Part 1 What are the common mistakes you make! </a></li><li><a href="http://www.Ruchirablog.com/lnmp-v08-complete-nginx-auto-installer/" title="LNMP V0.8 The complete Nginx auto installer!">LNMP V0.8 The complete Nginx auto installer!</a></li><li><a href="http://www.Ruchirablog.com/favourite-whois-checker-tool/" title="My Favourite Whois checker tool">My Favourite Whois checker tool</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/linode-tokyo-japan-speedtests/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cyanogenmod 7 on HP touchpad</title>
		<link>http://www.Ruchirablog.com/cyanogenmod-7-on-hp-touchpad/</link>
		<comments>http://www.Ruchirablog.com/cyanogenmod-7-on-hp-touchpad/#comments</comments>
		<pubDate>Mon, 29 Aug 2011 15:35:54 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[android on hp touchpad]]></category>
		<category><![CDATA[cyanogen touchpad]]></category>
		<category><![CDATA[cyanogenmod 7]]></category>
		<category><![CDATA[cyanogenmod 7 on touchpad]]></category>
		<category><![CDATA[honeycomb on touchpad]]></category>
		<category><![CDATA[hp touchpad]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=1553</guid>
		<description><![CDATA[If you were lucky enough to snatch a HP touchpad for $99 before they went out of stock you are now lucky than ever before. You might heard rumors that Android will be ported to run on touchpad! I read comments on various techblogs about HP&#8217;s decision to sell out touchpads for $99 and most [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you were lucky enough to snatch a HP touchpad for $99 before they went out of stock you are now lucky than ever before. You might heard rumors that Android will be ported to run on touchpad! I read comments on various techblogs about HP&#8217;s decision to sell out touchpads for $99 and most of the commentators said that they are going to buy one because in future Android will be ported to run on it. On the time HP started fire sale there wasn&#8217;t any evidence that Android can be ported to touchpad.</p>
<p><span id="more-1553"></span></p>
<p>But now the most popular third party Android ROM Dev team <a href="http://www.cyanogenmod.com/">Cyanogenmod</a> announced that they are going to cook their Cyanogenmod 7 to support HP touchpad. And one of their team members released a CM7 firstboot video on youtube</p>
<p><object width="500" height="306"><param name="movie" value="http://www.youtube.com/v/c20yOVKm5UM?version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/c20yOVKm5UM?version=3" type="application/x-shockwave-flash" width="500" height="306" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>And the description says that</p>
<blockquote><p>Here is some (older) touchpad progress from Friday. The Cyanogenmod team wanted to share it with the public to bring attention to our need for a few more touchpads (for developers currently working without them).</p>
<p>As you can see from this quick demo, we&#8217;ve been working hard and have made progress. Since this video was created last week, the build has been more &#8220;tabletized&#8221; (tablet tweaks added, etc.), lvm support has been added.</p>
<p>The touchscreen driver issue is now the focus of our attention.</p>
<p>Our ultimate vision is to create a *multiboot* solution where the end user will be able to boot into WebOS, Cyanogenmod, and/or other OSes. This appears to be very possible, and we have discussed several potential implementations with our new friends in the WebOS development community to make it easy for an end-user to set up.</p>
<p>For the moment though, we need about 4 tablets, as we have talented and experienced developers who cannot contribute effectively due to a lack of hardware. If you have an extra touchpad and are willing to help the cause, please let us know in the comments below.</p>
<p>A BIG CAVEAT&#8211; PLEASE DO NOT ASK FOR ETAS. For the uninitiated, this is the #1 rule for Cyanogenmod. It will certainly be a long while before our goals become reality. Our goals incidentally are not connected with any bounty&#8211; we are motivated to do it right, not do it fast.</p>
<p>And now the obligatory shout outs&#8211; Thanks to rootzwiki and all the devs and everyone else who are collaborating and contributing to this project. You know who you are, you.</p>
<p>The CM team<br />
www.cyanogenmod.com</p></blockquote>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>So hopefully we can wait for them and I&#8217;m pretty sure that other great dev teams will focus to work on possible honeycomb port for touchpad owners <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile Cyanogenmod 7 on HP touchpad" class='wp-smiley' title="Cyanogenmod 7 on HP touchpad" /> </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/hopp-dogg/" title="Most epic facebook profile Hopp-Dogg YO!">Most epic facebook profile Hopp-Dogg YO!</a></li><li><a href="http://www.Ruchirablog.com/get-a-cotv-free-domain/" title="Get a CO.TV Free domain">Get a CO.TV Free domain</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/google-or-people/" title="Google or People?">Google or People?</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/cyanogenmod-7-on-hp-touchpad/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Finally</title>
		<link>http://www.Ruchirablog.com/finally/</link>
		<comments>http://www.Ruchirablog.com/finally/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 16:02:26 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[most subscribed user on youtube]]></category>
		<category><![CDATA[nigahiga]]></category>
		<category><![CDATA[ray william johnson]]></category>
		<category><![CDATA[rwj]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=1514</guid>
		<description><![CDATA[Hmm. I have took a long break. However some interesting things happened online in last few days. Ray William Johnson, My most favorite youtube author passed NigaHiga becoming most subscribed youtube user.Actually whats hard to understand is why NigaHiga become this much popular with his late videos. Sorry NigaHiga fans but I must admit that [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Hmm. I have took a long break. However some interesting things happened online in last few days. <a href="http://www.youtube.com/user/RayWilliamJohnson">Ray William Johnson</a>, My most favorite youtube author passed <a href="http://www.youtube.com/nigahiga">NigaHiga</a> becoming most subscribed youtube user.Actually whats hard to understand is why NigaHiga become this much popular with his late videos. Sorry NigaHiga fans but I must admit that NigaHiga&#8217;s videos are much better in the past but now they become worse.</p>
<p>However Ray William Johnson will keep his position for years I have no doubt about it. I&#8217;m a huge RWJ fan So I take this moment to congratulate him about his success.</p>
<p><object width="500" height="306"><param name="movie" value="http://www.youtube.com/v/Wx7c7nHXqKg?version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Wx7c7nHXqKg?version=3" type="application/x-shockwave-flash" width="500" height="306" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><span id="more-1514"></span></p>
<p>And guess what Ruchirablog is now under Alexa&#8217;s 100000 most viewed web sites. Actually at the moment I&#8217;m sitting on 98113th position and I hope that it will gradually increase as I seem to have very strong reader base. Actually now there are more than 700 email subscribers to my blog and nearly 1000 visitors a day. I know some of you are visiting this blog daily and also I know that its very annoying when you are visiting a website and you don&#8217;t see any new things there <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_sad.gif' alt="icon sad Finally" class='wp-smiley' title="Finally" />   It personally applies for me.  But sorry about being this much busy guys. I&#8217;ll do my best to write frequently from now on as I always say <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile Finally" class='wp-smiley' title="Finally" /> </p>
<h3  class="related_post_title">Other posts you might feel interesting</h3><ul class="related_post"><li><a href="http://www.Ruchirablog.com/im-domains-registration-and-worth/" title=".im domains now available for registration">.im domains now available for registration</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/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/finally/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to open multiple Gmail accounts on same browser</title>
		<link>http://www.Ruchirablog.com/open-multiple-gmail-accounts-on-same-browser/</link>
		<comments>http://www.Ruchirablog.com/open-multiple-gmail-accounts-on-same-browser/#comments</comments>
		<pubDate>Sun, 22 May 2011 10:41:04 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=1508</guid>
		<description><![CDATA[I was shocked when I heard the news that all Google Apps accounts will be automatically transitioned to standard google account type so we can use our google apps account to login other google services like youtube. If you are not a typical gmail user you will think that &#8220;Hey thats nice news&#8221; but the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I was shocked when I heard the news that all Google Apps accounts will be automatically transitioned to standard google account type so we can use our google apps account to login other google services like youtube. If you are not a typical gmail user you will think that &#8220;Hey thats nice news&#8221; but the problem is when we got more than 1 google apps logins or if we got a gmail account it will be really annoying because google dont allow to login to 2 Google accounts on the same browser.</p>
<p>&nbsp;</p>
<p>So we cant keep eye on our Google apps email accounts and Gmail accounts same time. So when I browsed Google <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_razz.gif' alt="icon razz How to open multiple Gmail accounts on same browser" class='wp-smiley' title="How to open multiple Gmail accounts on same browser" />  for solution ( yeah I meant I searched on google <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_wink.gif' alt="icon wink How to open multiple Gmail accounts on same browser" class='wp-smiley' title="How to open multiple Gmail accounts on same browser" />  ) I found a nice tip allowing for login to many google accounts on same time on same browser.</p>
<p>You have to navigate to <a href="http://www.google.com/accounts">www.google.com/accounts</a></p>
<p>There will be a setting called &#8220;Multiple sign-in&#8221; and you have to click edit-&gt;on to enable this feature!</p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2011/05/google-accounts-multiple-sign-in.jpg"><img class="aligncenter size-full wp-image-1510" title="google accounts multiple sign in" src="http://www.Ruchirablog.com/wp-content/uploads/2011/05/google-accounts-multiple-sign-in.jpg" alt="google accounts multiple sign in How to open multiple Gmail accounts on same browser" width="465" height="287" /></a></p>
<p>&nbsp;</p>
<p>So here after you can login to many google accounts like I do <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile How to open multiple Gmail accounts on same browser" class='wp-smiley' title="How to open multiple Gmail accounts on same browser" /> </p>
<h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://www.Ruchirablog.com/net4evereu-vps-review/" title="Net4Ever.eu VPS review">Net4Ever.eu VPS review</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/nginxmysqlphpfpm-auto-installer-centos-5-debian/" title="Nginx+Mysql+PHP-FPM Auto installer for centos 5 and debian">Nginx+Mysql+PHP-FPM Auto installer for centos 5 and debian</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/back-to-basics/" title="Back to Basics! ">Back to Basics! </a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/open-multiple-gmail-accounts-on-same-browser/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using memcached
Database Caching 49/108 queries in 0.070 seconds using memcached
Object Caching 2469/2547 objects using memcached

Served from: www.ruchirablog.com @ 2012-02-05 11:37:58 -->
