It has always been the pain when we need to server authenticated static content. Because we are bound with programming framework to handle the authentication job. And once authenticated,
It has always been the pain when we need to server authenticated static content. Because we are bound with programming framework to handle the authentication job. And once authenticated,
In this blog i do not have any thing particular to talk about. So it is just an introduction of my new blog built on Jekyll. Since it is Jekyll based, so i've used Travis-CI for building and github for hosting this blog.
Amazon Elastic Compute Cloud (Amazon EC2) is a web service that provides re-sizable compute capacity in the cloud. Amazon EC2 reduces the time required to obtain and boot new server instances to minutes, allowing you to quickly scale capacity, both up and down, as your computing requirements change.
Hufffff, Unfortunately i met this edge case. I have recovered from this situation. Here’s my scenario.
I was struggling around to install SSL Certificate on ELB. And finally i’ve made that. Following are the steps you need to follow.
Today i was wondering when i found, my ubuntu server’s home partition is about to finish. It was having lots of projects we are working on. Replacing the old hardisk with the new of bigger size is one solution but it is so much time consuming. Ohhhh it is so scary. Copy every thing from old to new hard drive. Install every single application and library my scripts needed.
We are using git since 2009. Recently we have been forced by a platform to implement better development workflow. Where we handle better branching, code releases etc. And we found gitflow, A collection of git extensions provide high level of git based operations.
Round robin technique facilitates you to distribute your read queries on number of available resources even if all servers are located at different locations. Huge traffic sites like Facebook has to has such techniques working at the background to serve as fast as possible.
Today, i am going to explain how you can create custom amazon ami to launch instance anytime later. This will have you clone of your server anytime you need. I am considering you are able to login your current running instance and you also have your private key and certificate downloaded on some location.
I am working on a task to set solr enterprise search for elgg. I am as digging as getting surprised with this amazing search utility. First i am going to explain how to install solr with tomcat6.x.