2008-08-01から1ヶ月間の記事一覧

.ssh/config

$HOME/.ssh/configを活用していますか? http://openlab.dino.co.jp/2007/10/03/17550797.html

python-ldap

LDAPはじめました。 python-ldap例のごとく easy_install からインストールできます $ sudo easy_install -Z -U python-ldap

[Python] Trac 0.11 で reSTのレンダリング

Trac 0.11 で、リポジトリブラウザからreSTなファイルを 開くと構文エラーという表示が出ることに気付いた。docutils を 0.4 -> 0.5 にバージョンをあげたら直った。あとで、必須バージョンを調べる。 docutils => 0.39 とある。

[Python] mercurialリポジトリの外部公開

SharedSSH (日本語翻訳済み) $ ssh hg.example.com hg -R /path/to/repos serve --stdio とあるけど、 $ hg clone ssh://user@hg.example.com//path/to/repos でもできる。