Tag Archives: deployment

Installing and configuring rsync server on CentOS 5 and use rsync client.

Sometimes you need to copy some files to one or number of the remote hosts and keep them updated with the latest version. In my example, I will be running performance tests and want to make sure each agent has … Continue reading

7 Comments

Filed under technology

Running Grinder console on EC2 cloud or fixing “java.lang.Error: Probable fatal error:No fonts found”

I was trying to run Grinder console on EC2 cloud, and that is my log of what happened. 1. Yes, I setup the “X” forwarding, and you can read it here of how it was setup. 2. However, trying to … Continue reading

Leave a Comment

Filed under technology

Installing Redis 2.2.14 on CentOS 5/6 and running with an “init” script.

Here are simple steps to get Redis 2.2.14 running on CentOS 5/6 (local desktop running CentOS 5.4 and EC2 AMI running CentOS 6.1) using an init script. The setup is intended to be used on developer desktop/laptop rather than production … Continue reading

10 Comments

Filed under technology