Archive for June 2008

2008 Zoo Tunes Calendar

I live by Woodland Park Zoo. Every year they have a concert series that makes parking impossible, but in return, I get free tickets to two concerts. I went looking for a calendar I could subscribe, so I would know which concerts to attend, and when I need to get home early so I can get a parking spot. I couldn’t find such a calendar, so I created one -> Zoo Tunes Calendar <- (presented in ics format for use in most major calendar applications.)

The schedule, from http://www.zoo.org/zootunes/index.html

Continue reading ‘2008 Zoo Tunes Calendar’ »

32 CPU Superdome

Something you don’t see every day…

Sending mail from CentOS on Slicehost

When I first set up CainManor on slicehost, e-mail wasn’t working. The solution, based on this thread, was to install postfix.

apt-get install postfix  -Install postfix

edit /etc/postfix/main.cf

mydomain = cainmanor.com
myorigin = cainmanor.com
mynetworks_style = host

service postfix start -start the service to see if it works as expected.

chkconfig –list postfix - make sure it will start on boot.  The default install takes care of this

Pig In Boots

A Pig Wearing boots

If you don’t think this is the cutest thing you’ve ever seen, then you’re dead inside. What’s that? You’re too much of a man for something like this. Why don’t you read this, then go put on some lipstick. That was a man, and I bet he thinks a pig wearing boots is cute.

From… http://www.dailymail.co.uk/news/article-1025428/Pig-Boots-The-worlds-porker-afraid-mud.html

Joke

Q: How do Republican commit suicide?

Continue reading ‘Joke’ »

Considerations when moving SAV CE v10 from UNC to HTTP updates

I didn’t see this documented anywhere, but you have to create the following MIME types on your web server when you move to HTTP updates as your transport.

IS Manager -> <your server> -> Default Web Site -> Your Directory -> properties.

Go to http header -> MIME Types. Add

.m25 application/binary (for v10)
.x86 application/binary (for v8 & v9)