I recently had to reencode a seminar a client had produced for DVD. They wanted to stream it from their own server on the web at 640 x 480 pixel size. Their attempts using Quicktime could only be played on 10Mbit/sec DSL not on 1.5Mbit/sec DSL. The symptoms were a blue Q showing, a very long wait for something to happen then a black rectangle but nothing playing (and more more network traffic).
Archive Email With Postfix
I was asked if I could figure out a way to archive all email going both in and out of a whole domain. They wanted one giant mailbox with all the emails in it.
It took 4 steps:
- Create an archive email account (which can be in the same domain)
- Create a bcc map file
- Edit postfix’s mail.cf file
- Reload postfix
- Test
Octopress Hidden Features
There are several features of the theme I didn’t see in the documentation but did spot in the code.
Asides (the sidebar)
You can include a bit about yourself of the blg by editing source/_includes/custom/asides/about.html and then adding custom/asides/about.html, into the default_asides in _config.yml.
1
| |
From Mephisto to Octopress
Because I have so little to do… Ha! That’s not right… Because I haven’t done a project for my own curiousity in a while, I decided to move one of my ghost-town sites (this one) to Octopress 2.0. It writen in ruby so what could go wrong?
The whole move took me a fair bit of a weekend. Most of the time was spent figuring out style changes using SASS. Tried out a couple Google Fonts and then cut back to two due to page load time going up. Amazon deployments are not supported yet even though there is jeje’s excellent code out waiting to be merged back into octopress.