<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Ruchirablog | Ruchira Sahan's Weblog!</title>
	
	<link>http://www.Ruchirablog.com</link>
	<description />
	<lastBuildDate>Thu, 23 May 2013 17:49:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Ruchirablog" /><feedburner:info uri="ruchirablog" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by/2.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by/2.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><feedburner:emailServiceId>Ruchirablog</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>How to setup SSH key based access on Google Compute Engine</title>
		<link>http://feedproxy.google.com/~r/Ruchirablog/~3/wr-CwCFReVs/</link>
		<comments>http://www.Ruchirablog.com/ssh-keys-google-compute-engine/#comments</comments>
		<pubDate>Thu, 23 May 2013 17:37:39 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Compute Engine]]></category>
		<category><![CDATA[cryptography]]></category>
		<category><![CDATA[Gcutils]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[OSX]]></category>
		<category><![CDATA[RSA]]></category>
		<category><![CDATA[SSH keys]]></category>
		<category><![CDATA[Terminal]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=2673</guid>
		<description><![CDATA[<p>If you are a Linux newbie and if you are used to Amazon EC2 or any other VPS control panels, Google Compute Engine terminal system will be confusing for you. Google Compute Engine uses Google&#8217;s own tool called gcutil tool to manage Compute Engine and its resources. Not only using it but configuring it is bit hard for [...]</p><p>The post <a href="http://www.Ruchirablog.com/ssh-keys-google-compute-engine/">How to setup SSH key based access on Google Compute Engine</a> appeared first on <a href="http://www.Ruchirablog.com">Ruchirablog | Ruchira Sahan&#039;s Weblog!</a>.</p>]]></description>
				<content:encoded><![CDATA[<p></p><p><a href="http://www.Ruchirablog.com/wp-content/uploads/2013/05/ssh-crypt.png"><img class="aligncenter size-full wp-image-2674" alt="ssh crypt How to setup SSH key based access on Google Compute Engine " src="http://www.Ruchirablog.com/wp-content/uploads/2013/05/ssh-crypt.png" width="500" height="317" title="How to setup SSH key based access on Google Compute Engine " /></a></p>
<p>If you are a Linux newbie and if you are used to Amazon EC2 or any other VPS control panels, <a href="http://www.ruchirablog.com/google-compute-benchmarks/" target="_blank">Google Compute Engine </a>terminal system will be confusing for you. Google Compute Engine uses Google&#8217;s own tool called gcutil tool to manage Compute Engine and its resources. Not only using it but<a href="https://developers.google.com/compute/docs/gcutil/" target="_blank"> configuring it </a>is bit hard for the newbies. And you wont ever need that if you are just running one or few VMs and not going to unleash the total abilities of Compute Engine.</p>
<p>There is no way to set a root password&#8217;s on VM&#8217;s from the Console like you do on control panels like SolusVM but you can use SSH keys to access the terminal without ever touching gcutils. Here&#8217;s how to do it,<span id="more-2673"></span></p>
<h3>Create SSH key pair</h3>
<p>First we need to create SSH key pair on our computer. On this guide I&#8217;ll detail how you can do this on a Linux desktop or MacOSX, I don&#8217;t have access to Windows computer at the moment to explain it on Windows. However generating key pair on Windows is very easy. Use Puttygen, Google will find you many tutorials about that.</p>
<p>Log in to your Ubuntu desktop or any other Linux or OSX computer that you use to access the Compute Engine VM&#8217;s. Open up the terminal.</p>
<p>If you never generated SSH keys before, follow the guide below. If you have generated keys before to use on any other services and never saved the keys on a safe place, entering below commands will overwrite your keys so backup the old keys first or you will loose access to previously configured servers.</p>
<p>Open up the terminal of your desktop/workstation and enter below command to generate keysssh-keygen -t rsa<br />
This will generate RSA crypto SSH keys for you and it will ask you where to save it, You can leave the default location and press enter, If your system already have configured keys it will ask to overwrite, press&#8221;y&#8221; and enter. When it asks for passphrase enter a strong password.<br />
<a href="http://www.Ruchirablog.com/wp-content/uploads/2013/05/ssh-keys1.jpg"><img class="aligncenter size-full wp-image-2676" alt="ssh keys1 How to setup SSH key based access on Google Compute Engine " src="http://www.Ruchirablog.com/wp-content/uploads/2013/05/ssh-keys1.jpg" width="700" height="386" title="How to setup SSH key based access on Google Compute Engine " /></a><br />
Now keys are generated. To view your public and private key just type</p>
<div class="codecolorer-container text railscasts" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">cat /home/ruchira/.ssh/id_rsa.pub</div></div>
<p>and</p>
<div class="codecolorer-container text railscasts" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">cat /home/ruchira/.ssh/id_rsa</div></div>
<p>Of course you need to replace the above commands with your own commands which are mentioned when you were generating the key.</p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2013/05/ssh-public-private.jpg"><img class="aligncenter size-full wp-image-2677" alt="ssh public private How to setup SSH key based access on Google Compute Engine " src="http://www.Ruchirablog.com/wp-content/uploads/2013/05/ssh-public-private.jpg" width="700" height="432" title="How to setup SSH key based access on Google Compute Engine " /></a></p>
<p>Now you need to save these keys on a safe place because if you loose these keys, you will loose access to your VM. So copy and paste these keys to text file and save it on a safer and secure place.</p>
<h3>Setup SSH keys on Compute Engine Console</h3>
<p>Its easy to setup SSH key based access on Compute Engine console. When you are creating the new instances you need to specify they keys as metadata like shown below</p>
<p>&nbsp;</p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2013/05/google-compute-metadata.jpg"><img class="aligncenter size-full wp-image-2678" alt="google compute metadata How to setup SSH key based access on Google Compute Engine " src="http://www.Ruchirablog.com/wp-content/uploads/2013/05/google-compute-metadata.jpg" width="700" height="423" title="How to setup SSH key based access on Google Compute Engine " /></a>Enter &#8220;sshKeys&#8221; on the first box of metadata and on the second box you need to add your user name that you wish to setup on the server and the public key like below and follow the normal creation process.</p>
<pre>ruchira: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCicJSPZ0nnpo2nXfNFHdrnduGhsf7fTGDkLGhzboX8AEUqk1vyA2NMr5RhlAsqobeNjMwgzsKu8yt5vKTSr/ohWDXP3YeOzLUDslS24esG2abkBTPt5dNKOcdBH1O0pvwznNLPsPzy1lqQJCywmu/bBOyfuuzlfIgsEgbKCrOLg96ju3WqriwTrCz3V8zn5DeNZSpcX7VZjm8vkoAqDNVkLhPq0he6n6tBZg7fP0Euzt3Ug8OHVaTpYLtdXzu6HemVn0jx/7WqJELiKw6QFTW3CsYlekyiUgxoETMBBGuGa/W5ZmfDoQTFCvNfwZYxw+1RkWRuFJtM9nJuhyRrY2rF ruchira@PC</pre>
<p>Congratulations you have just setup SSH key based access on Google Compute Engine. Now you can access your VM by your desktop&#8217;s terminal with the user name that you have specified on metadata. Just</p>
<div class="codecolorer-container text railscasts" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">ssh ruchira@XXXX.XXXX.XXXX.XXXX</div></div>
<p>And it will take you to your VM&#8217;s terminal console.</p>

<div class="wp_rp_wrap  wp_rp_plain" id="wp_rp_first"><div class="wp_rp_content"><h3 class="related_post_title">Other posts you might feel interesting</h3><ul class="related_post wp_rp" style="visibility: visible"><li ><a href="http://www.Ruchirablog.com/google-compute-benchmarks/" class="wp_rp_title">Google Compute Engine benchmarks </a></li><li ><a href="http://www.Ruchirablog.com/free-windows-server-2012-vps/" class="wp_rp_title">Free Windows Server 2012 VPS </a></li><li ><a href="http://www.Ruchirablog.com/google-glass-hardware/" class="wp_rp_title">Google Glass hardware </a></li><li ><a href="http://www.Ruchirablog.com/2-factor-authentication-wordpress/" class="wp_rp_title">How to enable 2 factor authentication on WordPress </a></li><li ><a href="http://www.Ruchirablog.com/view-hard-drive-smart-data-ubuntu/" class="wp_rp_title">How to view hard drive SMART data on Ubuntu with GSmartControl</a></li></ul><div class="wp_rp_footer"><a class="wp_rp_backlink" target="_blank" rel="nofollow" href="http://www.zemanta.com/?wp-related-posts">Zemanta</a></div></div></div>
<p>The post <a href="http://www.Ruchirablog.com/ssh-keys-google-compute-engine/">How to setup SSH key based access on Google Compute Engine</a> appeared first on <a href="http://www.Ruchirablog.com">Ruchirablog | Ruchira Sahan&#039;s Weblog!</a>.</p><img src="http://feeds.feedburner.com/~r/Ruchirablog/~4/wr-CwCFReVs" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/ssh-keys-google-compute-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.Ruchirablog.com/ssh-keys-google-compute-engine/</feedburner:origLink></item>
		<item>
		<title>Google Compute Engine benchmarks</title>
		<link>http://feedproxy.google.com/~r/Ruchirablog/~3/M88YEAmDBRU/</link>
		<comments>http://www.Ruchirablog.com/google-compute-benchmarks/#comments</comments>
		<pubDate>Thu, 23 May 2013 13:56:03 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Benchamrks]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[Compute Engine]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[kvm]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=2664</guid>
		<description><![CDATA[<p>Google has announced immediate availability of Google Compute Engine to the general public at the Google IO 2013. Google Compute Engine is Google&#8217;s answer to the Amazon EC2 and other cloud platforms and it lets you to run virtual machines just like Ec2 with multiple configuration options. Compute Engine instances are based on KVM virtualization whereas EC2 is [...]</p><p>The post <a href="http://www.Ruchirablog.com/google-compute-benchmarks/">Google Compute Engine benchmarks</a> appeared first on <a href="http://www.Ruchirablog.com">Ruchirablog | Ruchira Sahan&#039;s Weblog!</a>.</p>]]></description>
				<content:encoded><![CDATA[<p></p><p><a href="http://www.Ruchirablog.com/wp-content/uploads/2013/05/google-compute.jpg"><img class="aligncenter size-full wp-image-2665" alt="google compute Google Compute Engine benchmarks " src="http://www.Ruchirablog.com/wp-content/uploads/2013/05/google-compute.jpg" width="400" height="246" title="Google Compute Engine benchmarks " /></a>Google has announced immediate availability of Google Compute Engine to the general public at the Google IO 2013. Google Compute Engine is Google&#8217;s answer to the Amazon EC2 and other cloud platforms and it lets you to run virtual machines just like Ec2 with multiple configuration options. Compute Engine instances are based on KVM virtualization whereas EC2 is based on XEN. I have decided to signup and see whats inside</p>
<p>Signup page is <a href="https://cloud.google.com/products/compute-engine.html" target="_blank">here</a> and we have to start by adding billing information. Credit Card is required to signup and after signing up, you are immediately taken to the Compute Engine Console where you can create and manage instances and disks.<span id="more-2664"></span></p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2013/05/google-cosole.jpg"><img class="aligncenter size-full wp-image-2666" alt="google cosole Google Compute Engine benchmarks " src="http://www.Ruchirablog.com/wp-content/uploads/2013/05/google-cosole.jpg" width="700" height="504" title="Google Compute Engine benchmarks " /></a>You can define firewall templates and disk images prior to creating the instance. Console is very simple than the Amazon EC2 console and after selecting the instance size and OS image it creates the instance faster than the EC2 does. Availability of OS images are limited to Centos and Debian.</p>
<p>I&#8217;ll do another write up later about getting started with Compute Engine and adding SSH keys etc. I have created the smallest instance available which is named f1micro and it comes with 600MB RAM and access to 1 core.</p>
<p>Here are some of the benchmarks I done,</p>
<p><a href="http://www.ruchirablog.com/vps-connectivity-performance-benchmark/" target="_blank">Connectivity and Disk IO benchmark </a></p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2013/05/google-cloud-disk-io.jpg"><img class="aligncenter size-full wp-image-2667" alt="google cloud disk io Google Compute Engine benchmarks " src="http://www.Ruchirablog.com/wp-content/uploads/2013/05/google-cloud-disk-io.jpg" width="696" height="353" title="Google Compute Engine benchmarks " /></a></p>
<p>Network speeds is average when comparing with the 1Gbps hosts out there but as you can see its fairly consistent on all around US. Its not surprising when thinking about Google&#8217;s network. Disk IO is not that good but this is what we should expect from these small instances. Also keep in mind that this isn&#8217;t local storage, Google is using SAN to power the persistent images. But you can use scratch disks ( local storage ) while you are creating the instance but its not recommended by Google , Here is the disclaimer that you get when you try to use scratch disks</p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2013/05/scratch-disks.jpg"><img class="aligncenter size-full wp-image-2668" alt="scratch disks Google Compute Engine benchmarks " src="http://www.Ruchirablog.com/wp-content/uploads/2013/05/scratch-disks.jpg" width="486" height="257" title="Google Compute Engine benchmarks " /></a></p>
<p>I&#8217;m currently running the serverbear benchmarks on this instance and it seems that this will take very long time <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile Google Compute Engine benchmarks " class='wp-smiley' title="Google Compute Engine benchmarks " />  I&#8217;ll update this post when it finishes.</p>
<p>Update : After about 1.5 hours Serverbear test is finished. View the results <a href="http://serverbear.com/benchmark/2013/05/23/jCPK7C3F5EtEJznn" target="_blank">here </a>. UnixBench scored 410 marks which is poor but its comparable with Amazon&#8217;s micro instance. IO latency is good for a SAN setup but read/write speeds aren&#8217;t that good.</p>
<p>&nbsp;</p>
<p>I hope to write more about how you can get started on Google Compute Engine and start hosting web sites with ease. Please stay subscribed.</p>

<div class="wp_rp_wrap  wp_rp_plain" ><div class="wp_rp_content"><h3 class="related_post_title">Other posts you might feel interesting</h3><ul class="related_post wp_rp" style="visibility: visible"><li ><a href="http://www.Ruchirablog.com/vps-connectivity-performance-benchmark/" class="wp_rp_title">VPS connectivity and performance benchmark </a></li><li ><a href="http://www.Ruchirablog.com/ssh-keys-google-compute-engine/" class="wp_rp_title">How to setup SSH key based access on Google Compute Engine </a></li><li ><a href="http://www.Ruchirablog.com/how-to-setup-ec2-server/" class="wp_rp_title">How to configure and setup Amazon EC2 virtual server </a></li><li ><a href="http://www.Ruchirablog.com/change-ubuntu-ssh-root-password/" class="wp_rp_title">Quick Tips: How to change Ubuntu Root SSH password</a></li><li ><a href="http://www.Ruchirablog.com/free-windows-server-2012-vps/" class="wp_rp_title">Free Windows Server 2012 VPS </a></li></ul><div class="wp_rp_footer"><a class="wp_rp_backlink" target="_blank" rel="nofollow" href="http://www.zemanta.com/?wp-related-posts">Zemanta</a></div></div></div>
<p>The post <a href="http://www.Ruchirablog.com/google-compute-benchmarks/">Google Compute Engine benchmarks</a> appeared first on <a href="http://www.Ruchirablog.com">Ruchirablog | Ruchira Sahan&#039;s Weblog!</a>.</p><img src="http://feeds.feedburner.com/~r/Ruchirablog/~4/M88YEAmDBRU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/google-compute-benchmarks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.Ruchirablog.com/google-compute-benchmarks/</feedburner:origLink></item>
		<item>
		<title>OpenVPN Auto installer</title>
		<link>http://feedproxy.google.com/~r/Ruchirablog/~3/RxnXSA6MXtU/</link>
		<comments>http://www.Ruchirablog.com/openvpn-auto-installer/#comments</comments>
		<pubDate>Thu, 23 May 2013 08:23:59 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Softwares]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Auto installers]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[openvpn]]></category>
		<category><![CDATA[OpenVPN AS]]></category>
		<category><![CDATA[Secure Tunnel]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vpn]]></category>
		<category><![CDATA[VPS]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=2654</guid>
		<description><![CDATA[<p>Auto installers are designed to make your life easy. Installing and configuring things like Nginx and OpenVPN can be hard for novices. You can use the Nginx Autoinstaller listed on my blog if you need that, but what about OpenVPN? OpenVPN-AS is free and comes with a great web based control panel, but the problem [...]</p><p>The post <a href="http://www.Ruchirablog.com/openvpn-auto-installer/">OpenVPN Auto installer</a> appeared first on <a href="http://www.Ruchirablog.com">Ruchirablog | Ruchira Sahan&#039;s Weblog!</a>.</p>]]></description>
				<content:encoded><![CDATA[<p></p><p><a href="http://www.Ruchirablog.com/wp-content/uploads/2013/05/openvpn.jpeg"><img class="aligncenter size-full wp-image-2655" alt=" OpenVPN Auto installer " src="http://www.Ruchirablog.com/wp-content/uploads/2013/05/openvpn.jpeg" width="700" height="394" title="OpenVPN Auto installer " /></a></p>
<p>Auto installers are designed to make your life easy. Installing and configuring things like Nginx and OpenVPN can be hard for novices. You can use the <a href="http://www.ruchirablog.com/nginx-autoinstaller/" target="_blank">Nginx Autoinstaller </a>listed on my blog if you need that, but what about OpenVPN? OpenVPN-AS is free and comes with a great web based control panel, but the problem is that the free version is limited to 2 concurrent users. But that&#8217;s the way to go if you are fine with 2 user limit, You can view my <a href="http://www.ruchirablog.com/install-openvpn-ubuntu/" target="_blank">OpenVPN-AS setup guide</a> here.</p>
<p>If you don&#8217;t like the 2 user limit on OpenVPN-AS you can install regular OpenVPN but it requires little bit of work, it has no limits on users and you and your friends or clients can use the same VPN concurrently. I have found a great OpenVPN auto install script on github and I thought about sharing it with you. You can find it<a href="https://github.com/Nyr/openvpn-install" target="_blank"> here </a> installing it is very easy. See below<span id="more-2654"></span><a href="https://github.com/Nyr/openvpn-install" target="_blank"><br />
</a></p>
<h3>Requirements</h3>
<ul>
<li><span style="line-height: 13px;">VPS or Dedi with 64MB of RAM or above</span></li>
<li>TUN/TAP enabled if its OpenVZ ( see below )</li>
<li>Debian , Ubuntu or any Debian derived distros are supported</li>
</ul>
<h3>Installing</h3>
<p>If you are using a OpenVZ VPS make sure to enable TUN/TAP from your VPS control panel like below</p>
<p><img alt="tun tap OpenVPN Auto installer " src="http://www.ruchirablog.com/wp-content/uploads/2013/05/tun-tap.jpg" title="OpenVPN Auto installer " /></p>
<p>Log in to the terminal and run the below command to download the installer and install</p>
<div class="codecolorer-container text railscasts" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">cd /home</div></div>
<div class="codecolorer-container text railscasts" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">wget https://raw.github.com/Nyr/openvpn-install/master/openvpn-install.sh; chmod +x openvpn-install.sh; ./openvpn-install.sh</div></div>
<p>While its running it will ask for simple details such as the port you want to run , your name to generate the certs,</p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2013/05/openvpn-autoinstaller.jpg"><img class="aligncenter size-full wp-image-2658" alt="openvpn autoinstaller OpenVPN Auto installer " src="http://www.Ruchirablog.com/wp-content/uploads/2013/05/openvpn-autoinstaller.jpg" width="700" height="449" title="OpenVPN Auto installer " /></a></p>
<p>Answer to the questions and you are done, After it finishes installing it will display the success page</p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2013/05/openvpn-installer.jpg"><img class="aligncenter size-full wp-image-2659" alt="openvpn installer OpenVPN Auto installer " src="http://www.Ruchirablog.com/wp-content/uploads/2013/05/openvpn-installer.jpg" width="700" height="143" title="OpenVPN Auto installer " /></a></p>
<p>That&#8217;s it. Now you can SCP or SFTP ( <a href="http://www.ruchirablog.com/upload-files-without-ftp/" target="_blank">here&#8217;s</a> how to SFTP with filezilla ) in to your server and download the client config file from the /home directory.</p>
<p>Extract the file and you will find the certs and keys that you need to use to connect.</p>
<h3>Adding more users</h3>
<p>Adding more users to this is very easy just run the installer again</p>
<div class="codecolorer-container text railscasts" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">./openvpn-install.sh</div></div>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2013/05/openvpn-user.jpg"><img class="aligncenter size-full wp-image-2660" alt="openvpn user OpenVPN Auto installer " src="http://www.Ruchirablog.com/wp-content/uploads/2013/05/openvpn-user.jpg" width="700" height="208" title="OpenVPN Auto installer " /></a></p>
<p>Simple! Isn&#8217;t it? <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile OpenVPN Auto installer " class='wp-smiley' title="OpenVPN Auto installer " /> </p>

<div class="wp_rp_wrap  wp_rp_plain" ><div class="wp_rp_content"><h3 class="related_post_title">Other posts you might feel interesting</h3><ul class="related_post wp_rp" style="visibility: visible"><li ><a href="http://www.Ruchirablog.com/install-openvpn-ubuntu/" class="wp_rp_title">How to install OpenVPN AS on Ubuntu</a></li><li ><a href="http://www.Ruchirablog.com/how-to-make-your-own-vpn-for-less-than-2-a-month/" class="wp_rp_title">How to make your own VPN for less than $2 a month</a></li><li ><a href="http://www.Ruchirablog.com/vps-connectivity-performance-benchmark/" class="wp_rp_title">VPS connectivity and performance benchmark </a></li><li ><a href="http://www.Ruchirablog.com/change-ubuntu-ssh-root-password/" class="wp_rp_title">Quick Tips: How to change Ubuntu Root SSH password</a></li><li ><a href="http://www.Ruchirablog.com/nginx-auto-installer-minor-update/" class="wp_rp_title">Nginx Auto Installer minor update </a></li></ul><div class="wp_rp_footer"><a class="wp_rp_backlink" target="_blank" rel="nofollow" href="http://www.zemanta.com/?wp-related-posts">Zemanta</a></div></div></div>
<p>The post <a href="http://www.Ruchirablog.com/openvpn-auto-installer/">OpenVPN Auto installer</a> appeared first on <a href="http://www.Ruchirablog.com">Ruchirablog | Ruchira Sahan&#039;s Weblog!</a>.</p><img src="http://feeds.feedburner.com/~r/Ruchirablog/~4/RxnXSA6MXtU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/openvpn-auto-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.Ruchirablog.com/openvpn-auto-installer/</feedburner:origLink></item>
		<item>
		<title>Change your DSL modems default logins now or get hacked</title>
		<link>http://feedproxy.google.com/~r/Ruchirablog/~3/scQQfKOT4J4/</link>
		<comments>http://www.Ruchirablog.com/change-dsl-routers-login-password/#comments</comments>
		<pubDate>Wed, 22 May 2013 16:01:44 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[BGP]]></category>
		<category><![CDATA[DSL]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[IP logging]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=2648</guid>
		<description><![CDATA[<p>Are you using a DSL modem/router to connect to the internet? Mostly everyone I found haven&#8217;t changed the default user name and password which is used to login to the modems admin panel. Most modems comes with the default user/pass combination of admin/admin , admin/password. So what is the risk of not changing these logins? Most of [...]</p><p>The post <a href="http://www.Ruchirablog.com/change-dsl-routers-login-password/">Change your DSL modems default logins now or get hacked</a> appeared first on <a href="http://www.Ruchirablog.com">Ruchirablog | Ruchira Sahan&#039;s Weblog!</a>.</p>]]></description>
				<content:encoded><![CDATA[<p></p><p><a href="http://www.Ruchirablog.com/wp-content/uploads/2013/05/dsl-hack.jpg"><img class="aligncenter size-full wp-image-2649" alt="dsl hack Change your DSL modems default logins now or get hacked" src="http://www.Ruchirablog.com/wp-content/uploads/2013/05/dsl-hack.jpg" width="642" height="382" title="Change your DSL modems default logins now or get hacked" /></a></p>
<p>Are you using a DSL modem/router to connect to the internet? Mostly everyone I found haven&#8217;t changed the default user name and password which is used to login to the modems admin panel. Most modems comes with the default user/pass combination of admin/admin , admin/password. So what is the risk of not changing these logins?</p>
<p>Most of the older modems and around 20% of newer modems doesn&#8217;t have a firewall ( or disabled firewall option by default ) between the internet and the modem. So this means that anyone who knows your public IP can login to your routers admin panel and do potentially dangerous stuff. Including stealing your DSL services login names ( most common ) , opening up ports to give access to run malicious programs etc.<span id="more-2648"></span><!--more--></p>
<h3><strong>How the hackers find your IP&#8217;s </strong></h3>
<p>Lets say that I want to steal DSL service login details from the people who use the same DSL service that I use. There are 2 simple methods to do that</p>
<ul>
<li><span style="line-height: 13px;">Ping the IP range of the provider</span></li>
</ul>
<p>You can find the IP address ranges of the provider by using a service like <a href="http://bgp.he.net/">http://bgp.he.net</a> . When you visit that link you can find the AS ( Autonomous System ) of your current IP range and see whats IP ranges that your ISP is announcing. Or you can search for the provider and find the ranges. Now I can ping that range to find the IP&#8217;s addresses which are currently responding and after finding the IP&#8217;s which are currently up, I can try entering those in my web browser and when it prompts the login dialog I can try the default combinations.</p>
<ul>
<li><span style="line-height: 13px;">By using an IP logger</span></li>
</ul>
<p>It&#8217;s very easy to capture the IP&#8217;s by using a service like <a href="http://iplogger.org/">http://iplogger.org</a> . hackers just have to insert the hidden image on local community forums, blogs and places where the people gather and in a moment hacker will have 100&#8242;s of probably alive IP&#8217;s at his disposal.</p>
<h3>Be smart change login details now</h3>
<p>I&#8217;m not a hacker by any means but I have tried the second method mentioned above to experiment on this and I was surprised to find that even some modems let you telnet to it by using the public IP. The most common abuse done by the hackers is stealing the login details to DSL service so they can use your login details to do the all kind of abuse such as consuming your bandwidth allowance and launching attacks.</p>
<p>You can avoid these attacks by enabling the default firewall of the modem and changing the login details. So if you haven&#8217;t already, do this now!</p>

<div class="wp_rp_wrap  wp_rp_plain" ><div class="wp_rp_content"><h3 class="related_post_title">Other posts you might feel interesting</h3><ul class="related_post wp_rp" style="visibility: visible"><li ><a href="http://www.Ruchirablog.com/wordpress-blog-hacked-the-common-mistakes/" class="wp_rp_title">WordPress blog got hacked? Part 1 What are the common mistakes you make! </a></li><li ><a href="http://www.Ruchirablog.com/cpanel-support-server-hacked/" class="wp_rp_title">cPanel Support Server Hacked </a></li><li ><a href="http://www.Ruchirablog.com/whmcs-hacked-deep-trouble/" class="wp_rp_title">WHMCS got hacked! Users are in deep trouble as the site rip released online! </a></li><li ><a href="http://www.Ruchirablog.com/namecom-hacked-change-passwords/" class="wp_rp_title">Name.com hacked! Change your passwords now </a></li><li ><a href="http://www.Ruchirablog.com/free-ssl-certificate/" class="wp_rp_title">How to get free SSL certificates</a></li></ul><div class="wp_rp_footer"><a class="wp_rp_backlink" target="_blank" rel="nofollow" href="http://www.zemanta.com/?wp-related-posts">Zemanta</a></div></div></div>
<p>The post <a href="http://www.Ruchirablog.com/change-dsl-routers-login-password/">Change your DSL modems default logins now or get hacked</a> appeared first on <a href="http://www.Ruchirablog.com">Ruchirablog | Ruchira Sahan&#039;s Weblog!</a>.</p><img src="http://feeds.feedburner.com/~r/Ruchirablog/~4/scQQfKOT4J4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/change-dsl-routers-login-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.Ruchirablog.com/change-dsl-routers-login-password/</feedburner:origLink></item>
		<item>
		<title>Just another Paypal phishing attempt</title>
		<link>http://feedproxy.google.com/~r/Ruchirablog/~3/wQaQ-U-G7us/</link>
		<comments>http://www.Ruchirablog.com/paypal-phishing-attempt/#comments</comments>
		<pubDate>Tue, 21 May 2013 16:54:19 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[LOL]]></category>
		<category><![CDATA[LOL Mails]]></category>
		<category><![CDATA[lol mails]]></category>
		<category><![CDATA[paypal]]></category>
		<category><![CDATA[paypal limited]]></category>
		<category><![CDATA[paypal phishing]]></category>
		<category><![CDATA[paypal scam]]></category>
		<category><![CDATA[phishing emails]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=2637</guid>
		<description><![CDATA[<p>When I was browsing through my new email account, I have saw the above email from Paypal saying my account is limited because of a identity issue? This email account is new and I didn&#8217;t used it much at all, And surprisingly this email was on my inbox not spam folder. I thought my Paypal [...]</p><p>The post <a href="http://www.Ruchirablog.com/paypal-phishing-attempt/">Just another Paypal phishing attempt</a> appeared first on <a href="http://www.Ruchirablog.com">Ruchirablog | Ruchira Sahan&#039;s Weblog!</a>.</p>]]></description>
				<content:encoded><![CDATA[<p></p><p><a href="http://www.Ruchirablog.com/wp-content/uploads/2013/05/paypal-phish.jpg"><img class="aligncenter size-full wp-image-2638" alt="paypal phish Just another Paypal phishing attempt" src="http://www.Ruchirablog.com/wp-content/uploads/2013/05/paypal-phish.jpg" width="617" height="261" title="Just another Paypal phishing attempt" /></a>When I was browsing through my new email account, I have saw the above email from Paypal saying my account is limited because of a identity issue? This email account is new and I didn&#8217;t used it much at all, And surprisingly this email was on my inbox not spam folder. I thought my Paypal account is limited and to verify that I opened up paypal.com on a new tab and logged in. And there was no limitations or whatsoever like said on the email. It didn&#8217;t took me much time to recognize that, this is indeed a phishing attempt. So this is what I found,</p>
<p>Real sender of the email is hon@hon.com and he/she has masked the address to intel.service@paypal.com, And returning path is also hon@hon.com. I have opened up the attachment and its a html page which looks like this <span id="more-2637"></span></p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2013/05/paypal-fake.jpg"><img class="aligncenter size-full wp-image-2641" alt="paypal fake Just another Paypal phishing attempt" src="http://www.Ruchirablog.com/wp-content/uploads/2013/05/paypal-fake.jpg" width="720" height="731" title="Just another Paypal phishing attempt" /></a>Interesting right? <img src='http://www.Ruchirablog.com/wp-includes/images/smilies/icon_smile.gif' alt="icon smile Just another Paypal phishing attempt" class='wp-smiley' title="Just another Paypal phishing attempt" />  So I have looked at the source code of the html file and its encoded with javascript unescape() string. Its really a large amount of code there which froze my web browser when I tried to decode it using a web service. With the help of<a href="http://meyerweb.com/eric/tools/dencoder/" target="_blank"> this </a>online decoder I was able to decode the encrypted code and here is the interesting part,</p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2013/05/digitalocean-phish.jpg"><img class="aligncenter size-full wp-image-2642" alt="digitalocean phish Just another Paypal phishing attempt" src="http://www.Ruchirablog.com/wp-content/uploads/2013/05/digitalocean-phish.jpg" width="612" height="64" title="Just another Paypal phishing attempt" /></a></p>
<p>All the other content such as css files are pulled from the real paypal.com and this is the only suspicious part on the code. That IP address belongs to a digitalocean VPS customer. These script kiddies might be signing up on digitalocean using free credits provided by them all over the internet and just abuse the service. I have informed digitalocean but that IP address is offline since I found this.</p>
<p>So moral of the story is that, if you receive this kind of emails asking you to login or do something by clicking the provided link, don&#8217;t ever do that. Just open up the mentioned services web site on a new browser window and check it.</p>

<div class="wp_rp_wrap  wp_rp_plain" ><div class="wp_rp_content"><h3 class="related_post_title">Other posts you might feel interesting</h3><ul class="related_post wp_rp" style="visibility: visible"><li ><a href="http://www.Ruchirablog.com/email-from-paypal/" class="wp_rp_title">Unusual email from Paypal</a></li><li ><a href="http://www.Ruchirablog.com/lol-mails-december-2010/" class="wp_rp_title">LOL Mails December 2010</a></li><li ><a href="http://www.Ruchirablog.com/lol-mails-november-2010/" class="wp_rp_title">LOL Mails- November 2010</a></li><li ><a href="http://www.Ruchirablog.com/lol-mails-2011-march/" class="wp_rp_title">LOL Mails 2011 March</a></li><li ><a href="http://www.Ruchirablog.com/lol-mails-october-2010/" class="wp_rp_title">LOL mails October 2010</a></li></ul><div class="wp_rp_footer"><a class="wp_rp_backlink" target="_blank" rel="nofollow" href="http://www.zemanta.com/?wp-related-posts">Zemanta</a></div></div></div>
<p>The post <a href="http://www.Ruchirablog.com/paypal-phishing-attempt/">Just another Paypal phishing attempt</a> appeared first on <a href="http://www.Ruchirablog.com">Ruchirablog | Ruchira Sahan&#039;s Weblog!</a>.</p><img src="http://feeds.feedburner.com/~r/Ruchirablog/~4/wQaQ-U-G7us" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/paypal-phishing-attempt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.Ruchirablog.com/paypal-phishing-attempt/</feedburner:origLink></item>
		<item>
		<title>Find the Facebook profile from a direct image link</title>
		<link>http://feedproxy.google.com/~r/Ruchirablog/~3/cP5LSCW7S0Q/</link>
		<comments>http://www.Ruchirablog.com/find-facebook-profile-direct-image-link/#comments</comments>
		<pubDate>Mon, 20 May 2013 17:23:04 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Direct link]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[Stalking]]></category>
		<category><![CDATA[tricks]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=2632</guid>
		<description><![CDATA[<p>http://sphotos-a.ak.fbcdn.net/hphotos-ak-ash4/420176_10150632396635768_2036862295_n.jpg See the link above? Yes its a direct link to a Facebook photo as most of you might have recognized at the first glance. You can see these links everywhere, or your friend might send you this type of direct link to a Facebook photo because He/She doesn&#8217;t want to know the profile of the person [...]</p><p>The post <a href="http://www.Ruchirablog.com/find-facebook-profile-direct-image-link/">Find the Facebook profile from a direct image link</a> appeared first on <a href="http://www.Ruchirablog.com">Ruchirablog | Ruchira Sahan&#039;s Weblog!</a>.</p>]]></description>
				<content:encoded><![CDATA[<p></p><p><a href="http://www.Ruchirablog.com/wp-content/uploads/2013/05/fb-stalk.jpg"><img class="aligncenter size-full wp-image-2633" alt="fb stalk Find the Facebook profile from a direct image link " src="http://www.Ruchirablog.com/wp-content/uploads/2013/05/fb-stalk.jpg" width="546" height="265" title="Find the Facebook profile from a direct image link " /></a></p>
<h4>http://sphotos-a.ak.fbcdn.net/hphotos-ak-ash4/420176_10150632396635768_2036862295_n.jpg</h4>
<p>See the link above? Yes its a direct link to a Facebook photo as most of you might have recognized at the first glance. You can see these links everywhere, or your friend might send you this type of direct link to a Facebook photo because He/She doesn&#8217;t want to know the profile of the person who posted the photo to the Facebook. So is there any way to find the profile of the person who owns the photo?<span id="more-2632"></span></p>
<p>Yes you can.  Its very easy so don&#8217;t do that same mistake again by sending the direct link to an image if you are concerned about privacy. Let&#8217;s see the aforementioned link again</p>
<p>http://sphotos-a.ak.fbcdn.net/hphotos-ak-ash4/420176_10150632396635768_2036862295_n.jpg</p>
<p>Notice the last part of the link which is after the last trailing slash</p>
<div class="codecolorer-container text railscasts" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">420176_10150632396635768_2036862295_n.jpg</div></div>
<p>Numbers in the middle of this part represents the owner of the photo</p>
<div class="codecolorer-container text railscasts" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">10150632396635768</div></div>
<p>Copy that part and visit www.fb.com/X on your web browser , Replace the X with the number,</p>
<div class="codecolorer-container text railscasts" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">www.fb.com/10150632396635768</div></div>
<p>Voila!</p>

<div class="wp_rp_wrap  wp_rp_plain" ><div class="wp_rp_content"><h3 class="related_post_title">Other posts you might feel interesting</h3><ul class="related_post wp_rp" style="visibility: visible"><li ><a href="http://www.Ruchirablog.com/how-to-download-facebook-photo-albums/" class="wp_rp_title">How to download Facebook photo albums of friends and yourself</a></li><li ><a href="http://www.Ruchirablog.com/instagram-first-photo/" class="wp_rp_title">Instagram&#8217;s first photo </a></li><li ><a href="http://www.Ruchirablog.com/wolfram-alpha-facebook-reports/" class="wp_rp_title">Wolfram Alpha Facebook Reports </a></li><li ><a href="http://www.Ruchirablog.com/social-experiment-live/" class="wp_rp_title">My social experiment goes live!</a></li><li ><a href="http://www.Ruchirablog.com/find-uptime-of-server-without-ssh/" class="wp_rp_title">Find out uptime of a server without SSH</a></li></ul><div class="wp_rp_footer"><a class="wp_rp_backlink" target="_blank" rel="nofollow" href="http://www.zemanta.com/?wp-related-posts">Zemanta</a></div></div></div>
<p>The post <a href="http://www.Ruchirablog.com/find-facebook-profile-direct-image-link/">Find the Facebook profile from a direct image link</a> appeared first on <a href="http://www.Ruchirablog.com">Ruchirablog | Ruchira Sahan&#039;s Weblog!</a>.</p><img src="http://feeds.feedburner.com/~r/Ruchirablog/~4/cP5LSCW7S0Q" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/find-facebook-profile-direct-image-link/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.Ruchirablog.com/find-facebook-profile-direct-image-link/</feedburner:origLink></item>
		<item>
		<title>How to increase signal strength of HSPA dongle</title>
		<link>http://feedproxy.google.com/~r/Ruchirablog/~3/Nj7bwGA0ImI/</link>
		<comments>http://www.Ruchirablog.com/signal-strength-hspa-modem/#comments</comments>
		<pubDate>Sat, 18 May 2013 15:29:27 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Guides]]></category>
		<category><![CDATA[Quick Tips]]></category>
		<category><![CDATA[Antennas]]></category>
		<category><![CDATA[HSPA]]></category>
		<category><![CDATA[HSPA dongles]]></category>
		<category><![CDATA[Huawei]]></category>
		<category><![CDATA[ZTE]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=2626</guid>
		<description><![CDATA[<p>If you are using a USB HSPA dongle to access the internet, one of common problem that you might face is the low signal strength on the place that you live.  Low signal levels translate in to low download/upload speeds and higher latency. The level of signal&#8217;s depend on various factors such as the distance [...]</p><p>The post <a href="http://www.Ruchirablog.com/signal-strength-hspa-modem/">How to increase signal strength of HSPA dongle</a> appeared first on <a href="http://www.Ruchirablog.com">Ruchirablog | Ruchira Sahan&#039;s Weblog!</a>.</p>]]></description>
				<content:encoded><![CDATA[<p></p><p><a href="http://www.Ruchirablog.com/wp-content/uploads/2013/05/huawei-antenna.jpg"><img class="aligncenter size-full wp-image-2627" alt="huawei antenna How to increase signal strength of HSPA dongle" src="http://www.Ruchirablog.com/wp-content/uploads/2013/05/huawei-antenna.jpg" width="500" height="326" title="How to increase signal strength of HSPA dongle" /></a>If you are using a USB HSPA dongle to access the internet, one of common problem that you might face is the low signal strength on the place that you live.  Low signal levels translate in to low download/upload speeds and higher latency. The level of signal&#8217;s depend on various factors such as the distance between you and the nearest transmission tower of your service provider etc. But there are some ways that you can use to increase the signal levels that your modem receives,</p>
<p><span id="more-2626"></span></p>
<h3>Place the dongle outside</h3>
<p>This is the simplest method to increase the signal strength. HSPA modems works the same way as your mobile phone. So this means some places on your home will have better reception. If you don&#8217;t have the liberty to move your computer around, best way is to buy a long USB extension cable and use that to place your modem outside of your house or inside where good amount of reception is available.</p>
<p>Extension cables are really cheap and you can find those on most of local computer parts shops or Ebay. Here is one <a href="http://www.ebay.com/itm/3M-10Ft-USB-2-0-A-Male-to-Female-Extension-Cable-Cord-A-A-M-F-10-feet-/261192008571?pt=US_USB_Cables_Hubs_Adapters&amp;hash=item3cd041c37b . " target="_blank">on ebay</a>, for just under $5 including shipping you can get a decent extension cable.</p>
<h3><strong>Buy an External Antenna </strong></h3>
<p>Almost all of Huawei and ZTE HSPA dongles that I know supports external antennas. Not only the USB dongles but the data cards supports external antennas too.</p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2013/05/huawei-external.jpg"><img class="aligncenter size-full wp-image-2628" alt="huawei external How to increase signal strength of HSPA dongle" src="http://www.Ruchirablog.com/wp-content/uploads/2013/05/huawei-external.jpg" width="400" height="258" title="How to increase signal strength of HSPA dongle" /></a></p>
<p>This is the most effective solution to increase the signal strength. But a decent antenna like pictured above costs about <a href="http://www.ebay.com/itm/CRC9-13dbi-3G-Antenna-For-Huawei-USB-Modem-E160-E169-wi-/160644299138?pt=US_Directional_Network_Antennas&amp;hash=item2567257982" target="_blank">$20 online </a>. But it can be a nice investment if you are dependent on HSPA modems to access the internet. Before you buy don&#8217;t forget to check if your dongle has a port to connect external antennas, this is mentioned on the manual and online product pages.</p>

<div class="wp_rp_wrap  wp_rp_plain" ><div class="wp_rp_content"><h3 class="related_post_title">Other posts you might feel interesting</h3><ul class="related_post wp_rp" style="visibility: visible"><li ><a href="http://www.Ruchirablog.com/huawei-k3v2-quad-core-processor/" class="wp_rp_title">Huawei K3V2 quad core processor! Is it the perfect time? </a></li><li ><a href="http://www.Ruchirablog.com/huawei-hspa-modem-antenna/" class="wp_rp_title">Huawei HSPA modem Antenna</a></li><li ><a href="http://www.Ruchirablog.com/guide-unlock-huawei-hsdpa-modem-free/" class="wp_rp_title">Guide to unlock any Huawei HSDPA modem for free</a></li><li ><a href="http://www.Ruchirablog.com/free-simple-calculate-huawei-unlock-codes/" class="wp_rp_title">Free and simple way to calculate Huawei unlock codes</a></li><li ><a href="http://www.Ruchirablog.com/dude-read/" class="wp_rp_title">Dude please read it again!</a></li></ul><div class="wp_rp_footer"><a class="wp_rp_backlink" target="_blank" rel="nofollow" href="http://www.zemanta.com/?wp-related-posts">Zemanta</a></div></div></div>
<p>The post <a href="http://www.Ruchirablog.com/signal-strength-hspa-modem/">How to increase signal strength of HSPA dongle</a> appeared first on <a href="http://www.Ruchirablog.com">Ruchirablog | Ruchira Sahan&#039;s Weblog!</a>.</p><img src="http://feeds.feedburner.com/~r/Ruchirablog/~4/Nj7bwGA0ImI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/signal-strength-hspa-modem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.Ruchirablog.com/signal-strength-hspa-modem/</feedburner:origLink></item>
		<item>
		<title>Google Penguin 2.0 is rolling out soon</title>
		<link>http://feedproxy.google.com/~r/Ruchirablog/~3/vUV9eWDLdUU/</link>
		<comments>http://www.Ruchirablog.com/penguin-2/#comments</comments>
		<pubDate>Sat, 18 May 2013 14:42:57 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Link building]]></category>
		<category><![CDATA[Matt Cutts]]></category>
		<category><![CDATA[panda]]></category>
		<category><![CDATA[Penguin]]></category>
		<category><![CDATA[Penguin 2.0]]></category>
		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=2616</guid>
		<description><![CDATA[<p>Do you remember the webmaster outrage happened after the Google Panda update which was rolled out April 24th last year? Until now Google has been rolling out lots of small incremental updates to the search algorithm, beating bad web sites to the ground and also affecting some percentage of genuine web sites too. If you have a [...]</p><p>The post <a href="http://www.Ruchirablog.com/penguin-2/">Google Penguin 2.0 is rolling out soon</a> appeared first on <a href="http://www.Ruchirablog.com">Ruchirablog | Ruchira Sahan&#039;s Weblog!</a>.</p>]]></description>
				<content:encoded><![CDATA[<p></p><p><a href="http://www.Ruchirablog.com/wp-content/uploads/2013/05/penguin-2.jpg"><img class="aligncenter size-full wp-image-2618" alt="penguin 2 Google Penguin 2.0 is rolling out soon" src="http://www.Ruchirablog.com/wp-content/uploads/2013/05/penguin-2.jpg" width="494" height="242" title="Google Penguin 2.0 is rolling out soon" /></a></p>
<p>Do you remember the webmaster outrage happened after the Google Panda update which was rolled out April 24th last year? Until now Google has been rolling out lots of small incremental updates to the search algorithm, beating bad web sites to the ground and also affecting some percentage of genuine web sites too. If you have a spammy link profile you probably should be already affected by these updates. I have wrote earlier about how you can<a href="http://www.ruchirablog.com/disavow-webmaster-tools/" target="_blank"> disavow spam links</a> pointing at your web site. But that&#8217;s just a part of the equation.</p>
<p><span id="more-2616"></span>Matt Cutts recently<a href="https://twitter.com/mattcutts/status/332917182990258176" target="_blank"> tweeted </a>that they are going to deploy Penguin 2.0 update within next few weeks,</p>
<p><a href="http://www.Ruchirablog.com/wp-content/uploads/2013/05/matt-cutts.jpg"><img class="aligncenter size-full wp-image-2619" alt="matt cutts Google Penguin 2.0 is rolling out soon" src="http://www.Ruchirablog.com/wp-content/uploads/2013/05/matt-cutts.jpg" width="515" height="195" title="Google Penguin 2.0 is rolling out soon" /></a></p>
<p>So Penguin 2.0 will probably roll out within this month or next month for sure. So if you are concerned about your traffic you should stop participating on link networks and stop other sorts of blackhat ways to build links. Google loves quality and unique content, focus on that.</p>

<div class="wp_rp_wrap  wp_rp_plain" ><div class="wp_rp_content"><h3 class="related_post_title">Other posts you might feel interesting</h3><ul class="related_post wp_rp" style="visibility: visible"><li ><a href="http://www.Ruchirablog.com/what-is-google-panda/" class="wp_rp_title">What is Google Panda?</a></li><li ><a href="http://www.Ruchirablog.com/add-google-authership-easy/" class="wp_rp_title">How to add Google+ authorship to WordPress easily  </a></li><li ><a href="http://www.Ruchirablog.com/disavow-webmaster-tools/" class="wp_rp_title">Disavow links on Webmaster tools</a></li><li ><a href="http://www.Ruchirablog.com/does-changing-servers-affect-google-rankings/" class="wp_rp_title">Does changing servers affect Google rankings?</a></li><li ><a href="http://www.Ruchirablog.com/google-finally-updated-page-rank/" class="wp_rp_title">Google finally updated page rank  :)</a></li></ul><div class="wp_rp_footer"><a class="wp_rp_backlink" target="_blank" rel="nofollow" href="http://www.zemanta.com/?wp-related-posts">Zemanta</a></div></div></div>
<p>The post <a href="http://www.Ruchirablog.com/penguin-2/">Google Penguin 2.0 is rolling out soon</a> appeared first on <a href="http://www.Ruchirablog.com">Ruchirablog | Ruchira Sahan&#039;s Weblog!</a>.</p><img src="http://feeds.feedburner.com/~r/Ruchirablog/~4/vUV9eWDLdUU" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/penguin-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.Ruchirablog.com/penguin-2/</feedburner:origLink></item>
		<item>
		<title>Nvidia Shield is now available for pre-order</title>
		<link>http://feedproxy.google.com/~r/Ruchirablog/~3/zHHKZl0jOwg/</link>
		<comments>http://www.Ruchirablog.com/nvidia-shield-preorder/#comments</comments>
		<pubDate>Fri, 17 May 2013 15:22:05 +0000</pubDate>
		<dc:creator>Ruchira</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[android]]></category>
		<category><![CDATA[jelly bean]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[Nvidia Shield]]></category>
		<category><![CDATA[Shiled]]></category>
		<category><![CDATA[tegra]]></category>
		<category><![CDATA[tegra 4]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=2592</guid>
		<description><![CDATA[<p>&#8220;Shield&#8221; is the Nvidia&#8217;s approach to the handheld gaming market. Few minutes ago Nvidia has announced the pre-order availability. Nvidia Shield is now available to pre-order from NewEgg , GameStop and Nvidia&#8217;s own web store for just $349.99. Release data is mentioned as 06/04/2013 Shiled concept is not ground braking at all, Its just an Android gaming device but the [...]</p><p>The post <a href="http://www.Ruchirablog.com/nvidia-shield-preorder/">Nvidia Shield is now available for pre-order</a> appeared first on <a href="http://www.Ruchirablog.com">Ruchirablog | Ruchira Sahan&#039;s Weblog!</a>.</p>]]></description>
				<content:encoded><![CDATA[<p></p><p><a href="http://www.Ruchirablog.com/wp-content/uploads/2013/05/nvidia-shield.jpg"><img class="aligncenter size-full wp-image-2593" alt="nvidia shield Nvidia Shield is now available for pre order " src="http://www.Ruchirablog.com/wp-content/uploads/2013/05/nvidia-shield.jpg" width="502" height="412" title="Nvidia Shield is now available for pre order " /></a></p>
<p>&#8220;Shield&#8221; is the Nvidia&#8217;s approach to the handheld gaming market. Few minutes ago Nvidia has announced the pre-order availability. Nvidia Shield is now available to pre-order from <a href="http://www.newegg.com/Product/Product.aspx?Item=N82E16814998077" target="_blank">NewEgg</a> , <a href="https://www.gamestop.com/android/consoles/nvidia-shield-16gb/109517" target="_blank">GameStop </a>and Nvidia&#8217;s own <a href="http://canadacomputers.com/nvidia/nvidiashield.php" target="_blank">web store </a>for just $349.99. Release data is mentioned as 06/04/2013</p>
<p>Shiled concept is not ground braking at all, Its just an Android gaming device but the bright side is that it will attract many game developers than for the small Android game device manufacturers. Also Nvidia Shield is one of the first devices to use Nvidia&#8217;s latest  Tegra 4 processor and here are some specifications listed on Newegg,<span id="more-2592"></span></p>
<blockquote><p>Processor<br />
NVIDIA Tegra 4 Quad Core Mobile Processor with 2GB RAM</p>
<p>Display<br />
5 inch 1280&#215;720 Multi-Touch Retinal Quality Display</p>
<p>Audio<br />
Integrated Stereo Speakers with Built-in Microphone</p>
<p>Storage<br />
16GB Flash Memory</p>
<p>Lid color<br />
Silver</p>
<p>Wireless<br />
802.11n 2&#215;2 MIMO Wi-Fi<br />
Bluetooth 3.0<br />
GPS</p>
<p>Connectivity<br />
mini-HDMI output<br />
micro-USB 2.0<br />
microSD storage slot<br />
3.5mm stereo headphone jack with microphone support</p>
<p>Motion Sensors<br />
3 Axis Gyro<br />
3 Axis Accelerometer</p>
<p>Battery<br />
28.8 Watt Hours</p>
<p>Operating System<br />
Android Jelly Bean OS</p></blockquote>
<p>It would be nice if the display is 1080P comparing with the latest standards but game devices are normally held at a distance where you cant notice any difference between 720P and 1080P and battery and resource usage will be lower with 720P as well. So really cant blame Nvidia for that.</p>
<p>Looking at the released photos, it looks like its running stock version of Android jelly bean. Tegra Zone is added to download games from Nvidia&#8217;s own Tegra specific store. Shield has the potential to be a successful gaming console but only the time will tell fore sure.</p>

<div class="wp_rp_wrap  wp_rp_plain" ><div class="wp_rp_content"><h3 class="related_post_title">Other posts you might feel interesting</h3><ul class="related_post wp_rp" style="visibility: visible"><li ><a href="http://www.Ruchirablog.com/nvidia-announces-tegra-4/" class="wp_rp_title">Nvidia announces Tegra 4 </a></li><li ><a href="http://www.Ruchirablog.com/how-to-add-a-web-site-shortcut-android/" class="wp_rp_title">Quick Tips: How to add a web site shortcut to Android home screen </a></li><li ><a href="http://www.Ruchirablog.com/nvidia-announces-tegra-4i-with-lte/" class="wp_rp_title">Nvidia announces Tegra 4i with inbuilt LTE</a></li><li ><a href="http://www.Ruchirablog.com/lg-optimus-g/" class="wp_rp_title">LG is back on track with Optimus G</a></li><li ><a href="http://www.Ruchirablog.com/huawei-k3v2-quad-core-processor/" class="wp_rp_title">Huawei K3V2 quad core processor! Is it the perfect time? </a></li></ul><div class="wp_rp_footer"><a class="wp_rp_backlink" target="_blank" rel="nofollow" href="http://www.zemanta.com/?wp-related-posts">Zemanta</a></div></div></div>
<p>The post <a href="http://www.Ruchirablog.com/nvidia-shield-preorder/">Nvidia Shield is now available for pre-order</a> appeared first on <a href="http://www.Ruchirablog.com">Ruchirablog | Ruchira Sahan&#039;s Weblog!</a>.</p><img src="http://feeds.feedburner.com/~r/Ruchirablog/~4/zHHKZl0jOwg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/nvidia-shield-preorder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.Ruchirablog.com/nvidia-shield-preorder/</feedburner:origLink></item>
		<item>
		<title>Nginx Auto Installer minor update</title>
		<link>http://feedproxy.google.com/~r/Ruchirablog/~3/Z7Xj_YiKye8/</link>
		<comments>http://www.Ruchirablog.com/nginx-auto-installer-minor-update/#comments</comments>
		<pubDate>Fri, 17 May 2013 13:14:18 +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[Ubuntu]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lnmp]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[nginx auto installer]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.Ruchirablog.com/?p=2588</guid>
		<description><![CDATA[<p>You might know about the Nginx Auto install script listed on this blog . Its been almost 3 years since I have released my first modified version of it. Those days my version brought a lot of changes to the original version because my version came with the latest versions of Nginx , PHP.  But later on the [...]</p><p>The post <a href="http://www.Ruchirablog.com/nginx-auto-installer-minor-update/">Nginx Auto Installer minor update</a> appeared first on <a href="http://www.Ruchirablog.com">Ruchirablog | Ruchira Sahan&#039;s Weblog!</a>.</p>]]></description>
				<content:encoded><![CDATA[<p></p><p><a href="http://www.Ruchirablog.com/wp-content/uploads/2013/05/nginx-auto.jpg"><img class="aligncenter size-full wp-image-2589" alt="nginx auto Nginx Auto Installer minor update " src="http://www.Ruchirablog.com/wp-content/uploads/2013/05/nginx-auto.jpg" width="654" height="393" title="Nginx Auto Installer minor update " /></a></p>
<p>You might know about the Nginx Auto install script listed on <a href="http://www.ruchirablog.com/nginx-autoinstaller/" target="_blank">this blog </a>. Its been almost 3 years since I have released my <a href="http://www.ruchirablog.com/lnmp051rb-released/" target="_blank">first modified version</a> of it. Those days my version brought a lot of changes to the original version because my version came with the latest versions of Nginx , PHP.  But later on the original developer Incorporated most of my changes to the original version.</p>
<p><em id="__mceDel"><span id="more-2588"></span></em></p>
<p>Today I have released the newest version of the <a href="http://www.ruchirablog.com/nginx-autoinstaller/" target="_blank">Nginx auto installer </a>bringing some minor changes,</p>
<ul>
<li><span style="line-height: 13px;">Nginx 1.2.9 by default ( you can always upgrade using instructions )</span></li>
<li>Removed the server probe ( a script which was used to display server information on a web page ) because of security concerns</li>
<li>All files are now hosted on this blog</li>
<li>Removed china timezone rewrite</li>
</ul>
<p>If you are already using the script, there is no need to upgrade. But delete the /p.php file from your wwwroot directory for maximum security. Visit <a href="http://www.ruchirablog.com/nginx-autoinstaller/" target="_blank">http://www.ruchirablog.com/nginx-autoinstaller/</a> for more details</p>

<div class="wp_rp_wrap  wp_rp_plain" ><div class="wp_rp_content"><h3 class="related_post_title">Other posts you might feel interesting</h3><ul class="related_post wp_rp" style="visibility: visible"><li ><a href="http://www.Ruchirablog.com/lnmp-v08-complete-nginx-auto-installer/" class="wp_rp_title">LNMP V0.8 The complete Nginx auto installer!</a></li><li ><a href="http://www.Ruchirablog.com/install-php-apc-lnmp/" class="wp_rp_title">How to install PHP APC on LNMP</a></li><li ><a href="http://www.Ruchirablog.com/lnmp-05-released-upgrades/" class="wp_rp_title">LNMP 0.5 released! few upgrades</a></li><li ><a href="http://www.Ruchirablog.com/vps-connectivity-performance-benchmark/" class="wp_rp_title">VPS connectivity and performance benchmark </a></li><li ><a href="http://www.Ruchirablog.com/nginxmysqlphpfpm-auto-installer-centos-5-debian/" class="wp_rp_title">Nginx+Mysql+PHP-FPM Auto installer for centos 5 and debian</a></li></ul><div class="wp_rp_footer"><a class="wp_rp_backlink" target="_blank" rel="nofollow" href="http://www.zemanta.com/?wp-related-posts">Zemanta</a></div></div></div>
<p>The post <a href="http://www.Ruchirablog.com/nginx-auto-installer-minor-update/">Nginx Auto Installer minor update</a> appeared first on <a href="http://www.Ruchirablog.com">Ruchirablog | Ruchira Sahan&#039;s Weblog!</a>.</p><img src="http://feeds.feedburner.com/~r/Ruchirablog/~4/Z7Xj_YiKye8" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://www.Ruchirablog.com/nginx-auto-installer-minor-update/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://www.Ruchirablog.com/nginx-auto-installer-minor-update/</feedburner:origLink></item>
	</channel>
</rss>
