Category: Uncategorized
-

Deploying to AWS lambdas to multiple regions in one go
Deploying your code to AWS Lambdas to multiple regions using a CLI ?
-

Keeping tab on Google Analytics Realtime view without staring at it
Contains Embedded Gist of Javascript code + GIF of the end-result in action
-
SSH password less key authentication 101
Check whether you already have a key pair generated. Inside .ssh directory of your home, if you see files name id_rsa and id_rsa.pub then you can use them. If you don’t have them, generate a new one. How to generate a SSH key pair? ssh-keygen -t rsa To be able to use password less authentication,…
-
Setting up your VPS
Its very easy to setup a VPS considering the tools now we have on our exposure. This post is more of a self note to myself, so pardon me for not explaining things. To quickly setup latest NginX, MySQL, PHP (with APC and Suhosin) & exim, just use this script https://github.com/vladgh/VladGh.com-LEMP These instructions will get things…
-
Feedback to Appfog
Appfog, Consider this post as “Open feedback”. https://twitter.com/AppFogHelp/status/244899769594544129 I like what they are doing in PAAS industry, I want to see them grow, so posting my findings here for them to see: Functionality bugs favpulse.aws.af.cm throws 502 gateway error (its a WordPress install) Its a fresh install created from Appfog UI. Used to work fine, but stopped…
-
Best of Year 2010
A very happy new year to all of my readers! It’s never late, moreover its the first day when I am working on my desk in this year. Being to the point, this post is a compilation of our best posts for the year 2010 written chronologically. Import Delicious bookmarks & tags Delicious’s future is…
-
Presentation on Handling Web Servers of High Traffic Websites
Yesterday I published a presentation on Internet Web Technology and today I am going to another presentation of mine which was on the topic “Handling Web Servers of High Traffic Websites“. I chose the topic as the one on which I will give my final semester seminar and prepared this presentation. I had hard luck…