Changes between Version 3 and Version 4 of TenMax-MEMO
- Timestamp:
- Jun 22, 2018, 5:52:52 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TenMax-MEMO
v3 v4 1 [[PageOutline]] 2 1 3 = Mac 設定 = 2 4 == 開發環境設定 == … … 53 55 54 56 * 首先,認識一下選單上的鍵盤符號對應: 55 [[ File:hotkeys.png|400px]]57 [[Image(hotkeys.png)]] 56 58 57 59 == 終端機設定 == … … 59 61 * 一開始覺得很奇怪,為何用 `screen` 有顏色,不用就沒有顏色。 60 62 * 原因是預設的 `TERM` 不支援,需改為 `xterm-256color` 才行。 61 * [[ File:mac_terminal_xterm.png|600px]]63 * [[Image(mac_terminal_xterm.png)]] 62 64 * 修改後,查詢 `$TERM` 環境變數應該會看到: 63 65 {{{ … … 438 440 * http://storageexplorer.com/ 439 441 * 注意:需打開 MAC 安全性設定,才能進行安裝。 440 * [[ File:Mac_Security_Setting.png|400px]]442 * [[Image(Mac_Security_Setting.png)]] 441 443 442 444 === Cyberduck === … … 471 473 * 跨資料中心時,Cassandra Driver 最好加上 Compression 的設定 472 474 * [參考] https://datastax.github.io/java-driver/2.1.7/features/compression/ 473 [[ File:after_compression.png|400px]]475 [[Image(after_compression.png)]] 474 476 475 477 = Ansible = … … 866 868 }}} 867 869 * 設定用 command line 指令 `idea` 就可以啟動 IDEA 868 [[ File:Idea command line launcher.png|400px]]870 [[Image(Idea command line launcher.png)]] 869 871 870 872 == gitbook ==