wiki:jazz/10-05-18

2010-05-18

知止而後能定,定而後能靜,靜而後能安,安而後能慮,慮而後能得

Clonezilla

Hadoop

Bash Shell Script

  • bash script 除錯(debug)與追蹤(trace)技巧:經常玩自由軟體的人一定要看別人的程式碼,或對自己寫的程式碼進行除錯。若是 perl script 可以加一個 -d 參數下去跑。 如果是 bash 呢?? bash script 可以加一個 -x 參數下去跑。 底下是一個範例:
    jazz@jazzbook:~/mkxpud$ bash -x ./tools/mkxpud 
    + export LC_ALL=C
    + LC_ALL=C
    + '[' -f tools/function.sh ']'
    + . tools/function.sh
    + '[' -z ']'
    + usage
    + echo 'Usage: 
     mkxpud <option> [<project codename>] - Image Generator for xPUD
    

Linux

  • 當 Debian Leader 被邀請到 Ubuntu Developer Summit,他心懷感恩,虛心給予建言卻也不至於強勢,這種氣質是難能可貴的啊
Last modified 14 years ago Last modified on May 18, 2010, 10:30:32 PM

Attachments (3)

Download all attachments as: .zip