Changes between Version 12 and Version 13 of jazz/10-05-17


Ignore:
Timestamp:
May 17, 2010, 8:56:13 PM (14 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/10-05-17

    v12 v13  
    66 * [陽明] 參考 [wiki:jazz/10-05-11#Linux 2010-05-11] 筆記,增加同時開檔個數上限至 743,964 - bio2.classcloud.org & bio.classcloud.org
    77 * [陽明] 設定 bio2.classcloud.org 的 Lustre 環境 - [__'''失敗'''__] 也許因為是 Ubuntu OS 的關係,所以 Lustre 核心失效??
     8
     9 * Bash Shell Script 變數字串取代
     10{{{
     11#!sh
     12${變數#關鍵字}          # 若變數內容從頭開始的資料符合『關鍵字』,則將符合的最短資料刪除
     13${變數##關鍵字}      # 若變數內容從頭開始的資料符合『關鍵字』,則將符合的最長資料刪除
     14${變數%關鍵字}          # 若變數內容從尾向前的資料符合『關鍵字』,則將符合的最短資料刪除
     15${變數%%關鍵字}      # 若變數內容從尾向前的資料符合『關鍵字』,則將符合的最長資料刪除
     16${變數/舊字串/新字串}   # 若變數內容符合『舊字串』則『第一個舊字串會被新字串取代』
     17${變數//舊字串/新字串}  # 若變數內容符合『舊字串』則『全部的舊字串會被新字串取代』
     18}}}
    819
    920== Cloud Service ==
     
    5263   * [http://code.google.com/p/chromium/wiki/LinuxBuildInstructionsPrerequisites Linux Build Instructions Prerequisites]
    5364   * [http://dev.chromium.org/chromium-os/how-tos-and-troubleshooting/debugging-tips Debugging Tips]
     65
     66== VirtualBox ==
     67
     68 * http://vboxweb.blogspot.com/
     69 * http://www.liangsuilong.info/?p=418
     70 * http://code.google.com/p/vboxweb/wiki/install