<?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; Softwares</title>
	<atom:link href="http://www.Ruchirablog.com/category/softwares/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>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>How to Mount android phone&#8217;s memory as a disk drive via wifi</title>
		<link>http://www.Ruchirablog.com/how-to-mount-android-phones-memory-like-disk-drive-wifi/</link>
		<comments>http://www.Ruchirablog.com/how-to-mount-android-phones-memory-like-disk-drive-wifi/#comments</comments>
		<pubDate>Tue, 05 Jul 2011 17:06:46 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[guides]]></category>
		<category><![CDATA[hard drive]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[mount external sd as network drive via wifi]]></category>
		<category><![CDATA[wifi]]></category>
		<category><![CDATA[windows 7]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=1525</guid>
		<description><![CDATA[Have you ever wondered about a great feature which lets you to copy photos,videos,music and stuff wirelessly to your phone while you are on home or work? I know that now you will think about bluetooth file transfer but its so slow can even think about copying a movie to your phone from your pc. [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Have you ever wondered about a great feature which lets you to copy photos,videos,music and stuff wirelessly to your phone while you are on home or work? I know that now you will think about bluetooth file transfer <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_razz.gif' alt="icon razz How to Mount android phones memory as a disk drive via wifi " class='wp-smiley' title="How to Mount android phones memory as a disk drive via wifi " />  but its so slow can even think about copying a movie to your phone from your pc.</p>
<p>If you have a Android handset and Wifi connection on your pc you are lucky. I&#8217;m going to show you are very easy way which I found about 10 minutes ago to mount your phone&#8217;s internal memory and external SD card via wifi on your windows Vista or 7 PC.</p>
<p>It simply means that you can access your phone memory just like you access it when you plug USB cable in mass storage mode. Yes in this method the memory will show up as a drive on your pc which you can behave like you are accessing it on mass storage mode! So lets get to the topic,</p>
<p><span id="more-1525"></span></p>
<p>What you need-</p>
<ul>
<li>Android Phone</li>
<li>of course you need to have wifi on your phone</li>
<li>Wifi access on your pc</li>
<li>Simple and small app called swiftp ( Wait its free)<a href="https://market.android.com/search?q=swiftp"> https://market.android.com/search?q=swiftp</a></li>
</ul>
<p>Just install that app and setup it. Here are my install screenshots</p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2011/07/swiftp1.png"><img class="alignleft size-full wp-image-1529" title="swiftp" src="http://www.Ruchirablog.com/wp-content/uploads/2011/07/swiftp1.png" alt="swiftp1 How to Mount android phones memory as a disk drive via wifi " width="240" height="400" /></a><a href="http://www.Ruchirablog.com/wp-content/uploads/2011/07/swiftp-setup1.png"><img class="size-full wp-image-1528 aligncenter" title="swiftp setup" src="http://www.Ruchirablog.com/wp-content/uploads/2011/07/swiftp-setup1.png" alt="swiftp setup1 How to Mount android phones memory as a disk drive via wifi " width="240" height="400" /></a></p>
<p>Note- If you are running Android Froyo on your phone change the default path as shown in the right corner picture &#8220;/mnt/sdcard/&#8221; leave the default one for gingerbread.  After giving a user name and password of your choice press Save and Start</p>
<p>Now it will show you the wifi url and you can visit it on your PC&#8217;s web browser visit the url and when it asks for user name and password give your predefined username and password on it. You can use any kind of computer which is on your network for this because its just a FTP url and its accessible via any FTP supported web browser on your network.</p>
<p>And as final step lets move on to mounting this as a drive on your windows pc.</p>
<ol>
<li> Right click on the My Computer icon on your pc and chose the &#8220;Map Network Drive..&#8221; option.</li>
</ol>
<p>2.  Then you will get a window like this and on it click highlighted thing on red</p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2011/07/map-network-drive.jpg"><img class="alignleft size-full wp-image-1530" title="map network drive" src="http://www.Ruchirablog.com/wp-content/uploads/2011/07/map-network-drive.jpg" alt="map network drive How to Mount android phones memory as a disk drive via wifi " width="621" height="459" /></a></p>
<p>Then you will be asked to complete a simple wizard and it will ask for your wifi url, username and password you defined. And now you are complete.</p>
<p>Final result-<br />
<a href="http://www.Ruchirablog.com/wp-content/uploads/2011/07/vibrant.jpg"><img class="alignleft size-full wp-image-1531" title="vibrant" src="http://www.Ruchirablog.com/wp-content/uploads/2011/07/vibrant.jpg" alt="vibrant How to Mount android phones memory as a disk drive via wifi " width="440" height="253" /></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/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/employ-android-devices-gyroscope-shaky-tower/" title="Employ your Android devices gyroscope! Shaky tower!">Employ your Android devices gyroscope! Shaky tower!</a></li><li><a href="http://www.Ruchirablog.com/what-is-google-panda/" title="What is Google Panda?">What is Google Panda?</a></li><li><a href="http://www.Ruchirablog.com/google-finally-updated-page-rank/" title="Google finally updated page rank  :)">Google finally updated page rank  :)</a></li><li><a href="http://www.Ruchirablog.com/pagerank-updates-2010/" title="Pagerank updates 2010">Pagerank updates 2010</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/how-to-mount-android-phones-memory-like-disk-drive-wifi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to count mouse clicks</title>
		<link>http://www.Ruchirablog.com/count-mouse-clicks/</link>
		<comments>http://www.Ruchirablog.com/count-mouse-clicks/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 15:41:23 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[counters]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=1459</guid>
		<description><![CDATA[Ever wondered how many clicks that you do everyday with your PC? It can be thousands for me its about 300 per hour when I&#8217;m browsing web. How to find that? Well I found a simple .exe file which stays on your task bar when you run it and when you move your mouse pointer [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Ever wondered how many clicks that you do everyday with your PC? It can be thousands for me its about 300 per hour when I&#8217;m browsing web. How to find that? Well I found a simple .exe file which stays on your task bar when you run it and when you move your mouse pointer on top of the star icon it will show how many Left,Right,Middle clicks that you done since start up of the program.</p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2011/04/click-counts.jpg"><img class="aligncenter size-full wp-image-1460" title="click counts" src="http://www.Ruchirablog.com/wp-content/uploads/2011/04/click-counts.jpg" alt="click counts How to count mouse clicks" width="184" height="123" /></a></p>
<p>Its just 191KB single file .exe program and wont eat any resources of your pc. And you just run it when you need to count and like I said it will show stats when you hover mouse on top of it.</p>
<p>Download file here- <a href="http://www.ruchirablog.com/downloads/ClickCounter.rar" target="_blank">www.ruchirablog.com/downloads/ClickCounter.rar</a> ( Fully virus free and tested )</p>
<p>Care to share your click counts in comments <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile How to count mouse clicks" class='wp-smiley' title="How to count mouse clicks" /> </p>
<h3  class="related_post_title">Random Posts</h3><ul class="related_post"><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><li><a href="http://www.Ruchirablog.com/twitter-worth/" title="How much does your Twitter worth?">How much does your Twitter worth?</a></li><li><a href="http://www.Ruchirablog.com/free-mastercard/" title="Get a free mastercard ">Get a free mastercard </a></li><li><a href="http://www.Ruchirablog.com/track-online-users-live-wordpress-blog/" title="Track online users live in your wordpress blog! ">Track online users live in your wordpress blog! </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></ul>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/count-mouse-clicks/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Chinaman! Best soundboard Ever! Prank call superstar</title>
		<link>http://www.Ruchirablog.com/chinaman-soundboard-prank/</link>
		<comments>http://www.Ruchirablog.com/chinaman-soundboard-prank/#comments</comments>
		<pubDate>Sat, 19 Mar 2011 15:21:58 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[LOL]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[chinaman]]></category>
		<category><![CDATA[prank]]></category>
		<category><![CDATA[prank calls]]></category>
		<category><![CDATA[soundboards]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=1439</guid>
		<description><![CDATA[This is hilarious and I cant stop laughing watching these videos and this soundboard makes me think of making some prank calls So whats this all about? You heard about prank calls right? But most of them aren&#8217;t  make us laugh they are boring sometimes. But believe me this &#8220;Chinaman&#8221; never made me boring listening [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><embed type="application/x-shockwave-flash" width="750" height="600" src="http://www.realmofdarkness.net/soundboards/chinaman-soundboard-2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" bgcolor="#000000"></embed>This is hilarious and I cant stop laughing watching these videos and this soundboard makes me think of making some prank calls <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_razz.gif' alt="icon razz Chinaman! Best soundboard Ever! Prank call superstar" class='wp-smiley' title="Chinaman! Best soundboard Ever! Prank call superstar" /> </p>
<p><span id="more-1439"></span></p>
<p>So whats this all about?</p>
<p>You heard about prank calls right? <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_wink.gif' alt="icon wink Chinaman! Best soundboard Ever! Prank call superstar" class='wp-smiley' title="Chinaman! Best soundboard Ever! Prank call superstar" />  But most of them aren&#8217;t  make us laugh they are boring sometimes. But believe me this &#8220;Chinaman&#8221; never made me boring listening to his calls on youtube.</p>
<p>To be more informative there is a thing called soundboard. Nothing magic but its a like little program which makes sounds when you click specific buttons on the board. Just like the buttons on Organs (key board) make drum sounds when you click them. So in this example sounds can belong to some popular characters speech. Which lets you sound like that person.</p>
<p>So in this prank call world there are many soundboards can be found which makes sounds or speech phrases of popular persons like Micheal Jackson etc.</p>
<p>Easiest way to make prank calls is using your PC because you can easily let other party hear your soundboards sounds without hooking anything up to your PC to your Phone&#8217;s microphone. You can use skype or any kind of VOIP software for this.</p>
<p>Take a look at embedded soundboard on top ( Its property of www.realmofdarkness.net ). Thats the best soundboard for prank calls which I ever found. When you click on the phrases it makes sounds. Actually you need some practice before making real prank calls using this because it needs sometime to remember where are the correct phrases to answer to other party immediately when you are on the call.</p>
<p>You can find many videos done using chinaman soundboard and other soundboards on youtube!</p>
<p>My god this is hilarious! I cant stop laughing hearing this chinaman!</p>
<p>You can find many soundboards on <a href="http://www.realmofdarkness.net">www.realmofdarkness.net</a></p>
<p><object width="500" height="400"><param name="movie" value="http://www.youtube.com/v/JgNaNuAP7cU?version=3"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/JgNaNuAP7cU?version=3" type="application/x-shockwave-flash" width="500" height="400" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://www.Ruchirablog.com/dead/" title="Am I dead?">Am I dead?</a></li><li><a href="http://www.Ruchirablog.com/guide-unlock-huawei-hsdpa-modem-free/" title="Guide to unlock any Huawei HSDPA modem for free">Guide to unlock any Huawei HSDPA modem for free</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><li><a href="http://www.Ruchirablog.com/wordpress-permalinks-lighttpd-modmagnet/" title="Wordpress permalinks with lighttpd without mod_magnet">Wordpress permalinks with lighttpd without mod_magnet</a></li><li><a href="http://www.Ruchirablog.com/nexr-time-spam-creative/" title="Next time you spam be creative like this">Next time you spam be creative like this</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/chinaman-soundboard-prank/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ruchirablog gets new design for 2011 :)</title>
		<link>http://www.Ruchirablog.com/ruchirablog-newdesign-2011/</link>
		<comments>http://www.Ruchirablog.com/ruchirablog-newdesign-2011/#comments</comments>
		<pubDate>Fri, 14 Jan 2011 15:26:06 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[ruchirablog]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=1391</guid>
		<description><![CDATA[For about a year I had mystique wordpress theme on my blog and it was really nice theme! But it was too popular and used by many bloggers as their wordpress theme. So its not very good to have a theme like that for branding purposes no matter what quality things that you post eye [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>For about a year I had mystique wordpress theme on my blog and it was really nice theme! But it was too popular and used by many bloggers as their wordpress theme. So its not very good to have a theme like that for branding purposes no matter what quality things that you post eye contact will be problem there! <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile Ruchirablog gets new design for 2011 :)" class='wp-smiley' title="Ruchirablog gets new design for 2011 :)" /> </p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2011/01/ruchirablog-old.jpg"><img class="alignnone size-full wp-image-1392" title="ruchirablog old" src="http://www.Ruchirablog.com/wp-content/uploads/2011/01/ruchirablog-old.jpg" alt="ruchirablog old Ruchirablog gets new design for 2011 :)" width="714" height="518" /></a></p>
<p><span id="more-1391"></span></p>
<p>And with mystique theme I had mysql problems because in default mystique theme include recent post thingy in comments area so readers can view recent posts of auther but its querying mysql database like crazy monkey so every page load results in about 100 queries sent out to database server to get recent posts. That resulted high page generation times. Previously it took little more than 1.2 seconds to generate a post page! and also I&#8217;m getting bad results on google webmaster tool siteperformance measure It means I might be getting lower SERP&#8217;s than I should have default, Thats the real headache I had. I&#8217;m no php+css expert to comment out that queries and modify such a advanced theme like mystique and time is came to move to my own theme. <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile Ruchirablog gets new design for 2011 :)" class='wp-smiley' title="Ruchirablog gets new design for 2011 :)" /> </p>
<p>So I got Thesis wordpress framework and built the current theme with my own custom icons in past 8 hours. If you visited few hours ago you may noticed live changes because I made it all live. Thesis framework is amazing and Ill save about it for later.</p>
<p>I always wanted to make simple theme like <a href="http://www.lowendbox.com" target="_blank">Lowendbox</a> , <a href="http://www.hostingfu.com">HostingFu</a> does. Current theme is not 100% complete but this is it! <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile Ruchirablog gets new design for 2011 :)" class='wp-smiley' title="Ruchirablog gets new design for 2011 :)" /> </p>
<h4><span style="text-decoration: underline;">Results</span></h4>
<ul>
<li>Page generation time for page load become less than 0.2 seconds (BIG UP) <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile Ruchirablog gets new design for 2011 :)" class='wp-smiley' title="Ruchirablog gets new design for 2011 :)" /> </li>
<li>Low Mysql queries! most of the time less than 30 for each post!</li>
<li>Low bandwidth, No huge graphics, more text oriented and 70% Gzip compression with nginx</li>
<li>Helps me to rank better on google because pagespeed is now golden rule!</li>
</ul>
<h4><span style="text-decoration: underline;">Some Information</span></h4>
<ul>
<li>Theme built on thesis platform</li>
<li>Fonts used are obtained from google library vis API</li>
<li>Using 28 wordpress plugins for now <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile Ruchirablog gets new design for 2011 :)" class='wp-smiley' title="Ruchirablog gets new design for 2011 :)" /> </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/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/contact-forms-captcha-good-idea/" title="Contact forms without captcha doesn&#8217;t seem to be good idea!">Contact forms without captcha doesn&#8217;t seem to be good idea!</a></li><li><a href="http://www.Ruchirablog.com/day-ruchirablog-got-ownd/" title="Day that Ruchirablog got OWND">Day that Ruchirablog got OWND</a></li><li><a href="http://www.Ruchirablog.com/wordpress-bad-behavior-plugin-blocks-legitimate-bots/" title="Wordpress Bad Behavior plugin blocks legitimate bots">Wordpress Bad Behavior plugin blocks legitimate bots</a></li><li><a href="http://www.Ruchirablog.com/valuable-wordpress-plugin/" title="Most valuable wordpress plugin ever!">Most valuable wordpress plugin ever!</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/ruchirablog-newdesign-2011/feed/</wfw:commentRss>
		<slash:comments>9</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>Is cloudflare really good solution?</title>
		<link>http://www.Ruchirablog.com/cloudflare-good-solution/</link>
		<comments>http://www.Ruchirablog.com/cloudflare-good-solution/#comments</comments>
		<pubDate>Fri, 24 Dec 2010 13:53:51 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<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[cloud]]></category>
		<category><![CDATA[cloudflare]]></category>
		<category><![CDATA[cloudflare review]]></category>
		<category><![CDATA[hosting]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=1330</guid>
		<description><![CDATA[Cloud is the future and they says that Dedicated servers not reliable cloud cloud cloud its everywhere! How about cloud security + content delivery solution? Yes cloudflare is the rising star on that subject. Even providing free accounts so cant complain at all. Well I thoght hey I should checkout this with my blog. Then [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Cloud is the future and they says that Dedicated servers not reliable cloud cloud cloud its everywhere!</p>
<p>How about cloud security + content delivery solution? Yes cloudflare is the rising star on that subject. Even providing free accounts so cant complain at all.</p>
<p><img src="http://www.cloudflare.com/media/images/overview/illustration.jpg" alt="illustration Is cloudflare really good solution?"  title="Is cloudflare really good solution?" /></p>
<p>Well I thoght hey I should checkout this with my blog. Then I have visited cloudflare.com to find out more details about the service. And I was able to open cloudflare web site normally.( I think cloudflare is using their solution for their web site too, why not isnt it? <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_razz.gif' alt="icon razz Is cloudflare really good solution?" class='wp-smiley' title="Is cloudflare really good solution?" />  )</p>
<p><span id="more-1330"></span></p>
<p>Then I navigated to testimonials page and tried viewing one of web site. It loaded like normally and its not a blog. So I have looked for other testimonials to find a blog using cloudflare.</p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2010/12/cloudflare-testimonials.jpg"><img class="alignnone size-full wp-image-1332" title="cloudflare-testimonials" src="http://www.Ruchirablog.com/wp-content/uploads/2010/12/cloudflare-testimonials.jpg" alt="cloudflare testimonials Is cloudflare really good solution?" width="681" height="369" /></a></p>
<p>Then I found a blog using cloudflare then I decided to visit it by clicking link published on cloudflare testimonials page.</p>
<h3 style="text-align: center;"><strong>****BAM****</strong></h3>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2010/12/cloudflare-not-reliable.jpg"><img class="alignnone size-full wp-image-1333" title="cloudflare-not-reliable" src="http://www.Ruchirablog.com/wp-content/uploads/2010/12/cloudflare-not-reliable.jpg" alt="cloudflare not reliable Is cloudflare really good solution?" width="909" height="782" /></a></p>
<p>I dont know how they measured im infected? Probably like <a href="http://www.ruchirablog.com/sixxs-is-a-joke/">sixXs measure infected ips?</a></p>
<ul>
<li>
<h3>Whats disappointing?</h3>
</li>
</ul>
<p>When I tried first result on testimonials page I was successfully able to view the site without this funny message! But when I tried another BAM. So is this really reliable?</p>
<p>Decide yourself!</p>
<p>Finally.</p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2010/12/cloudflare-testimonial.jpg"><img class="alignnone size-full wp-image-1334" title="cloudflare-testimonial" src="http://www.Ruchirablog.com/wp-content/uploads/2010/12/cloudflare-testimonial.jpg" alt="cloudflare testimonial Is cloudflare really good solution?" width="470" height="418" /></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/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/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/linode-xen-vps-review/" title="Linode XEN VPS review">Linode XEN VPS review</a></li><li><a href="http://www.Ruchirablog.com/10-starting-successful-webhosting/" title="10 Things you should need before starting successful webhosting business">10 Things you should need before starting successful webhosting business</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/cloudflare-good-solution/feed/</wfw:commentRss>
		<slash:comments>8</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 56/75 queries in 0.047 seconds using memcached
Object Caching 2600/2600 objects using memcached

Served from: www.ruchirablog.com @ 2012-02-05 10:52:29 -->
