Monday, June 23, 2014

Connect to Amazon EC2 file directory using FileZilla

Following steps to connect to Amazon EC2 file directory using FileZilla.

1.Edit (Preferences) > Settings > Connection > SFTP, Click "Add key file”

2.Browse to the location of your .pem file and select it.

3.A message box will appear asking your permission to convert the file into ppk format. Click Yes, then give the file a name and store it somewhere.

4.If the new file is shown in the list of Keyfiles, then continue to the next step. If not, then click "Add keyfile..." and select the converted file.

5.File > Site Manager Add a new site with the following parameters:

Host: Your public dns name of ec2 instance, or the public ip address of the server

Protocol: SFTP

Logon Type: Normal

User: From the docs: "For Amazon Linux, the default user name is ec2-user. For RHEL5, the user name is often root but might be ec2-user. For Ubuntu, the user name is ubuntu. For SUSE Linux, the user name is root. Otherwise, check with your AMI provider."

Press Connect Button - If saving of passwords has been disabled, you will be prompted that the logon type will be changed to 'Ask for password'. Say 'OK' and when connecting, at the password prompt push 'OK' without entering a password to proceed past the dialog.

Note: FileZilla automatically figures out which key to use. You do not need to specify the key after importing it as described above.

Friday, June 06, 2014

simple counter timer in javascript

Here the following code for simple timer in javascript.