[vim] comment 的顏色

2004/10/13
By

之前一直是深藍色,在黑色背景下看得有夠吃力的。 剛剛翻了翻 VIM.org ,加上下列幾行,就變成顧眼睛的綠色啦 if &background == "light" highlight comment ctermfg=darkgreen guifg=darkgreen else highlight comment ctermfg=green guifg=green endif

Read more »

[HEADS UP] ports partially unfreeze

2004/10/12
By

消息來源:HEADS UP: Partial ports thaw by Kris Kennaway。 所以要先清掉之前積的 20 個還沒處理的 pr 。:twisted:

Read more »

[doc] rsync 備份 (with ssh)

2004/10/11
By

其實只有一行指令:

Read more »

[舊文] 水榭 CA 設定記錄

2004/10/11
By

本篇是從 web.archive.org 找回來的文章,給自己再做個 history note 吧。:cool:

Read more »

[WP] 分月彙整與分日彙整 的 RewriteRule

2004/10/11
By

原本的 rewrite rule 有點問題,在處理分月彙整與分日彙整時會錯亂掉。

Read more »

[WP-Plugins] Code Viewer

2004/10/08
By

這樣以後看 code 多了一個更方便的選擇了 由這裡下載。

Read more »