February 2011
M T W T F S S
« Jan   Mar »
 123456
78910111213
14151617181920
21222324252627
28  
  1. We welcome any feedback, questions or comments

Amazon EC2 : Linux AMI ssh login from Windows

Recently I had setup few Linux AMI in Amazon. As I’m using windows desktop, It’s very difficult to use the .pem file directly to work with putty. So I need to have use Linux distros for getting ssh access.

During the instance setup time you may ask to create/use a private to get the initial [...]

Identify the Time Zone from the SSH

I want to change the timezone on my remote linux server. I can see the time zone by ‘date” command. But for the time coversion between the different time we need to know the exact “Zone Name” which is used like IST,PST,EDT etc. So that we can convert time easily using any of free website [...]