Changes between Version 2 and Version 3 of TenMax-MEMO


Ignore:
Timestamp:
Jun 22, 2018, 5:46:18 PM (6 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TenMax-MEMO

    v2 v3  
    6969
    7070* 若要使用命令列建立與管理 Azure 資源,您必須具備以下條件:
    71 ** 有 Azure 帳戶 (免費試用版) - 註冊 Azure - https://azure.microsoft.com/zh-tw/
    72 ** 安裝 Azure CLI - https://azure.microsoft.com/zh-tw/documentation/articles/xplat-cli-install/
    73 ** 登入使用您帳戶的相關 Azure 資源 - https://azure.microsoft.com/zh-tw/documentation/articles/xplat-cli-connect/
     71  * 有 Azure 帳戶 (免費試用版) - 註冊 Azure - https://azure.microsoft.com/zh-tw/
     72  * 安裝 Azure CLI - https://azure.microsoft.com/zh-tw/documentation/articles/xplat-cli-install/
     73  * 登入使用您帳戶的相關 Azure 資源 - https://azure.microsoft.com/zh-tw/documentation/articles/xplat-cli-connect/
    7474
    7575== Azure CLI 安裝 ==
     
    151151* 資源管理員文件入口:https://azure.microsoft.com/zh-tw/documentation/articles/xplat-cli-azure-resource-manager/
    152152
    153 {| class="wikitable sortable"
    154 |-
    155 ! 縮寫 !! 全文 !! 說明
    156 |-
    157 | ASM ||  ||
    158 |-
    159 | ARM || Azure Resource Manager || Azure 資源管理員
    160 |-
    161 |  || Resource Group ||
    162 |}
    163 
     153{{{
     154#!html
     155<table class="wikitable sortable jquery-tablesorter" border="1">
     156
     157<thead><tr>
     158<th class="headerSort" tabindex="0" role="columnheader button" title="昇冪排序"> 縮寫 </th>
     159<th class="headerSort" tabindex="0" role="columnheader button" title="昇冪排序"> 全文 </th>
     160<th class="headerSort" tabindex="0" role="columnheader button" title="昇冪排序"> 說明
     161</th></tr></thead><tbody>
     162<tr>
     163<td> ASM </td>
     164<td>  </td>
     165<td>
     166</td></tr>
     167<tr>
     168<td> ARM </td>
     169<td> Azure Resource Manager </td>
     170<td> Azure 資源管理員
     171</td></tr>
     172<tr>
     173<td>  </td>
     174<td> Resource Group </td>
     175<td>
     176</td></tr></tbody><tfoot></tfoot></table>
     177}}}
    164178== Azure CLI 操作與管理 ==
    165179
     
    318332Usage: vm quick-create [options] <resource-group> <name> <location> <os-type> <image-urn> <admin-username> <admin-password>
    319333}}}
    320 {| class="wikitable"
    321 |-
    322 ! 變數 !! 可用選項
    323 |-
    324 | location || 詳見 `azure location list`
    325 |-
    326 | os-type || <ul><li>Windows</li><li>Linux</li></ul>
    327 |-
    328 | image-urn || 詳見 `azure vm image list`
    329 |}
     334{{{
     335#!html
     336<table class="wikitable" border="1">
     337
     338<tbody><tr>
     339<th> 變數 </th>
     340<th> 可用選項
     341</th></tr>
     342<tr>
     343<td> location </td>
     344<td> 詳見 <code>azure location list</code>
     345</td></tr>
     346<tr>
     347<td> os-type </td>
     348<td> <ul><li>Windows</li><li>Linux</li></ul>
     349</td></tr>
     350<tr>
     351<td> image-urn </td>
     352<td> 詳見 <code>azure vm image list</code>
     353</td></tr></tbody></table>
     354}}}
    330355* 範例:
    331356{{{
     
    451476== Ansible 快速入門 ==
    452477* sysadmincasts 三小時入門
    453 ** [https://sysadmincasts.com/episodes/43-19-minutes-with-ansible-part-1-4  Episode #43 - 19 Minutes With Ansible (Part 1/4)]
    454 ** [https://sysadmincasts.com/episodes/45-learning-ansible-with-vagrant-part-2-4 Episode #45 - Learning Ansible with Vagrant (Part 2/4)]
    455 ** [https://sysadmincasts.com/episodes/46-configuration-management-with-ansible-part-3-4 Episode #46 - Configuration Management with Ansible (Part 3/4)]
    456 ** [https://sysadmincasts.com/episodes/47-zero-downtime-deployments-with-ansible-part-4-4 Episode #47 - Zero-downtime Deployments with Ansible (Part 4/4)]
     478  * [https://sysadmincasts.com/episodes/43-19-minutes-with-ansible-part-1-4  Episode #43 - 19 Minutes With Ansible (Part 1/4)]
     479  * [https://sysadmincasts.com/episodes/45-learning-ansible-with-vagrant-part-2-4 Episode #45 - Learning Ansible with Vagrant (Part 2/4)]
     480  * [https://sysadmincasts.com/episodes/46-configuration-management-with-ansible-part-3-4 Episode #46 - Configuration Management with Ansible (Part 3/4)]
     481  * [https://sysadmincasts.com/episodes/47-zero-downtime-deployments-with-ansible-part-4-4 Episode #47 - Zero-downtime Deployments with Ansible (Part 4/4)]
    457482
    458483= Gradle =
     
    606631== brew ==
    607632
    608 {| class="wikitable"
    609 |-
    610 ! 指令 !! 描述 !! 範例
    611 |-
    612 | `brew doctor` || 檢查 brew 系統是否有潛在問題 || {{{~$ brew doctor
     633{{{
     634#!html
     635<table class="wikitable" border=1>
     636
     637<tbody><tr>
     638<th> 指令 </th>
     639<th> 描述 </th>
     640<th> 範例
     641</th></tr>
     642<tr>
     643<td> <code>brew doctor</code> </td>
     644<td> 檢查 brew 系統是否有潛在問題 </td>
     645<td> <pre>~$ brew doctor
    613646Please note that these warnings are just used to help the Homebrew maintainers
    614647with debugging if you file an issue. If everything you use Homebrew for is
     
    617650Warning: Your Homebrew is outdated.
    618651You haven't updated for at least 24 hours. This is a long time in brewland!
    619 To update Homebrew, run `brew update`.}}}
    620 |-
    621 | `brew desc` || 顯示套件的簡單描述 || {{{~$ brew desc mysql
    622 mysql: Open source relational database management system}}}
    623 |-
    624 | `brew info` || 顯示套件的詳細描述 || {{{~$ brew info mysql
     652To update Homebrew, run `brew update`.</pre>
     653</td></tr>
     654<tr>
     655<td> <code>brew desc</code> </td>
     656<td> 顯示套件的簡單描述 </td>
     657<td> <pre>~$ brew desc mysql
     658mysql: Open source relational database management system</pre>
     659</td></tr>
     660<tr>
     661<td> <code>brew info</code> </td>
     662<td> 顯示套件的詳細描述 </td>
     663<td> <pre>~$ brew info mysql
    625664mysql: stable 5.7.12 (bottled)
    626665Open source relational database management system
     
    629668Not installed
    630669From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/mysql.rb
    631 ==> Dependencies
     670==&gt; Dependencies
    632671Build: cmake ✘
    633672Required: openssl ✔
    634 ==> Options
     673==&gt; Options
    635674--with-archive-storage-engine
    636675        Compile with the ARCHIVE storage engine enabled
     
    645684--with-test
    646685        Build with unit tests
    647 ==> Caveats
     686==&gt; Caveats
    648687We've installed your MySQL database without a root password. To secure it run:
    649688    mysql_secure_installation
     
    655694  brew services start mysql
    656695Or, if you don't want/need a background service you can just run:
    657   mysql.server start}}}
    658 |}
     696  mysql.server start</pre>
     697</td></tr></tbody></table>
     698}}}
    659699
    660700=== 建立自己的 Cask ===