Archive

2008年9月 的Archive

[AIX] vim 的 color syntax 設定

2008年9月30日 ceciltsai 尚無評論

在 .vimrc 中加入下面字串:
if has("terminfo")
set t_Co=16
set t_AB=Esc[%?%p1%{8}%< %t%p1%{40}%+%e%p1%{92}%+%;%dm
set t_AF=Esc[%?%p1%{8}%< %t%p1%{30}%+%e%p1%{82}%+%;%dm
else
set t_Co=16
set t_Sf=Esc[3%dm
set t_Sb=Esc[4%dm
endif
" Where Esc is actual Ctrl-v + Esc

這設定我找了好久才找到 orz

看來我對 google 的 keyword search 還得多下點功夫

Ref:

The easiest way to get vim color in AIX

Speaking UNIX: The new and improved Vim editor

Categories: Uncategorized Tags:

[Unix] color-wrapper 彩色你的黑白

2008年9月11日 ceciltsai 3 則評論

逛網路時意外找到這個小工具

運用色彩點綴 UNIX 環境

color wapper

安裝也很簡單,configure 後再下個 make installlocal

將 path export 進去就 ok 了

真是個不錯的小工具 :)

Categories: UnixTools Tags:

[WordPress] 再昇一次

2008年9月9日 ceciltsai 尚無評論

才剛升級完就出 SQL Truncation 的問題,

官方建議是更新或者是關閉註冊功能以避免此問題
WordPress 2.6.2 SQL Truncation
這大概是我更新最快的一次了…

Categories: Work Tags:

[WordPress] 升級

2008年9月5日 ceciltsai 尚無評論

to WP 2.6.1

everything goes fine… :-)

Categories: Work Tags: