The bad news: the hotel I'm staying in charges for internet access (boooooh!!!)

The good news: they seem to allow SSH Conenctions without agreeing to the AGBs on the start page :D They seem to filter everything else though.

I could simply SSH Tunnel everything. Should I risk it or not?

Greetings,
Marc

Just a short fyi:

  1. Thanks to the hosting at dreamhost I now have bitdump.net under my control.
  2. I decided to disable catch-all for marc-seeger.de –> emails will now only be accepted on mail@… and the usual postmaster@+webmaster@ addresses

Epson, being a total douche, does not provide a scanner driver for the DX3850 for OSX.
The printer driver comes (as almos any printer driver known to man) bundeled with OSX, but for the scanner you have to rely on the TWAIN SANE Interface for MacOS X

First install libusb, then the other packages. Now you should be able to e.g. use the image capture utility to do your scans.

Works like a charm.

Simply doing a git-pull, works like a charm.

I guess those security fixes should be pretty important…

/mephisto$ git-pull
remote: Counting objects: 39, done.
Compressing objects: 100% (18/18), done.)
remote: Total 25 (delta 15), reused 17 (delta 7)
Unpacking 25 objects
100% (25/25) done
refs/heads/origin: fast forward to branch 'master' of git://github.com/technoweenie/mephisto
old..new: fd03aed..90e2cc2
refs/heads/rel-0.8: fast forward to branch 'rel-0.8' of git://github.com/technoweenie/mephisto
old..new: e668bea..45ffeb7
Updating fd03aed..90e2cc2
config/boot.rb: needs update
config/environment.rb: needs update
db/schema.rb: needs update
Fast forward
app/controllers/admin/articles_controller.rb | 1 +
app/controllers/admin/base_controller.rb | 13 +++++++++++++
app/controllers/admin/cachedpagescontroller.rb | 1 +
app/controllers/admin/comments_controller.rb | 1 +
app/controllers/admin/overview_controller.rb | 1 +
app/controllers/admin/resources_controller.rb | 10 +++++++++-
app/controllers/admin/sections_controller.rb | 1 +
app/controllers/admin/templates_controller.rb | 4 ++++
app/controllers/admin/themes_controller.rb | 2 +-
app/models/article.rb | 2 +-
10 files changed, 33 insertions(+), 3 deletions(-)