<?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; Guides</title>
	<atom:link href="http://www.Ruchirablog.com/category/guides/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>LNMP V0.8 The complete Nginx auto installer!</title>
		<link>http://www.Ruchirablog.com/lnmp-v08-complete-nginx-auto-installer/</link>
		<comments>http://www.Ruchirablog.com/lnmp-v08-complete-nginx-auto-installer/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 18:52: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[Softwares]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lnmp]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[servers]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=1648</guid>
		<description><![CDATA[I have published article about my modified nginx auto installer about little over a year ago. Which can be found here. Which got somewhat famous and counted over 1000 installs. The framework which I was used was came from a chinese developer called licess and the framework now has been evolved a lot and now [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I have published article about my modified nginx auto installer about little over a year ago. Which can be found <a href="http://www.ruchirablog.com/nginx-autoinstaller/">here</a>. Which got somewhat famous and counted over 1000 installs. The framework which I was used was came from a chinese developer called licess and the framework now has been evolved a lot and now we can count it as fully fledged auto installer.  It now includes latest nginx version ( Which lacked at the time which I modified the script to include the latest and greatest) . And also now it includes separately tweaked installers for debian, centos, and ubuntu, which I had on my modified installer since day one <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile LNMP V0.8 The complete Nginx auto installer!" class='wp-smiley' title="LNMP V0.8 The complete Nginx auto installer!" />   So its nice to see that he baked 2 options which my modified installer had since day one.</p>
<p><span id="more-1648"></span></p>
<p>This installer is extremely useful but its not popular in the international community since its written in Chines and no support provided on English.  So with this post I just wanted to introduce that great tool to you guys and edit the original source code little bit to remove the time zone rewrites.</p>
<h3>What I have removed</h3>
<ul>
<li> Original installer rewrites the time zone to China. I have removed that so your original time zone will remain on the server.</li>
</ul>
<h3></h3>
<h4>All the credits must go to Licess at www.lnmp.org and you can donate him there. I take no credit for this and I&#8217;m just listing the installer here and I just wanted to provide some support for it in English, thats the moral of the post!</h4>
<h3><span style="text-decoration: underline;">What does the installer include</span></h3>
<ul>
<li>Nginx 1.0.10</li>
<li>PHP 5.2.17</li>
<li>Mysql 5.1.60</li>
<li>PHPMyAdmin</li>
<li>Eaccelerator (optional 1 click install)</li>
<li>VsFTPd, PureFTPd (Optional 1 click install)</li>
<li>PHP Suhousin Patch</li>
<li>Memcached (optional)</li>
<li>Zend Optimizer</li>
</ul>
<p>install Instructions-</p>
<p>You can use debian/ubuntu/centos 32bit or 64bit. So login via SSH and issue these commands (you must be root user to install LNMP )-</p>
<p>1. Download the installer package-</p>
<blockquote><p>wget -c http://www.ruchirablog.com/lnmp0.8-full.tar.gz</p></blockquote>
<p>2. Decompress the install package-.</p>
<blockquote><p>tar zxvf lnmp0.8-full.tar.gz</p></blockquote>
<p>3. Go to install directory-</p>
<blockquote><p>cd lnmp0.8-full /</p></blockquote>
<p>4.  Start installing-</p>
<blockquote><p>For ubuntu  &#8211; sh ubuntu.sh</p>
<p>For Centos  &#8211; sh centos.sh</p>
<p>For Debian &#8211; sh debian.sh</p></blockquote>
<p>It will ask some questions like your domain name , mysql root password ( Use your root password if you are newbie) just answer to them promptly.</p>
<p>It will take at least 30 minutes to fully install and then you will see a massage saying install completed. So then you can try navigating to your ip address to see it working.</p>
<p>After installation -</p>
<ul>
<li>PHPMyAdmin will be located on http://yourip/phpmyadmin</li>
<li>Navigate to your url or ip and it will display a test page</li>
</ul>
<p>1, install eAccelerator, execute the following command.  / eaccelerator.sh , follow the prompts to select the version, press Enter, it will automatically install and restart the web service.</p>
<p>2, the installation of ionCube, execute the following command  / ionCube.sh Enter to confirm, it will automatically install and restart the web service.</p>
<p>3, the installation imageMagick, execute the following command  / imageMagick.sh Enter to confirm, it will automatically install and restart the web service.</p>
<p>4, install memcached, execute the following command  / memcached.sh Enter to confirm, it will automatically install and restart the web service.</p>
<h5></h5>
<h5>And a advantage of  the new installer is you can upgrade nginx or php with just one shell command.</h5>
<ul>
<li>To upgrade the nginx  execute the following command:. / upgrade_nginx.sh It will prompt a thing which you need to enter the nginx version number. Its simply asking which version that you want to upgrade. So head over to http://nginx.org/en/download.html and find whats the newest nginx version and enter the number correctly on the shell prompt. For ex- 1.0.10 and press enter. its just easy!</li>
</ul>
<ul>
<li>PHP  upgrade, execute the following command:. / upgrade_php.sh prompted, enter your php version number, such as 5.3.6.</li>
</ul>
<p>You can manage the LNMP by issuing these commands-</p>
<p>/root/lnmp {start | stop | reload | restart | kill | status}</p>
<ul>
<li>For example if you want to restart lnmp issue /root/lnmp restart</li>
</ul>
<p>LNMP files will be located on<br />
mysql: /usr/local/mysql<br />
php: /usr/local/php<br />
nginx: /usr/local/nginx<br />
Site Directory: /home/wwwroot</p>
<h2>How to add more domains (Virtual hosts) for this setup?</h2>
<p>You can add more domains to your setup with easy steps. You just need to open your SSH client and type</p>
<blockquote><p>./vhost.sh</p></blockquote>
<p>And it will ask you which domain name to add also if you are setting up new domain for wordpress it can automatically add rewrite rules for your permalinks <img title="Nginx Autoinstaller" src="../wp-includes/images/smilies/icon_smile.gif" alt="icon smile LNMP V0.8 The complete Nginx auto installer!"  /> Just answer for the questions when you run ./vhost.sh</p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2012/01/new-lnmp.jpg"><img class="aligncenter size-full wp-image-1649" title="new lnmp" src="http://www.Ruchirablog.com/wp-content/uploads/2012/01/new-lnmp.jpg" alt="new lnmp LNMP V0.8 The complete Nginx auto installer!" width="531" height="572" /></a></p>
<p>Here are another guides for full LNMP 0.8 setup!</p>
<ul>
<li>
<h2><a href="../upload-files-without-ftp/">How to upload files to LNMP0.8 without SSH deamon</a></h2>
</li>
<li>
<h2><a href="../setup-dns-with-godaddy/">How to setup DNS to point your domain to LNMP0.8 server ip</a></h2>
</li>
</ul>
<p>So enjoy your server and please add a comment if you are happy with outcome!</p>
<p>PS- To keep in touch with updates (next releases) of this script you can subscribe to my email feed. No advertising or spam will be sent. You can unsubscribe at anytime! <img title="Nginx Autoinstaller" src="../wp-includes/images/smilies/icon_smile.gif" alt="icon smile LNMP V0.8 The complete Nginx auto installer!"  /><br />
<a href="http://feeds.feedburner.com/Ruchirablog"><img class="aligncenter" style="border: 0;" src="http://feeds.feedburner.com/~fc/Ruchirablog?bg=99CCFF&amp;fg=444444&amp;anim=0" alt=" LNMP V0.8 The complete Nginx auto installer!" width="88" height="26" title="LNMP V0.8 The complete Nginx auto installer!" /></a></p>
<form style="border: 1px solid #ccc; padding: 3px; text-align: center;" action="http://feedburner.google.com/fb/a/mailverify" method="post">Enter your email address:</p>
<input style="width: 140px;" type="text" name="email" />
<input type="hidden" name="uri" value="Ruchirablog" />
<input type="hidden" name="loc" value="en_US" />
<input type="submit" value="Subscribe" /></form>
<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-change-ssh-port/" title="How to change SSH port on Centos,Ubuntu,Debian">How to change SSH port on Centos,Ubuntu,Debian</a></li><li><a href="http://www.Ruchirablog.com/complete-nginx-setup-for-wordpress/" title="wordpress with nginx ">wordpress with nginx </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/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/setup-squid-as-http-proxy-to-view-blocked-web-sites/" title="Setup Squid as a HTTP proxy to browse blocked web sites!">Setup Squid as a HTTP proxy to browse blocked web sites!</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/lnmp-v08-complete-nginx-auto-installer/feed/</wfw:commentRss>
		<slash:comments>15</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>How to download Facebook photo albums of friends and yourself</title>
		<link>http://www.Ruchirablog.com/how-to-download-facebook-photo-albums/</link>
		<comments>http://www.Ruchirablog.com/how-to-download-facebook-photo-albums/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 08:11:11 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[photo albums]]></category>
		<category><![CDATA[Save Facebook photo albums of friends]]></category>
		<category><![CDATA[Save Facebook photo albums of me]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=1597</guid>
		<description><![CDATA[If you want to download pictures from internet its easy as right clicking on it -&#62; Save Image as But if you want to download lots of pictures like facebook album it wont be easy to right click on every one and saving it. There are many apps,software&#8217;s are designed to help you with this [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you want to download pictures from internet its easy as right clicking on it -&gt; Save Image as But if you want to download lots of pictures like facebook album it wont be easy to right click on every one and saving it.</p>
<p>There are many apps,software&#8217;s are designed to help you with this issue. One is <a href="http://fbdownloader.com/" target="_blank">FBdownloader  </a>thats the most popular one but I found that its not convenient as it should be. You should give your fb login credentials to use it and you can only download your frinds photos and your photos but even to download your friends photo albums, they must have set the albums are public and even when you can view it on web browser fbdownloader wont allow to download photo albums of your friends if they marked them as &#8220;Private&#8221; or &#8220;Friends only&#8221; .  So its not a good option.</p>
<p>And when I was searching for the most convenient and easy solution I found great Google Chrome extension for doing this.</p>
<p><span id="more-1597"></span></p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2011/10/download-facebook-photo-albums.jpg"><img class="aligncenter size-full wp-image-1598" title="download facebook photo albums" src="http://www.Ruchirablog.com/wp-content/uploads/2011/10/download-facebook-photo-albums.jpg" alt="download facebook photo albums How to download Facebook photo albums of friends and yourself" width="406" height="384" /></a></p>
<p>However Im using firefox for browsing but I have chrome and use it sometimes so it being a chrome extension isn&#8217;t much a problem to me.  You can find the extension and install from here- <a href="https://chrome.google.com/webstore/detail/blbmhonenddnnmbailokbccgmikhkpni">https://chrome.google.com/webstore/detail/blbmhonenddnnmbailokbccgmikhkpni</a></p>
<p>Instruction on that page says this-</p>
<p>Usage:</p>
<p>1. Link to the album on your facebook page.</p>
<p>2. Click the &#8220;Download FB phtos&#8221; Icon.</p>
<p>3. You will see all photos on a new tab.</p>
<p>4. Press &#8220;Ctrl+S&#8221; and select &#8220;Save whole pages&#8221;.</p>
<p>5. Great! You will see a folder including all the photos in this album.</p>
<p>However as the instruction says you need to open up the album on your chrome browser and click the download photos icon which is located on your right corner of address bar.</p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2011/10/fb-photo-download-chrome.jpg"><img class="aligncenter size-full wp-image-1599" title="fb photo download chrome" src="http://www.Ruchirablog.com/wp-content/uploads/2011/10/fb-photo-download-chrome.jpg" alt="fb photo download chrome How to download Facebook photo albums of friends and yourself" width="178" height="65" /></a></p>
<p>All other steps are easy to follow and you will have the ability to download any photo album that you can view on web browser unlike the limitations of fbdownloder</p>
<h3  class="related_post_title">Other posts you might feel interesting</h3><ul class="related_post"><li><a href="http://www.Ruchirablog.com/social-experiment-live/" title="My social experiment goes live!">My social experiment goes live!</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/how-to-download-facebook-photo-albums/feed/</wfw:commentRss>
		<slash:comments>5</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>How to record skype video calls</title>
		<link>http://www.Ruchirablog.com/record-skype-video-calls/</link>
		<comments>http://www.Ruchirablog.com/record-skype-video-calls/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 13:11:05 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[calls]]></category>
		<category><![CDATA[record]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[skype]]></category>
		<category><![CDATA[softwares]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=1585</guid>
		<description><![CDATA[Having some special unforgettable skype video calls?  Then you might be interested in recording those video calls for later reference. There is a perfect solution for it called &#8220;SuperTinTin&#8221; yeah I know it sounds weird but does the thing. However its a premium software which means you have pay for it. But there is a [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Having some special unforgettable skype video calls?  Then you might be interested in recording those video calls for later reference. There is a perfect solution for it called &#8220;SuperTinTin&#8221; yeah I know it sounds weird but does the thing.</p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2011/09/supertintin.jpg"><img class="aligncenter size-full wp-image-1586" title="supertintin" src="http://www.Ruchirablog.com/wp-content/uploads/2011/09/supertintin.jpg" alt="supertintin How to record skype video calls" width="510" height="435" /></a></p>
<p><span id="more-1585"></span></p>
<p>However its a premium software which means you have pay for it. But there is a trial version. Trial version got all the options but it got 5 minute record limit. But thats not a problem, when it finishes recording 5 minutes it will stop but you can start recording again instantly by pressing the RED button. There is no limitations between records on the free version.So for me free version is completely Okay. Its about recording the call and as soon as first 5 minutes finishes press record button again and it will start to record again vice-versa</p>
<p>I have personally tested this and</p>
<ul>
<li>It records videos of both cams on picture in picture or any method that you set</li>
<li>Records sounds of both sides</li>
<li>No Quality degradation on recorded videos. It records same as what you see on skype and saves on .AVI format</li>
</ul>
<p>You can download and read more about it here -<a href="http://www.ruchirablog.com/go/supertintin"> http://www.ruchirablog.com/go/supertintin</a>  ( This isn&#8217;t a referral link)</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-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/text-editor-for-programmers-notepad/" title="Text editor for programmers notepad++">Text editor for programmers notepad++</a></li><li><a href="http://www.Ruchirablog.com/skype-spams/" title="Skype SPAM&#8217;s">Skype SPAM&#8217;s</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/record-skype-video-calls/feed/</wfw:commentRss>
		<slash:comments>2</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>Cloudberry Explorer review</title>
		<link>http://www.Ruchirablog.com/cloudberry-explorer-review/</link>
		<comments>http://www.Ruchirablog.com/cloudberry-explorer-review/#comments</comments>
		<pubDate>Sun, 21 Aug 2011 07:11:13 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[amazon s3]]></category>
		<category><![CDATA[cloudberry]]></category>
		<category><![CDATA[s3 manager]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=1547</guid>
		<description><![CDATA[You may have seen my post  Amazon S3 review. Looks like it went viral and some famous amazon s3 managing software vendors commented on that post and some vendors sent emails to me asking to review them. Nadya from Cloudberry Explorer is one them. She asked me to review cloudberry explorer, Since I love freewares and [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>You may have seen my post  <a href="http://www.ruchirablog.com/amazon-s3-cloudfront-review/">Amazon S3 review</a>. Looks like it went viral and some famous amazon s3 managing software vendors commented on that post and some vendors sent emails to me asking to review them. Nadya from Cloudberry Explorer is one them. She asked me to review <a href="http://www.cloudberrylab.com/">cloudberry explorer</a>, Since I love freewares and I was using cloudberry explorer already to manage my S3 instances I thought I should write a review about them.</p>
<p>I begun to use Amazon S3 last year and now its more than 1 year since I&#8217;m using amazon s3 to hold files for my web sites. And on the first day I signed up for amazon s3 I felt in need of a nice and fast interface to manage my files on s3. Main reason for that is Amazon AWS Console is too slow and the the console slowness is a common fact on amazon aws. They need to work on that or provide native pc/mac client to manage s3 and other AWS services.</p>
<p><span id="more-1547"></span></p>
<p>Because of those problems I searched Google for a nice amazon s3 managing software. And first I got firefox addon called <em>S3Fox </em>and it wasn&#8217;t worked for me for some reason. And I even tried the limited freeware called <a href="http://s3browser.com/">S3 Browser</a> and the limitations of the free version moved my hands away from using that.</p>
<p>Finally I found the Cloudberry explorer and from the first impression I was amazed and simply it turned out that this is the one and only thing that I need to manage all things with my amazon s3.</p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2011/08/cloudberry-explorer.jpg"><img class="alignleft size-full wp-image-1548" title="cloudberry explorer" src="http://www.Ruchirablog.com/wp-content/uploads/2011/08/cloudberry-explorer.jpg" alt="cloudberry explorer Cloudberry Explorer review" width="791" height="591" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>With cloudberry Explorer its very easy to upload files to amazon s3 and manage them as you see with the image above. When I upload images to s3 for the purpose of posting them on web Cloudberry explorer came in handy because there is a option to generate the web link within the software and its really a time saver to me because after upload the image I can get the link by just 3 mouse clicks.</p>
<p>&nbsp;</p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2011/08/genarate-urls.jpg"><img class="alignleft size-full wp-image-1549" title="genarate urls" src="http://www.Ruchirablog.com/wp-content/uploads/2011/08/genarate-urls.jpg" alt="genarate urls Cloudberry Explorer review" width="568" height="462" /></a></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>So really cloudberry explorer is really a nice software which did everything that I expected and I needed. There is a advanced pro version and I really recommend buying the pro version for advanced options and as props to these guys. Its really worth it but if you are just a regular user to tight in budget the free version is more than fine! <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile Cloudberry Explorer review" class='wp-smiley' title="Cloudberry Explorer review" /> </p>
<p>&nbsp;</p>
<p>Checkout them at -<a href="http://www.cloudberrylab.com/"> http://www.cloudberrylab.com/</a></p>
<h3  class="related_post_title">Other posts you might feel interesting</h3><ul class="related_post"><li><a href="http://www.Ruchirablog.com/amazon-s3-wordpress/" title="Using Amazon S3 with wordpress">Using Amazon S3 with wordpress</a></li><li><a href="http://www.Ruchirablog.com/good-news-amazon-ses-supports-smtp/" title="Good news! Amazon SES now supports SMTP!">Good news! Amazon SES now supports SMTP!</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/amazon-s3-cloudfront-review/" title="Amazon S3 and Cloudfront Review">Amazon S3 and Cloudfront Review</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/cloudberry-explorer-review/feed/</wfw:commentRss>
		<slash:comments>0</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 53/85 queries in 0.040 seconds using memcached
Object Caching 2524/2556 objects using memcached

Served from: www.ruchirablog.com @ 2012-02-05 11:38:42 -->
