Monthly Archives: February 2007
Acrobat Reader 7 and FC6
I broke down and wanted to install Adobe Acrobat Reader 7 on my FC6 box to replace xpdf. After installing it from the tar.gz version the acroread startup script bombed out with the error: expr substr 2400000000000 1
After a little searching I didn't find much help so I started looking at the script myself to [...]
Posted in linux, software, system administration, utilities 4 Comments
Dynamic DNS with EC2 and ZoneEdit
There seems to be a lot of questions on how to set up dyndns with EC2. It is fairly easy to do but I haven't seen anyone put everything together to do it yet so I figured I would write a little example using ZoneEdit. I picked ZoneEdit because it lets you sign up and [...]
Howto base64 decode with C/C++ and OpenSSL