<?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; Hardware</title>
	<atom:link href="http://www.Ruchirablog.com/category/hardware/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>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>Linode XEN VPS review</title>
		<link>http://www.Ruchirablog.com/linode-xen-vps-review/</link>
		<comments>http://www.Ruchirablog.com/linode-xen-vps-review/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 07:19:15 +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[data-centers]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[linode]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=1405</guid>
		<description><![CDATA[Recently one of my readers asked me that &#8220;Are you ran out of things to write? Why did you published 1 year old scene now&#8221; Well I&#8217;m very busy these days building my career on Telecommunications Engineering and Cisco track. But this doesnt means im out of time to write but when combined with personal [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Recently one of my readers asked me that &#8220;Are you ran out of things to write? Why did you published <a href="http://www.ruchirablog.com/day-ruchirablog-got-ownd/">1 year old scene now</a>&#8221; Well I&#8217;m very busy these days building my career on Telecommunications Engineering and Cisco track. But this doesnt means im out of time to write but when combined with personal things I&#8217;m little behind the scene these days. Never mind lets get to the topic,</p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2011/02/linode-roots.gif"><img class="alignnone size-full wp-image-1406" title="linode-roots" src="http://www.Ruchirablog.com/wp-content/uploads/2011/02/linode-roots.gif" alt="linode roots Linode XEN VPS review" width="267" height="59" /></a></p>
<h3><strong>Information</strong></h3>
<p><a href="http://www.linode.com" target="_blank">Linode </a>is a <a href="http://en.wikipedia.org/wiki/Xen">XEN</a> VPS provider based on 5 top data centers in USA and UK with unmatchable reputation around the web. They have in house developed Control panel to administrate the servers unlike many providers using third party scripts. Its CEO is Cold Fusion app developer and most of the web site sections including control panel are built on Adobe Cold Fusion programming language. Linode gives you freedom to install many Linux OS available and also your custom kernels. 100s of (maybe thousands) of Linode host machines running Ubuntu as host (dom0) to its virtualizer XEN. And its common truth that most of users of linode are using Ubuntu.</p>
<p>yesterday Ruchirablog hit a uptime record of 100 days and that&#8217;s the thing forced me to write this review!</p>
<p><span id="more-1405"></span></p>
<h3><strong>Uptime and Stability</strong></h3>
<p>You might have read my post about<a href="http://www.ruchirablog.com/hosting-journey/"> hosting providers that I used</a> and now I&#8217;m on linode for about 4 months and I must say that I&#8217;m very surprised with linode because its amazing. I didn&#8217;t had any downtime with them and now uptime is more than 100 days so far you can my uptime here- <a href="http://www.ruchirablog.com/uptime.php">http://www.ruchirablog.com/uptime.php</a></p>
<p><a href="http://www.ruchirablog.com/uptime.php"><br />
</a>I have 2 512MB VPS with them one for this blog and one for running my client business site and both VPS are on different Host servers and client VPS is having 107 days of uptime</p>
<blockquote><p>root@s1 [~]# uptime<br />
01:42:53 up 107 days, 22:34,  1 user,  load average: 0.00, 0.00, 0.00</p></blockquote>
<p>That server is running Centos 5.5 with Cpanel and my blog is on Ubuntu 10.04 with <a href="http://www.ruchirablog.com/nginx-autoinstaller/" target="_blank">Nginx Auto installer</a>. Linode is the best thing to go if you concerned about uptime!</p>
<h3><strong>Support</strong></h3>
<p>And i should say that their support is awesome and I received response from support within 15 minutes all the time, most of the time it took about 5 minutes. I don&#8217;t know how they achieved this type of fast response times and its awesome!</p>
<p>There is a IRC channel that you can get much info in real time from support techs and other linux savvy users idling on there!</p>
<h3><strong>Control Panel</strong></h3>
<p>WOW this is the best thing that I ever seen to manage a server. Its completely built on Adobe Cold Fusion. Some people might wonder how this kind of apps built on Cold Fusion yes I&#8217;m still having that doubt too. Linode&#8217;s CEO is Cold Fusion app developer before he started the business and I think &#8220;Linode Manager&#8221; is the best web app ever built in this world! you can see screen shots of it <a href="http://www.linode.com/features.cfm" target="_blank">here</a>.</p>
<p>+Linode gives you free DNS service and can be configured as piece of cake in Linode Manager!</p>
<h3><strong>Final Thoughts</strong></h3>
<p>I will never ever go out from linode except if I need bandwidth like 5TB a month and try linode one time and you will get addicted yes thats true!</p>
<p>I&#8217;ll give overall rating to Linode 10/10 , for percent nerds its 100% marks <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_razz.gif' alt="icon razz Linode XEN VPS review" class='wp-smiley' title="Linode XEN VPS review" /> </p>
<p>And If you convinced to try out linode by reading this article you can use my referral code to sign up and you can cancel on any day and get your money for remaining days back. It means if you payed $20 for first month and stayed with them for only 2 days linode will give your money back for remaining 28days of month. Using my referral code will earn me $20 if you stayed with linode for 3 months.</p>
<p>Here is sign up referral link &#8211; <a href="http://www.ruchirablog.com/go/linode">http://www.ruchirablog.com/go/linode</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/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/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/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></ul>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/linode-xen-vps-review/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Setup Squid as a HTTP proxy to browse blocked web sites!</title>
		<link>http://www.Ruchirablog.com/setup-squid-as-http-proxy-to-view-blocked-web-sites/</link>
		<comments>http://www.Ruchirablog.com/setup-squid-as-http-proxy-to-view-blocked-web-sites/#comments</comments>
		<pubDate>Tue, 04 Jan 2011 11:02:07 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[Guides]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[linux guides]]></category>
		<category><![CDATA[squid]]></category>
		<category><![CDATA[squid as HTTP proxy]]></category>
		<category><![CDATA[squid as web proxy]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=1344</guid>
		<description><![CDATA[Have you ever worried about your government,workplace,school or ISP limitations for web sites? Are you behind Great firewall of china? are you worried about browsing speeds with overloaded or slow web proxy services? HTTP proxies are the best solution for you. And with squid cache you can make a nice HTTP proxy for your personal [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Have you ever worried about your government,workplace,school or ISP limitations for web sites? Are you behind Great firewall of china? are you worried about browsing speeds with overloaded or slow web proxy services?</p>
<p>HTTP proxies are the best solution for you. And with <a href="http://www.squid-cache.org/">squid cache </a>you can make a nice HTTP proxy for your personal or family use.</p>
<p>In my case I have tried SSH SOCKS5 method for access blocked sites but I feel it too slow because connection is encrypted but its so secure than HTTP proxy.</p>
<p>But I don&#8217;t need much security like SOCKS5 offer So I have decided to setup squid as a proxy server for my personal use. And felt that its delivering blazing fast speed as same as I&#8217;m browsing without proxies.</p>
<p>So now all my firefox traffic is going through HTTP Squid proxy running on UK 512MB XEN box that I had spare and I don&#8217;t thinking about going back to normal no proxy mode because speed is same as no proxy.</p>
<h4>So here is my guide to setup squid as a proxy server on ubuntu or debian for you!</h4>
<h4>What you will need-</h4>
<p><span id="more-1344"></span></p>
<ul>
<li>A VPS or dedicated server with minimum ram of 64MB (64MB of ram will be enough because squid doesn&#8217;t eat much ram)</li>
<li>Debian or Ubuntu installed on your server</li>
<li>NANO text editor installed on your server ( run &#8220;apt-get install nano&#8221; to install it if you dont have it already)</li>
</ul>
<h4>Steps-</h4>
<p>Install squid on your ubuntu or debian server, issue this command over SSH</p>
<pre> apt-get install squid</pre>
<p>Then squid is successfully installed and you need to setup squid to access internet because its currently set only for localhost</p>
<p>squid&#8217;s config file is huge so we need to find some lines using nano on squid config file.</p>
<p>Issue this commands to open squid config file with NANO text editor.</p>
<pre>nano /etc/squid/squid.conf</pre>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2011/01/squid-config.jpg"><img class="alignnone size-full wp-image-1349" title="squid config" src="http://www.Ruchirablog.com/wp-content/uploads/2011/01/squid-config.jpg" alt="squid config Setup Squid as a HTTP proxy to browse blocked web sites!" width="734" height="422" /></a></p>
<p>On there we need to add 2 lines to configure this for our personal use.</p>
<p>You can add then on top of the page. those 2 lines are</p>
<pre>http_access allow all

http_access allow localnet</pre>
<p>Here is the squid.conf file after adding that 2 lines</p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2011/01/squid-modified-conf.jpg"><img class="alignnone size-full wp-image-1354" title="squid modified conf" src="http://www.Ruchirablog.com/wp-content/uploads/2011/01/squid-modified-conf.jpg" alt="squid modified conf Setup Squid as a HTTP proxy to browse blocked web sites!" width="672" height="419" /></a></p>
<p>So that&#8217;s it on server side. Restart squid to load our configuration.</p>
<pre> restart squid</pre>
<p>Like I said previously on this guide I&#8217;m not focused on setting up security for squid like adding ACL (Access Control Lists) to prevent other users using your proxy etc.</p>
<p>But this is 1000 times better than setting up a php web based proxy to browse the web.</p>
<p>While server side setup complete we need to setup our web browsers to use our proxy. I think you are probably using firefox to browse the web so here is the configuration for firefox for other programs you can use the same.</p>
<p>On firefox navigate to Tools=&gt;Options=&gt;Advanced=&gt;Network=&gt;Settings=&gt;Manual Proxy Configuration</p>
<p>On that page enter your IP address that squid is installed and port as 3128 because we didn&#8217;t changed the default squid port. Also click the checkbox &#8220;Use this proxy server for all protocols&#8221;</p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2011/01/firefox-settings.jpg"><img class="alignnone size-full wp-image-1355" title="firefox settings" src="http://www.Ruchirablog.com/wp-content/uploads/2011/01/firefox-settings.jpg" alt="firefox settings Setup Squid as a HTTP proxy to browse blocked web sites!" width="456" height="484" /></a></p>
<p>Thats it! <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile Setup Squid as a HTTP proxy to browse blocked web sites!" class='wp-smiley' title="Setup Squid as a HTTP proxy to browse blocked web sites!" /> </p>
<p>Note that</p>
<ul>
<li>We didn&#8217;t setup Access Control Lists so any one who knows your squid server ip address and port can use your proxy.</li>
<li>When choosing a server for setting up squid for your use try to get a server which gives lowest ping times for your location which will help you to browse more fast.</li>
</ul>
<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/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/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/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/setup-squid-as-http-proxy-to-view-blocked-web-sites/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Get Amazon EC2 instance free with ubuntu 10</title>
		<link>http://www.Ruchirablog.com/amazon-ec2-instance-free-ubuntu-10/</link>
		<comments>http://www.Ruchirablog.com/amazon-ec2-instance-free-ubuntu-10/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 09:02:15 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=1187</guid>
		<description><![CDATA[Ubuntu 10.10 Maverick Meerkat was released few days ago and yes I have upgraded my Lucid Lynx to Meerkat 2 days ago so now this blog runs on Ubuntu 10.10 Maverick meerkat and I have dropped centos on all of my servers because ubuntu is great and stable. So the news is now Ubuntu team [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Ubuntu 10.10 Maverick Meerkat was released few days ago and yes I have upgraded my Lucid Lynx to Meerkat 2 days ago so now this blog runs on Ubuntu 10.10 Maverick meerkat and I have dropped centos on all of my servers because ubuntu is great and stable.</p>
<p>So the news is now Ubuntu team is giving out free trial of Ubuntu 10 cloud on Amazon EC2 instance for 1 hour. Its great if you want to try out Ubuntu 10 and amazon EC2 cloud instance how ever you don&#8217;t get the abilities to scale up your cloud and amazon ec2 control panel access. You will get EC2 instance with 1.7GB of ram for 1 hour to try our things on EC2 cloud.</p>
<p><img src="http://cdn.ruchirablog.com/free-ec2.jpg" alt="free ec2 Get Amazon EC2 instance free with ubuntu 10"  title="Get Amazon EC2 instance free with ubuntu 10" /><br />
<a href="https://10.cloud.ubuntu.com/"></a></p>
<p><a href="https://10.cloud.ubuntu.com/"><span id="more-1187"></span><br />
Click here to signing up for free instance </a></p>
<p>You will have to sign in for ubuntu account or you can create a account for free after signing in you can request EC2 instance and you can try installing wordpress automatically on the cloud when ordering-</p>
<p><img src="http://cdn.ruchirablog.com/ubuntu-in-cloud.jpg" alt="ubuntu in cloud Get Amazon EC2 instance free with ubuntu 10"  title="Get Amazon EC2 instance free with ubuntu 10" /></p>
<p>After requesting your EC2 will be built and it will take up about 5 minutes to complete-</p>
<p><img src="http://cdn.ruchirablog.com/ubuntu-10-cloud.jpg" alt="ubuntu 10 cloud Get Amazon EC2 instance free with ubuntu 10"  title="Get Amazon EC2 instance free with ubuntu 10" /></p>
<p>Then you can SSH in to your amazon EC2 instance and start exploring the EC2 for a hour! <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile Get Amazon EC2 instance free with ubuntu 10" class='wp-smiley' title="Get Amazon EC2 instance free with ubuntu 10" /> </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/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/linode-xen-vps-review/" title="Linode XEN VPS review">Linode XEN VPS review</a></li><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/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/amazon-ec2-instance-free-ubuntu-10/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Net4Ever.eu VPS review</title>
		<link>http://www.Ruchirablog.com/net4evereu-vps-review/</link>
		<comments>http://www.Ruchirablog.com/net4evereu-vps-review/#comments</comments>
		<pubDate>Mon, 11 Oct 2010 07:01:33 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[net4ever]]></category>
		<category><![CDATA[net4ever reviews]]></category>
		<category><![CDATA[vps reviews]]></category>
		<category><![CDATA[web host review]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=1165</guid>
		<description><![CDATA[Recently Net4Ever CEO contacted me about reviewing their shared hosting service after trying for some months because he said most customers thinks that its oversold because the low price. But I don&#8217;t had time for reviewing shared hosting because all of my sites require more than shared hosting.Those times I was needed a VPS for [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Recently<a href="http://www.net4ever.eu"> Net4Ever</a> CEO contacted me about reviewing their shared hosting service after trying for some months because he said most customers thinks that its oversold because the low price. But I don&#8217;t had time for reviewing shared hosting because all of my sites require more than shared hosting.Those times I was needed a VPS for try out one of my new project. So I asked Branko (CEO of <a href="http://www.net4ever.eu">Net4Ever</a>) that if he can supply VPS I can write a review after sometime. So he agreed to provide a vps for 6 months of testing. And he asked which location that I want to place my VPS. He offers 2 locations Germany,USA and 3 data centers in USA Softlayer Data center. I thought I must try Germany for my new project because Germany gives me low latency that USA data centers. The setup was instant and I received login details in less than a minute.</p>
<p>The VPS control panel is FluidVM and its very nice stable control panel these days.<br />
<img src="http://cdn.ruchirablog.com/Net4ever-vps.jpg" alt="Net4ever vps Net4Ever.eu VPS review"  title="Net4Ever.eu VPS review" /></p>
<p><span id="more-1165"></span></p>
<p>And the initial expressions was great because there are many OS install options to choose from.</p>
<ul>
<li><strong>AltLinux 2006.09.14 &#8211; 32 bit</strong></li>
<li><strong>Arch Linux 2006.09.14 &#8211; 32 bit &#8211; RemoteDektop (NX)</strong></li>
<li><strong> </strong><strong>Arch Linux 2010.05 &#8211; 32 bit</strong><strong> </strong></li>
<li><strong>Arch Linux 2010.05 &#8211; 64 bit</strong></li>
<li><strong>CentOS 5 &#8211; 32 bit</strong></li>
<li><strong>CentOS 5 &#8211; 32 bit &#8211; Kloxo</strong></li>
<li><strong>CentOS 5 &#8211; 64 bit</strong></li>
<li><strong>CentOS 5 &#8211; 64 bit &#8211; cPanel</strong></li>
<li><strong>Debian 5 &#8211; 32 bit</strong></li>
<li><strong>Debian 5 &#8211; 32 bit &#8211; Minimal</strong></li>
<li><strong>Debian 5 &#8211; 64 bit</strong></li>
<li><strong>FedoraCore 12 &#8211; 32 bit</strong></li>
<li><strong>FedoraCore 12 &#8211; 64 bit</strong></li>
<li><strong>FedoraCore 12 &#8211; 64 bit &#8211; RemoteDektop (NX)</strong></li>
<li><strong>openSUSE &#8211; 64 bit</strong></li>
<li><strong>Slackware 13 &#8211; 32 bit</strong></li>
<li><strong>Ubuntu 10.04 &#8211; 32 bit</strong></li>
<li><strong>Ubuntu 10.04 &#8211; 32 bit &#8211; RemoteDektop (NX)</strong></li>
<li><strong>Ubuntu 9.04 &#8211; 32 bit</strong></li>
<li><strong>Ubuntu 9.04 &#8211; 64 bit</strong></li>
<li><strong>Ubuntu 9.10 &#8211; 32 bit</strong></li>
<li><strong>Ubuntu 9.10 &#8211; 64 bit</strong></li>
</ul>
<p>Yes that&#8217;s lots of options. And this is the first time that I ever seen this much of OS install options. I choose Centos 32bit kloxo for my project. And using it since and i must say that I never seen any downtime. Network speed is great. Most of people use Linux bench to benchmark the linux systems. But I&#8217;m using a different method <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_razz.gif' alt="icon razz Net4Ever.eu VPS review" class='wp-smiley' title="Net4Ever.eu VPS review" />  . Even the CPU and RAM works nice the main thing affect for your VPS is Network speeds because even you have 8GB RAM in your system if the network cant provide good stability and speeds the performance will be poor.</p>
<p>So I ran<a href="http://www.ruchirablog.com/how-to-install-torrentflux-on-centos-5-5/" target="_blank"> Torrentflux </a>to inspect what kind of network speeds that I can utilize all the times. I think running torrentflux is the best way to monitor the network performance for long time. And yes this is illegal in United states servers and most of webhosts. I hope Net4Ever won&#8217;t be angry because I ran torrentflux but its some kind of way that I test performance of servers. And I ran torrentflux with private torrent tracker for 72Hours uploading and downloading consistently.</p>
<p>The best thing is I was able to get more than 5MB/s (yes its MB/s not Mbps) in both direction uploading and downloading all the time! Its damn great speeds because their main node on 1Gbps port.</p>
<h2>Conclusion-</h2>
<ul>
<li>You can get nice network speeds with Net4Ever.eu</li>
<li>Many OS templates to be choose from</li>
<li>100% of uptime for 2 months of my testing period</li>
<li>Nice support from Net4Ever team</li>
<li>Many Data Centers and locations to choose from</li>
</ul>
<h2>Important-</h2>
<ul>
<li>Do not run torrentflux on VPS because it might hurt other users in the same node</li>
</ul>
<h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://www.Ruchirablog.com/get-godaddy-domains-now/" title="Get godaddy $0.99 domains now! Hurry!">Get godaddy $0.99 domains now! Hurry!</a></li><li><a href="http://www.Ruchirablog.com/public-service-ads-smashing-adsense-today/" title="Public Service Ads smashing out adsense today">Public Service Ads smashing out adsense today</a></li><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/about-downtime/" title="About that downtime">About that downtime</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/net4evereu-vps-review/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Integrating memcached to wordpress</title>
		<link>http://www.Ruchirablog.com/intergrating-memcached-to-wordpress/</link>
		<comments>http://www.Ruchirablog.com/intergrating-memcached-to-wordpress/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 08:23:07 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[deamon]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[memcached]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=1154</guid>
		<description><![CDATA[If you have busy site which gets thousands of visitors a day you might be having a hard time managing your server load. If you are using apache it makes it harder. The best decision is moving to nginx or lighttpd. If Im the one who manage the server Ill choose Nginx because its little [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>If you have busy site which gets thousands of visitors a day you might be having a hard time managing your server load. If you are using apache it makes it harder. The best decision is moving to nginx or lighttpd. If Im the one who manage the server Ill choose Nginx because its little bit ahead of lighttpd.</p>
<ul>
<li>If you are newbie for nginx read my guide for installing nginx with all the necessary packages- http://www.ruchirablog.com/nginxmysqlphpfpm-auto-installer-centos-5-debian/</li>
</ul>
<p>Nginx beats apache in all aspects. Some people using Nginx as reverse proxy to apache its good solution but all the dynamic php content is handled by apache. This 2010 and most of the sites are dynamic !</p>
<p style="text-align: center;"><img class="aligncenter" src="http://cdn.ruchirablog.com/this-is-2010.jpg" alt="this is 2010 Integrating memcached to wordpress"  title="Integrating memcached to wordpress" /></p>
<ul>
<li>Now lets get to the topic</li>
<li><span id="more-1154"></span></li>
</ul>
<p>This is guide for using memcached with wordpress but this guide doesn&#8217;t cover how to install memcached ill explain that later! or please search google about installing memcached for your desired linux OS version.</p>
<p>So I&#8217;m assuming that you have installed Memcached with PHP memcached module,</p>
<ul>
<li>There are 2 popular wordpress plugins for use with memcached!</li>
</ul>
<ol>
<li>WP Memcached Manager http://wordpress.org/extend/plugins/wp-memcached-manager/ ( For viewing memcached data without log in to SSH)</li>
<li>W3 Total Cache http://wordpress.org/extend/plugins/w3-total-cache/ ( Must need for integration)</li>
</ol>
<p>&#8220;WP Memcached Manager&#8221; is not necessary but it can be used to view some useful information about work of your memcached deamon. here is a screenshot of wp memcached manager installed on my blog-</p>
<p><img src="http://cdn.ruchirablog.com/ruchirablog-memcached.jpg" alt="ruchirablog memcached Integrating memcached to wordpress"  title="Integrating memcached to wordpress" /></p>
<p>You can install both of those plugins normally just use automatic plugin installer which is built in to wordpress!</p>
<p>And check your memcached deamon is running with wp memcached manager! Its very easy to configure wp memcached manager you just need to enter the ip and the port of your memcached deamon.</p>
<p>So if its running you need to disable any other caching plugins like WP-SuperCache and HyperCache which you used previously.</p>
<ul>
<li>Note- WP-Supercache is the best plugin out there for wordpress caching but unfortunately WP-Super cache only provide few options to work with memcached and it will not work correctly for most of the blog which use memcached</li>
</ul>
<p>Then you need to configure W3-TotalCache to communicate with memcached deamon so w4 total cache will start storing your cached objects in memcached instance instead of disk.</p>
<p>Go to W3 total cache config page and run a compatibility check to ensure all the things are ok.<br />
<img src="http://cdn.ruchirablog.com/memcached-compatibility.jpg" alt="memcached compatibility Integrating memcached to wordpress"  title="Integrating memcached to wordpress" /></p>
<ul>
<li>W3 Total Cache will detect if you have installed memcached and then you only need to configure the option &#8220;Memcached&#8221; from check boxes.</li>
</ul>
<p><img src="http://cdn.ruchirablog.com/w3-total-cache-memcached.jpg" alt="w3 total cache memcached Integrating memcached to wordpress"  title="Integrating memcached to wordpress" /></p>
<p>So memcached will be used from now to cache your website. You can load your web site and view source to see its work!</p>
<p><img src="http://cdn.ruchirablog.com/ruchirablog-using-memcached.jpg" alt="ruchirablog using memcached Integrating memcached to wordpress"  title="Integrating memcached to wordpress" /></p>
<p>Performance comparison Later! <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile Integrating memcached to wordpress" class='wp-smiley' title="Integrating memcached to wordpress" /> </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-xen-vps-review/" title="Linode XEN VPS review">Linode XEN VPS review</a></li><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/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/intergrating-memcached-to-wordpress/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>About that downtime</title>
		<link>http://www.Ruchirablog.com/about-downtime/</link>
		<comments>http://www.Ruchirablog.com/about-downtime/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 08:17:00 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[LOL]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[downtime]]></category>
		<category><![CDATA[fail]]></category>
		<category><![CDATA[linode]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=1143</guid>
		<description><![CDATA[Hmm I know you probably noticed the last down time happened few hours ago. Thats because I crazily wanted to tune my blog to get maximum loading speed. Grrrr. What I had before, I was installed centos 5.5+Nginx+PHP-FPM+Memcached on linode and trust me it was very fast. But I always wanted to tweak it to [...]]]></description>
			<content:encoded><![CDATA[<p></p><p style="text-align: center;">Hmm I know you probably noticed the last down time happened few hours ago. <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_sad.gif' alt="icon sad About that downtime" class='wp-smiley' title="About that downtime" />  Thats because I crazily wanted to tune my blog to get maximum loading speed. Grrrr.<br />
<img class="aligncenter" src="http://cdn.ruchirablog.com/downtime.png" alt="downtime About that downtime"  title="About that downtime" /></p>
<p style="text-align: center;">
<ul>
<li>What I had before,</li>
</ul>
<p>I was installed centos 5.5+Nginx+PHP-FPM+Memcached on linode and trust me it was very fast. But I always wanted to tweak it to go further. Pingdom said that front page was loading at average of 4.5 seconds and it is pretty fast and beating most of CDN enabled sites out there! <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_razz.gif' alt="icon razz About that downtime" class='wp-smiley' title="About that downtime" />  But hey I wanted to load pages in 2sec :EVIL</p>
<ul>
<li>What you did to get 2sec load time</li>
</ul>
<p>I signed up fro amazon s3 and cloudfront to move my theme files and media files to edgecast cloud storage. Then started to move files to CDN with &#8220;W3 Total Cache&#8221; wordpress plugin and saw that some of images on my posts were pointing to amazon cloudfront domain instead of my own Cname domain. And also some of images were broken during upload. So I decided to get back to old state by restoring from a complete linux disk image backup made few hours ago.  And clicked &#8220;Restore&#8221;</p>
<ul>
<li>Then what happened</li>
</ul>
<p><span id="more-1143"></span></p>
<p>Things begun to change after this. The restoring process didn&#8217;t correctly deployed to disk and resulting the files got malfunctioned. OS really started but files got really messed up. Then I was so upset and  went ahead to try another backup image done 2 days ago and clicked &#8220;Restore&#8221; again. <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_sad.gif' alt="icon sad About that downtime" class='wp-smiley' title="About that downtime" />  Sad thing is that backup image is malfunctioned also!</p>
<ul>
<li>Then?</li>
</ul>
<p>I had to completely reinstall everything from scratch. This time I went with ubuntu lucid lynx instead of centos 5.5 because I always wanted to try Ubuntu because lots of guys recommended it! So after about 16 hours RuchiraBlog is back on business! <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile About that downtime" class='wp-smiley' title="About that downtime" /> </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/dolph-ziggler-619-fail/" title="Dolph Ziggler 619 fail">Dolph Ziggler 619 fail</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/hosting-journey/" title="My hosting journey">My hosting journey</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/about-downtime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Experience the cloud servers for free! 14 day trial!</title>
		<link>http://www.Ruchirablog.com/experience-the-cloud-servers-for-free/</link>
		<comments>http://www.Ruchirablog.com/experience-the-cloud-servers-for-free/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 15:15:42 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[cloud computing]]></category>
		<category><![CDATA[cloud for free]]></category>
		<category><![CDATA[cloud server]]></category>
		<category><![CDATA[free cloud computing]]></category>
		<category><![CDATA[free cloud server]]></category>
		<category><![CDATA[free computing]]></category>
		<category><![CDATA[free vnc server]]></category>
		<category><![CDATA[sigmacloud review]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=1100</guid>
		<description><![CDATA[Its very interesting to know about cloud computing and use it. These days most of resource hog high visitor web apps and web sites use Could services like Amazon EC2 to speed up their services. If you are web site administrator and like to work with linux maybe you will probably like to experience the [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.Ruchirablog.com/wp-content/uploads/2010/09/cloud-servers.jpg"><img class="aligncenter size-full wp-image-1101" title="cloud servers" src="http://www.Ruchirablog.com/wp-content/uploads/2010/09/cloud-servers.jpg" alt="cloud servers Experience the cloud servers for free! 14 day trial!" width="572" height="533" /></a></p>
<p>Its very interesting to know about cloud computing and use it. These days most of resource hog high visitor web apps and web sites use Could services like Amazon EC2 to speed up their services. If you are web site administrator and like to work with linux maybe you will probably like to experience the could servers. Well CloudSigma now offers free 14 day trial of their cloud servers.</p>
<p>You can simly signup it doesnt asks for credit card information or that kind of thing for activation you just need to verify your order by phone( Confirm the code that cloudsigma send you via automated call or sms ). Just signup and Fedora is installed on default and you can build server with new OS with ease. You can choose many operating systems to install and some of them provide Remote Desktop access without messing up with linux ( You just need to install VNC client like tightVNC in your pc and use the login data which cloudsigma gives you to logon).</p>
<p><span id="more-1100"></span></p>
<p>I have tested cloudsigma download network speed and always got more than 7Mbps. So its great. So if you want to try our cloud servers just signup here- <a href="https://cs.cloudsigma.com/accounts/signup/" target="_blank"> https://cs.cloudsigma.com/accounts/signup/</a></p>
<p>After signing up you will instantly receive a detail email to log on to your cloud server.</p>
<p>Here is a part of email that I received-</p>
<blockquote><p>You have received an initial free trial period to evaluate our service,  you will see your free capacity has already been credited to your  account when you first login. During the trial period, you will need to  log in at least once per week to keep your free capacity live. There is  no such restriction for paid capacity. You will receive the following  free capacity:</p>
<p>Trial account length:  14 days<br /> CPU:  3.91 GHz<br /> RAM:  4.88 GB<br /> Storage:  100 GB<br /> Bandwidth- incoming: 10GB (total)<br /> Bandwidth- outgoing: 10GB (total)<br /> Static IP addresses: 1<br /> Dynamic IP addresses: Unlimited<br /> VLAN: 1</p>
</blockquote>
<h3  class="related_post_title">Other posts you might feel interesting</h3><ul class="related_post"><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/experience-the-cloud-servers-for-free/feed/</wfw:commentRss>
		<slash:comments>7</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 54/77 queries in 0.049 seconds using memcached
Object Caching 2525/2535 objects using memcached

Served from: www.ruchirablog.com @ 2012-02-05 10:51:13 -->
