2008/10/02, 11:02 am
因為工作上都要改成 UTF8 , 所以很多以前熟悉的工具都要作一番改變 , 於是順手記在這邊 , 免得又忘記了.
我的 .screenrc
caption always "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<"
bind b encoding big5 utf8
bind u encoding utf8 big5
我的 .bashrc
EDITOR="/usr/bin/vim"
我的 putty setting


Share on Facebook
2008/09/28, 7:23 pm
emerge -av dev-db/oracle-instantclient-basic dev-db/oracle-instantclient-sqlplus
–
!!! dev-db/oracle-instantclient-basic-11.1.0.7.0 has fetch restriction turned on.
!!! This probably means that this ebuild's files must be downloaded
!!! manually. See the comments in the ebuild for more information.
* Please go to:
* http://www.oracle.com/technology/tech/oci/instantclient/index.html
* select your platform and download the
* Basic client package with SDK, which are:
* instantclient-basic-linux32-11.1.0.7.zip
* instantclient-sdk-linux32-11.1.0.7.zip
* Then after downloading put them in:
* /usr/portage/distfiles
–
在
http://www.oracle.com/technology/tech/oci/instantclient/index.html
抓
factory ~ # cd /usr/portage/distfiles
factory distfiles # ls -l *zip
-rw-rw-r-- 1 apache portage 34556803 Aug 6 17:17 instantclient-basic-linux32-10.2.0.3-20061115.zip
-rw-rw-r-- 1 apache portage 602897 Aug 6 17:17 instantclient-sdk-linux32-10.2.0.3-20061115.zip
emerge -av dev-db/oracle-instantclient-basic
#
—
USE="apache2 berkdb bzip2 calendar cjk cli crypt ctype curl gd gdbm hash iconv json mysql mysqli nls oci8-instant-client pcre reflection session simplexml sockets spl ssl tokenizer truetype unicode xml xmlreader xmlwriter zlib" emerge -av php
Share on Facebook
2008/07/26, 8:01 pm
Tags:
apache,
lamp,
linux,
monster,
mysql,
Programming/php,
vmware Category:
DATABASE,
Network service,
Programming/php,
Software,
System/Linux/Unix* |
Comments Off
2008/07/24, 10:03 am
網址: http://sourceforge.net/projects/va-ctcs
抓下來解開, 打 make
編譯完就可以:
./newburn
開始燒機了…..
server 不穩的話不用跑多久就會 HANG 掉了…
Share on Facebook
2008/07/23, 9:28 pm
caption always "MONSTER %{bw}%0C%A %Y/%m/%d %LD %{wb} %-w%{Y}[%n %t]%{w}%+w%{k}"
activity "activity in %n (%t) [%w:%s]"
bind b encoding big5 utf8
bind u encoding utf8 big5
screen -t ROOT 0 bash
screen -t NET 8 bash
screen -t TOP 9 bash
screen -t WK1 1 bash
screen -t WK2 2 bash
Share on Facebook