| | 25 | |
| | 26 | ----- |
| | 27 | |
| | 28 | == 2010-10-30 == |
| | 29 | |
| | 30 | * [參考] 從 [http://old.nabble.com/Cygwin-setup.exe-via-the-cygwin-shell-td20259653.html Re: Cygwin setup.exe via the cygwin shell] 的討論可以看到一些參考的語法 ([wiki:jazz/10-02-03 2010-02-03]) |
| | 31 | {{{ |
| | 32 | setup.exe -d -q -R 'c:\cygwin' -s 'http://mirrors.xmission.com/cygwin/' -l 'c:\cygwin\home\thrall' -P vim,bc |
| | 33 | }}} |
| | 34 | * [參考] [http://alans.se/blog/2010/hadoop-hbase-cygwin-windows-7-x64/ Hadoop + HBase + Cygwin + Windows 7 x64] ([wiki:jazz/10-10-26 2010-10-26]) |
| | 35 | * 測試讓 cygwin setup.exe 從 http://ftp.ntu.edu.tw/pub/cygwin/ 下載到 cygwin_mirror 目錄 |
| | 36 | {{{ |
| | 37 | REM 純下載 Cygwin Base 分類下的檔案 |
| | 38 | setup.exe -q -D -O -s http://mirror.mcs.anl.gov/cygwin -C base |
| | 39 | REM 把 http 開頭的目錄搬到 cygwin_mirror |
| | 40 | move http* cygwin_mirror |
| | 41 | REM 用本地目錄 cygwin_mirror 安裝到 c:/hadoop4win |
| | 42 | setup.exe -q -d -L -l %cd%/cygwin_mirror -R c:/hadoop4win |
| | 43 | pause |
| | 44 | }}} |
| 177 | | == 2010-10-30 == |
| 178 | | |
| 179 | | * [參考] 從 [http://old.nabble.com/Cygwin-setup.exe-via-the-cygwin-shell-td20259653.html Re: Cygwin setup.exe via the cygwin shell] 的討論可以看到一些參考的語法 ([wiki:jazz/10-02-03 2010-02-03]) |
| 180 | | {{{ |
| 181 | | setup.exe -d -q -R 'c:\cygwin' -s 'http://mirrors.xmission.com/cygwin/' -l 'c:\cygwin\home\thrall' -P vim,bc |
| 182 | | }}} |
| 183 | | * [參考] [http://alans.se/blog/2010/hadoop-hbase-cygwin-windows-7-x64/ Hadoop + HBase + Cygwin + Windows 7 x64] ([wiki:jazz/10-10-26 2010-10-26]) |
| 184 | | * 測試讓 cygwin setup.exe 從 http://ftp.ntu.edu.tw/pub/cygwin/ 下載到 cygwin_mirror 目錄 |
| 185 | | {{{ |
| 186 | | REM 純下載 Cygwin Base 分類下的檔案 |
| 187 | | setup.exe -q -D -O -s http://mirror.mcs.anl.gov/cygwin -C base |
| 188 | | REM 把 http 開頭的目錄搬到 cygwin_mirror |
| 189 | | move http* cygwin_mirror |
| 190 | | REM 用本地目錄 cygwin_mirror 安裝到 c:/hadoop4win |
| 191 | | setup.exe -q -d -L -l %cd%/cygwin_mirror -R c:/hadoop4win |
| 192 | | pause |
| 193 | | }}} |
| 194 | | |