Back to physical Servers-colocation

Cloud technology, a synonym for modern day technology has been around for quite few years now. I myself got a nice experience with it and now i am sharing my feelings around it. 2012 seem to be a year of pure cloud for me.  I migrated in-house physical servers running...

Adding ssh key to git

ssh://[email protected]/username/repo.git And NOT the https or git one: https://github.com/username/repo.git git://github.com/username/repo.git ref: http://stackoverflow.com/questions/7773181/git-keeps-prompting-me-for-password Git auto commit as cron task #!/bin/bash cd...

aws cloudwatch plugin

sudo apt-get install ruby sudo apt-get install rubygems sudo gem install gem install CloudyScripts mkdir /etc/cloutomate cp /root/.ssh/id_rsa /etc/cloutomate/cloutomate.pem RUBYOPT=rubygems ruby encrypt_credentials.rb -A accesskey -S accesskey -f ec2_credentials.cfg...