2010
06.03

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 >>

2010
06.01

How amazing it is to have same music playing all around your home and be able to control it using your mobile phone :)

Read More >>

2010
04.11

I bought a Logitech Harmony One remote for our Home Media Centre/Theatre/Blu-ray/Sky HD mutant setup to replace 5 remotes with one and had a lot troubles getting it to work with our crappy tv which is Philips 42PFL5522D/05. If you own this tele and you just bought Harmony One save your self some time and choose 42PFL5522D and not 42PFL5522D/05 as model of TV when setting the remote up. This will make switching inputs work.

2010
03.29

I had some problems with ec2 and EBS recently when mounting EBS drive with XFS on it. Basically the machine was frozen and only way to get it back was request to detach EBS drive and reboot the ec2 machine, I found a fix here.

Read More >>

2010
03.26

If you running in problems getting Amazon ec2 API tools on Debian Lenny seeing something like this:

user@computer:$ ec2-describe-instances
Unexpected error:
javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1611)

Here is how to fix it:

Read More >>