RRDtool1.4rc2が本家あったのでコンパイル。
NetBSD/i386 5.0(Core2Duo1.2GHz..dynabook SS RX1)にて、
環境変数を「setenv CFLAGS '-I/usr/pkg/include/glib/'」と書き込み、
「time ./configure --disable-nls」で35秒まつ。
その後、makeとやって41秒で完成した。
簡単なグラフを書かせた所1.3系と同じ。ただなぜか1画素縦に大きいのがでた。
1.4の目玉は「RRD Caching Daemon」の模様。
これは試してみないと。
2009年8月5日水曜日
2009年8月4日火曜日
2009年8月3日月曜日
朝顔が2階の一番上に到達
7/18に2階の窓の下まで伸びていたのが2週間で一番上まで葉で覆われました。
7/20の様子
7/23の様子
7/26の様子
8/1の様子
朝顔の根っこが凄いことに。太いなぁ。割箸より太いです。小指ぐらいあるかも。
7/20の様子
7/23の様子
7/26の様子
8/1の様子
朝顔の根っこが凄いことに。太いなぁ。割箸より太いです。小指ぐらいあるかも。
2009年7月22日水曜日
Wanderlustの文字の色
家のメールはずっとktermにWanderlustで読んでいるのだが、標準の色が目に痛かった。
最近は携帯電話でのメールのやりとりが多いので放置していたのだが、ふと白地に黄色がまったく読めないので設定する事にした。
ドキュメントにある全てを登録しても転送したメールが黄色で直らない.....
うーんドキュメントに記載されていないのも結構あることが判明。
ソースコードより目的のものは「wl-highlight-summary-forwarded-face」というらしい。
;documented. ex. wl-ja.info(2.14.0)
(set-face-foreground 'wl-highlight-message-headers "black" )
(set-face-foreground 'wl-highlight-message-header-contents "black" )
(set-face-foreground 'wl-highlight-message-important-header-contents "black" )
(set-face-foreground 'wl-highlight-message-important-header-contents2 "black" )
(set-face-foreground 'wl-highlight-message-unimportant-header-contents "black" )
(set-face-foreground 'wl-highlight-message-citation-header "black" )
(set-face-foreground 'wl-highlight-message-cited-text-1 "black" )
(set-face-foreground 'wl-highlight-message-signature "black" )
(set-face-foreground 'wl-highlight-header-separator-face "black" )
;(set-face-foreground 'wl-highlight-summary-important-face "black" ) ;obsolete
(set-face-foreground 'wl-highlight-summary-new-face "black" )
(set-face-foreground 'wl-highlight-summary-displaying-face "black" )
(set-face-foreground 'wl-highlight-thread-indent-face "black" )
(set-face-foreground 'wl-highlight-summary-unread-face "black" )
(set-face-foreground 'wl-highlight-summary-deleted-face "black" )
(set-face-foreground 'wl-highlight-summary-refiled-face "black" )
(set-face-foreground 'wl-highlight-summary-copied-face "black" )
(set-face-foreground 'wl-highlight-summary-target-face "black" )
(set-face-foreground 'wl-highlight-summary-thread-top-face "black" )
(set-face-foreground 'wl-highlight-summary-normal-face "black" )
(set-face-foreground 'wl-highlight-folder-unknown-face "black" )
(set-face-foreground 'wl-highlight-folder-zero-face "black" )
(set-face-foreground 'wl-highlight-folder-few-face "black" )
(set-face-foreground 'wl-highlight-folder-many-face "black" )
(set-face-foreground 'wl-highlight-folder-unread-face "black" )
(set-face-foreground 'wl-highlight-folder-killed-face "black" )
(set-face-foreground 'wl-highlight-folder-opened-face "black" )
(set-face-foreground 'wl-highlight-folder-closed-face "black" )
(set-face-foreground 'wl-highlight-folder-path-face "black" )
(set-face-foreground 'wl-highlight-logo-face "black" )
(set-face-foreground 'wl-highlight-demo-face "black" )
; Only What's new document(2.12.0 -> 2.12.2)
(set-face-foreground 'wl-highlight-summary-disposed-face "black" )
(set-face-foreground 'wl-highlight-summary-prefetch-face "black" )
(set-face-foreground 'wl-highlight-summary-resend-face "black" )
(set-face-foreground 'wl-highlight-summary-answered-face "black" )
(set-face-foreground 'wl-highlight-action-argument-face "black" )
; undocumented(From wl-highlight.el)
(set-face-foreground 'wl-highlight-summary-forwarded-face "black" )
(set-face-foreground 'wl-highlight-summary-flagged-face "black" )
(set-face-foreground 'wl-highlight-summary-disposed-face "black" )
(set-face-foreground 'wl-highlight-summary-forwarded-face "black" )
(set-face-foreground 'wl-highlight-summary-temp-face "black" )
(set-face-foreground 'wl-highlight-summary-low-read-face "black" )
(set-face-foreground 'wl-highlight-summary-high-read-face "black" )
(set-face-foreground 'wl-highlight-summary-low-unread-face "black" )
(set-face-foreground 'wl-highlight-summary-high-unread-face "black" )
最近は携帯電話でのメールのやりとりが多いので放置していたのだが、ふと白地に黄色がまったく読めないので設定する事にした。
ドキュメントにある全てを登録しても転送したメールが黄色で直らない.....
うーんドキュメントに記載されていないのも結構あることが判明。
ソースコードより目的のものは「wl-highlight-summary-forwarded-face」というらしい。
;documented. ex. wl-ja.info(2.14.0)
(set-face-foreground 'wl-highlight-message-headers "black" )
(set-face-foreground 'wl-highlight-message-header-contents "black" )
(set-face-foreground 'wl-highlight-message-important-header-contents "black" )
(set-face-foreground 'wl-highlight-message-important-header-contents2 "black" )
(set-face-foreground 'wl-highlight-message-unimportant-header-contents "black" )
(set-face-foreground 'wl-highlight-message-citation-header "black" )
(set-face-foreground 'wl-highlight-message-cited-text-1 "black" )
(set-face-foreground 'wl-highlight-message-signature "black" )
(set-face-foreground 'wl-highlight-header-separator-face "black" )
;(set-face-foreground 'wl-highlight-summary-important-face "black" ) ;obsolete
(set-face-foreground 'wl-highlight-summary-new-face "black" )
(set-face-foreground 'wl-highlight-summary-displaying-face "black" )
(set-face-foreground 'wl-highlight-thread-indent-face "black" )
(set-face-foreground 'wl-highlight-summary-unread-face "black" )
(set-face-foreground 'wl-highlight-summary-deleted-face "black" )
(set-face-foreground 'wl-highlight-summary-refiled-face "black" )
(set-face-foreground 'wl-highlight-summary-copied-face "black" )
(set-face-foreground 'wl-highlight-summary-target-face "black" )
(set-face-foreground 'wl-highlight-summary-thread-top-face "black" )
(set-face-foreground 'wl-highlight-summary-normal-face "black" )
(set-face-foreground 'wl-highlight-folder-unknown-face "black" )
(set-face-foreground 'wl-highlight-folder-zero-face "black" )
(set-face-foreground 'wl-highlight-folder-few-face "black" )
(set-face-foreground 'wl-highlight-folder-many-face "black" )
(set-face-foreground 'wl-highlight-folder-unread-face "black" )
(set-face-foreground 'wl-highlight-folder-killed-face "black" )
(set-face-foreground 'wl-highlight-folder-opened-face "black" )
(set-face-foreground 'wl-highlight-folder-closed-face "black" )
(set-face-foreground 'wl-highlight-folder-path-face "black" )
(set-face-foreground 'wl-highlight-logo-face "black" )
(set-face-foreground 'wl-highlight-demo-face "black" )
; Only What's new document(2.12.0 -> 2.12.2)
(set-face-foreground 'wl-highlight-summary-disposed-face "black" )
(set-face-foreground 'wl-highlight-summary-prefetch-face "black" )
(set-face-foreground 'wl-highlight-summary-resend-face "black" )
(set-face-foreground 'wl-highlight-summary-answered-face "black" )
(set-face-foreground 'wl-highlight-action-argument-face "black" )
; undocumented(From wl-highlight.el)
(set-face-foreground 'wl-highlight-summary-forwarded-face "black" )
(set-face-foreground 'wl-highlight-summary-flagged-face "black" )
(set-face-foreground 'wl-highlight-summary-disposed-face "black" )
(set-face-foreground 'wl-highlight-summary-forwarded-face "black" )
(set-face-foreground 'wl-highlight-summary-temp-face "black" )
(set-face-foreground 'wl-highlight-summary-low-read-face "black" )
(set-face-foreground 'wl-highlight-summary-high-read-face "black" )
(set-face-foreground 'wl-highlight-summary-low-unread-face "black" )
(set-face-foreground 'wl-highlight-summary-high-unread-face "black" )
2009年7月21日火曜日
庭をいじっていたら
データが消えてしまった.....
先日のMacの無線高速化のついでに、ホームディレクトリをローカルディスクからからファイルサーバ側に移した。
ふと今日、ファイルサーバに「/tmp/Users」なるものがあり、「あーあ こんなところにバックアップファイルを展開しちゃって」と思い削除開始。ふと削除中に停止させマウントポイントを確認したら.....
なぜか「/home」を「/tmp/Users」にnullマウントしている。
わたしゃのホームディレクトリ、ほとんど消えたよ..... 痛いのは写真が軒並み消えたこと。
旅行の写真は同行した人にCD-Rやwebサーバ経由で渡していたので、ほとんどそこから拾えたが、何気なく撮影したものや庭の様子が消えている。
バックアップとらないとダメだな。
とはいえ何のメディアで取るんだろう。
DVDは容量が少ないし、テープドライブは高いし、SDカードとかが一番なのかな.....
ふと今日、ファイルサーバに「/tmp/Users」なるものがあり、「あーあ こんなところにバックアップファイルを展開しちゃって」と思い削除開始。ふと削除中に停止させマウントポイントを確認したら.....
なぜか「/home」を「/tmp/Users」にnullマウントしている。
わたしゃのホームディレクトリ、ほとんど消えたよ..... 痛いのは写真が軒並み消えたこと。
旅行の写真は同行した人にCD-Rやwebサーバ経由で渡していたので、ほとんどそこから拾えたが、何気なく撮影したものや庭の様子が消えている。
バックアップとらないとダメだな。
とはいえ何のメディアで取るんだろう。
DVDは容量が少ないし、テープドライブは高いし、SDカードとかが一番なのかな.....
登録:
投稿 (Atom)