Oct 31, 2009
用rsnapshot 備份
How To Backup Remote Linux Host Using rsnapshot rsync Utility
Oct 22, 2009
Oct 21, 2009
Oct 6, 2009
rsync for backup
server 端
設定 /etc/rsyncd.conf, 一組設定稱為一個module[KG6500_Stream]
path = /media/HD-CEU2 # server 端的備份位置
uid = root
gid = root
secrets file = /etc/rsyncd.secrets # 帳號密碼設定檔
read only = no
client
要備份的資料夾: /home/Stream執行 rsync -vrtopg --progress --password-file=/etc/rsyncd.secrets /home/Stream backup@127.0.0.1::KG6500_Stream
會將client端的/home/Stream 整個資料夾備份到/media/HD-CEU2/Stream
參數說明
v : 顯示進度r : 遞迴
topg : 維持檔案屬性
Sep 29, 2009
Sep 4, 2009
Jun 12, 2009
Jun 9, 2009
Jun 7, 2009
Jun 1, 2009
trip to EURO
長這麼大都不曾出國(套一句留英LEX的台詞:余自幼家貧)
第一次出國就是去歐洲出差半個月,而且要一次走六個國家
知道自己英文不是很好,覺得有點緊張
跑去買了一本旅遊英文書來惡補一下(來不及了啦~)
不過基本的會話應該ok,只是有些字彙不知道怎麼說
見招拆招囉~
下一篇文章應該會在是在法國的時候
May 2, 2009
Apr 27, 2009
這帽子扣得真大
我是很尊敬前輩的……
Apr 22, 2009
Pompidou in Taiwan
的確是世界級的畫展(講得好像看很懂...其實是看熱鬧)
上次樓蘭阿罵沒跟到,這次第一天就衝去看
住台北的好處是藝文活動很多
and... 朋友大多在台北
Mar 14, 2009
Mar 12, 2009
enable mouse in vim
http://snpshu.blog.pingtung.org/post/2/68
"使用m$模式
source $VIMRUNTIME/mswin.vim
behave mswin
"使用mouse
set mouse=a
"指定term模式
set ttymouse=xterm2
"切換滑鼠模式快速鍵
map m :set mouse=a<CR>
map <Leader>m :set mouse=<CR>
Mar 7, 2009
Mar 4, 2009
backup my vimrc
" 256 color depth
set t_Co=256
" paste without indent
set paste
" 顯示行號
set nu
set nobackup
set autoindent
colors asmdev
set cindent
set ruler
set tags=./tags,tags
set nocompatible
set backspace=2
set showmatch
" tab for cindent with 4 spaces
set shiftwidth=4
" tab = 4 spaces
set tabstop=4
" convert tab to space
set expandtab
syntax on
set et
" set noet
" F2 : 存檔(不關閉)
map :up
" F3 : 切換游標所在行劃底線
map :set cursorline!:echo "Highlight active cursor line: " . strpart("OffOn", 3 * &cursorline, 3)
" F4 直接關閉
map :q
" F5 到下個tab
map :tabprev
" F6 到前個tab
map :tabnext
map :NERDTree
map :set hls!set hls?
nmap :set nu!
imap :set nu!
map :TlistToggle
map :color relaxedgreen
map :vs:Explore
let Tlist_GainFocus_On_ToggleOpen = 1
map w :tabclose
map n :tabnew:e
" 每次開啟檔案回到之前開啟的位置
if has("autocmd")
autocmd BufRead *.txt set tw=78
autocmd BufReadPost *
\ if line("'\"") > 0 && line ("'\"") 0
set fileencodings=ucs-bom,utf-8,cp936,big5,euc-jp,euc-kr,latin1
else
set fileencodings=cp936,big5,euc-jp,euc-kr,latin1
endif
" CJK environment detection and corresponding setting
if v:lang =~ "^zh_CN"
" Use cp936 to support GBK, euc-cn == gb2312
set encoding=cp936
set termencoding=cp936
set fileencoding=cp936
elseif v:lang =~ "^zh_TW"
" cp950, big5 or euc-tw
" Are they equal to each other?
set encoding=big5
set termencoding=big5
set fileencoding=big5
elseif v:lang =~ "^ko"
" Copied from someone縮 dotfile, untested
set encoding=euc-kr
set termencoding=euc-kr
set fileencoding=euc-kr
elseif v:lang =~ "^ja_JP"
" Copied from someone縮 dotfile, unteste
set encoding=euc-jp
set termencoding=euc-jp
set fileencoding=euc-jp
endif
" Detect UTF-8 locale, and replace CJK setting if needed
if v:lang =~ "utf8$" || v:lang =~ "UTF-8$"
set encoding=utf-8
set termencoding=utf-8
set fileencoding=utf-8
endif
else
echoerr "Sorry, this version of (g)vim was not compiled with multi_byte"
endif
" cscope
if has("cscope")
set csprg=/usr/bin/cscope
set csto=0
set cst
set nocsverb
" add any database in current directory
if filereadable("cscope.out")
cs add cscope.out
" else add database pointed to by environment
elseif $CSCOPE_DB != ""
cs add $CSCOPE_DB
endif
set csverb
set cscopetag
set cscopequickfix=s-,g-,c-,d-,t-,e-,f-,i-
endif
Feb 24, 2009
Feb 12, 2009
Feb 5, 2009
ubuntu ethxx rename
不知道為甚麼,eth0不見了,只剩下eth1
http://mydebian.blogdns.org/?p=177
# /etc/init.d/networking stop
首先要知道網路卡的driver module name
# lsmod (找出網路卡module : NICmod)
# rmmod NICmod
確認udev rule for NIC設定檔
通常在 /etc/udev/rules.d/xxx-net.rules
將它清空,重新載入NIC module
# modprobe NICmod
# /etc/init.d/networking start
Jan 27, 2009
新年快樂
今年的過年真是有夠冷
這幾天桃園的氣溫大概5~10度
而且今年剛到職,照年資比例拿的年終差點不夠發紅包
景氣又看不到底
整體而言真是慘到爆
不過幸好公司目前沒傳出什麼狀況
希望新的一年工作順利,健康平安
Jan 19, 2009
sed - 字串取代
將a.txt裡面的xxx取代成yyy,存到b.txt
sed 's/xxx/yyy/g' a.txt > b.txt
取代行首
sed 's/^/yyy/g' a.txt > b.txt
取代行末
sed 's/$/yyy/g' a.txt > b.txt
血拼
拿到公司發放的SOGO禮券,昨天跟李老師殺去血拼了一個晚上
兩個人挑了一個晚上,買三樣東西就八千多飛去
終於買到她很想要的牛仔褲跟我的帆船鞋
但是週日晚上的百貨公司真是擁擠
暗自決定以後不要週末來
Jan 13, 2009
Jan 9, 2009
Jan 8, 2009
破紀錄
昨天為了機八的圖檔Pallet搞了一整天
害阿湯陪我一起加班到11點半
我滿懷歉意的跟阿湯說
阿湯哥對不起都是我害你加班
阿湯相當夠義氣的說…沒關係…知道錯就好
而且我竟然忘記吃晚餐…真是不健康