Skip to content

Instantly share code, notes, and snippets.

View tibo's full-sized avatar

Thibaut LE LEVIER tibo

  • Nantes, France
View GitHub Profile
Kerberos + Apache + SVN
=======================
I did this on Ubuntu server 10.10. Based on this: https://help.ubuntu.com/community/Kerberos
1) Make sure the server has appropriate DNS info, e.g.: (/etc/hosts)
10.0.1.147 draco.madebysofa.com
127.0.0.1 localhost ubuntu
@toland
toland / tumblr-import.rb
Created March 15, 2010 03:03
Script to import Wordpress content into Tumblr
require 'rubygems'
require 'net/http'
require 'nokogiri'
TUMBLR_USER = '[email protected]'
TUMBLR_PASS = 'yourpassword'
url = URI.parse('http://www.tumblr.com/api/write')
# Read the WP export file