<?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>Just Another Dang Blog &#187; Cloud Computing</title>
	<atom:link href="http://blog.lopau.com/category/cloud-computing/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lopau.com</link>
	<description>A tech blog about web development, graphic designs, freelancing, cloud computing, mobile development, innovations and seo.</description>
	<lastBuildDate>Thu, 06 Oct 2011 03:01:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Setup EC2 and FileZilla with PPK file on Mac OS X</title>
		<link>http://blog.lopau.com/setup-ec2-and-filezilla-with-ppk-file-on-mac-os-x/</link>
		<comments>http://blog.lopau.com/setup-ec2-and-filezilla-with-ppk-file-on-mac-os-x/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 10:07:42 +0000</pubDate>
		<dc:creator>lopau</dc:creator>
				<category><![CDATA[apple]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://blog.lopau.com/?p=1231</guid>
		<description><![CDATA[Coming from a Windows platform where I have tools like Putty to connect via SSH to our EC2 (Elastic Cloud Compute) instance on Amazon web services(AWS) and a tool like Pageant where I can load a .ppk key to allow me to connect my Filezilla client to connect via SFTP. I had  to do the [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Coming from a Windows platform where I have tools like <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">Putty</a> to connect via SSH to our EC2 (Elastic Cloud Compute) instance on Amazon web services(AWS) and a tool like <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">Pageant</a> where I can load a .ppk key to allow me to connect my Filezilla client to connect via SFTP.</p>
<p>I had  to do the same on Mac OS X which eventually took me a bit of time to figure out. So I&#8217;m writing this short tutorial to document how I got it configured, so I can refer to it in the future and also help out those having a hard time setting it up. This tutorial is basically for those users who connect to Ec2 from a Windows platform and then moved to a Mac OS X platform.</p>
<p>1. On Windows using a telnet application like Putty to connect via SSH, you require a .ppk key. So first thing is to locate your PPK key in Windows.</p>
<p>2. Next you need to convert the PPK key to an OpenSSH format. Using <a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">PuttyGen</a> load the .ppk file and then save the .ssh file generated. (eg. files aws_rsa.ppk and aws_rsa.ssh)</p>
<p>3. Copy the .ssh file and the original .ppk file over to your Mac directory like the Documents folder</p>
<p>4. Next open up Terminal on your Mac and create a new directory</p>
<p># mkdir ~/.ec2</p>
<p>5. Copy the .ssh file to the ~/.ec2 directory</p>
<p>#mv /Users/myUser/Documents/aws_rsa.ssh ~/.ec2/aws_rsa.ssh</p>
<p>6. Change the file permission</p>
<p># sudo chmod 600 aws_rsa.ssh</p>
<p>7. Finally connect to your instance.</p>
<p># ssh -i aws_rsa.ssh root@ec2-xxx-xx-xxx-xxx.compute-1.amazonaws.com</p>
<p>Replace ec2-xxx-xx-xxx-xxx.compute-1.amazonaws.com with your EC2 public address.</p>
<p>Hopefully you should be able to connect to your server instance then.</p>
<p>Next is straightforward, this is for using a GUI like FileZilla to connect to your instance.</p>
<p>1. Open up FileZilla then go to Preferences</p>
<p>2. Go under SFTP and click on Add Key</p>
<p style="text-align: center;"><img class="aligncenter" title="Screen shot 2011-03-30 at 6.02.53 PM" src="http://blog.lopau.com/wp-content/uploads/2011/03/Screen-shot-2011-03-30-at-6.02.53-PM-1024x640.png" alt="" width="574" height="358" /></p>
<p>3. Browse over to your Documents folder where you saved your .ppk file</p>
<p>4. Create a new site and add the public address for the host and protocol as SFTP (SSH File Transfer Protocol), user as root and password leave as blank.</p>
<p>That should be it you should be it. You could now SSH using the Terminal or connect via SFTP using FileZilla. Happy cloud computing.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lopau.com/setup-ec2-and-filezilla-with-ppk-file-on-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wallstrip &#8211; Salesforce.com Inc (CRM) spoof</title>
		<link>http://blog.lopau.com/wallstrip-salesforce-com-inc-crm-spoof/</link>
		<comments>http://blog.lopau.com/wallstrip-salesforce-com-inc-crm-spoof/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 04:42:52 +0000</pubDate>
		<dc:creator>lopau</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>

		<guid isPermaLink="false">http://blog.lopau.com/?p=618</guid>
		<description><![CDATA[This is a spoof of Salesforce.com Inc &#8211; if you are not familiar with Salesforce.com its a company that provides cloud services like Software as a service (Saas) among one of their service which is gaining grounds as the new media for running business applications on the web instead of having physical softwares and hardwares [...]]]></description>
			<content:encoded><![CDATA[<p>This is a spoof of Salesforce.com Inc &#8211; if you are not familiar with <a href="http://salesforce.com">Salesforce.com</a> its a company that provides cloud services like Software as a service (Saas) among one of their service which is gaining grounds as the new media for running business applications on the web instead of having physical softwares and hardwares to run your business. The guy here reminds me of my college instructor teaching fundamentals on statistics. LOL. Anal lick ticks!! Classic.</p>
<div class="codesnip-container" ><object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/b20YWTyOjvg&#038;hl=en&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/b20YWTyOjvg&#038;hl=en&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.lopau.com/wallstrip-salesforce-com-inc-crm-spoof/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cloud Experience</title>
		<link>http://blog.lopau.com/cloud-experience/</link>
		<comments>http://blog.lopau.com/cloud-experience/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 06:33:45 +0000</pubDate>
		<dc:creator>lopau</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>

		<guid isPermaLink="false">http://blog.lopau.com/?p=577</guid>
		<description><![CDATA[Got the chance to mess around with Amazon EC2 console. And was really amazed on how fast setting up a server with AMI(Amazon Machine Image) is. Just browse from already existing thousands of AMI then launch. That simple. One experience though that I don&#8217;t like somehow are that these LAMP AMIs seems a little flaky. [...]]]></description>
			<content:encoded><![CDATA[<p>Got the chance to mess around with Amazon EC2 console. And was really amazed on how fast setting up a server with AMI(Amazon Machine Image) is. Just browse from already existing thousands of AMI then launch. That simple.</p>
<p>One experience though that I don&#8217;t like somehow are that these LAMP AMIs seems a little flaky. I was looking into CentOS LAMP AMI. First thing I do after connecting to SSH on the instance is check if all LAMP is working and what version they are on. </p>
<p>First AMI I selected, apache restart doesnt work properly, I get the </p>
<blockquote><p>apr_sockaddr_get_info() error</p></blockquote>
<p>tried troubleshooting it then finally quit. Terminated the AMI and launched another one. </p>
<p>Then on the next other instances I can&#8217;t connect to MySQL but Apache and PHP are working right.</p>
<blockquote><p>ERROR 2002 (HY000): Can&#8217;t connect to local MySQL server through socket &#8216;/var/lib/mysql/mysql.sock&#8217; (2)</p></blockquote>
<p>Terminated the instance again and started a new one but still get the same error on MySQL. The solution I found is to simply install all the updates to overwrite any corrupted files.</p>
<p>Simply yum</p>
<blockquote><p>#yum -y upgrade mysql mysql-server php-mysql </p></blockquote>
<p>Now my LAMP is working great and ready for more cloud computing.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lopau.com/cloud-experience/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

