Etherpad is a hosted web service that allows really real-time document collaboration for groups of users. It’s like Google Docs, or perhaps Google Docs is like Etherpad on steroids ? Anyway, if you’re looking for a secure real-time document sharing tool (unfortunately Etherpad is only able to server text documents with very basic formatting) here’s how to deploy it on Debian (Squeeze). Read more »
Tag Archives: linux
Phusion Passenger, Nginx and multiple location rules
I’m fairly new to Nginx. I found an very odd problem? with setting up passenger under nginx. Apparently if I define rules for specific locations I have to enable passenger per location. Here is example config:
Read more »
Arrays and hashes in puppet templates
Hashes are grate way to organize data in any language, this post will demonstrate how to get to grips with hashes and templates in Puppet.
Read more »
Installing Riak on ec2
Riak is something like memcached, a data store, key value db. I’m not a programmer so don’t realy know the differance between these two and never used it for anything but I was asked to installl it on ec2 and as getting it running on local interface was simple the public interface caused some troubles. And this time google didn’t help. Read more »
Auto association of ec2 elastic IPs on instance launch
What a pain is to have to associate elastic IPs when launching Amazon AWS ec2 instances. Think about 15-20 machines which need static (elastic) ip. I solved this problem with a bit of Perl code: Read more »






Recent Comments