Winlogbeat - Install Winlogbeat on Windows

要在 Windows 下使用 Winlogbeat,可先至官網下載下來解壓縮。 ...

June 4, 2017 · 1 min · 253 words · Larry Nung

Logstash - Getting started

Logstash 安裝好後,可以用 Logstash 的 -e 參數帶入 Logstash 設定快速的體驗一下。 ...

June 3, 2017 · 1 min · 192 words · Larry Nung

Oracle SQL Developer - Unit testing

要用 Oracle SQL Developer 撰寫單元測試,可點選 [View | Unit Test] 主選單選項。 ...

May 30, 2017 · 1 min · 409 words · Larry Nung

Logstash - Install Logstash via apt

安裝 Logstash 前,需先確認已有安裝 Java 8。 ...

May 29, 2017 · 1 min · 145 words · Larry Nung

Ansible - Copy module

Ansible 的 Copy module 可以用來處理檔案的複製。 ...

May 27, 2017 · 2 min · 850 words · Larry Nung

Ansible - APT module

Ansible 的 APT module 可以用來管理 APT 套件。 可用的參數如下: ...

May 26, 2017 · 2 min · 574 words · Larry Nung

Ansible - Shell module

Ansible 的 Shell module 可以用來執行命令。 可用的參數如下: ...

May 26, 2017 · 1 min · 346 words · Larry Nung

Ansible - Command module

Ansible 的 Command module 可以用來執行命令。 可用的參數如下: ...

May 25, 2017 · 1 min · 356 words · Larry Nung

Ansible - Offline docs with ansible-doc

Ansible 有許多模組,每麼模組有不同的用途、不同的參數、不同的使用方式,要查閱模組的使用方式除了透過網路查詢外,也可以用 ansible-doc 離線查詢。 ...

May 24, 2017 · 1 min · 296 words · Larry Nung

Ansible - Inventory

Ansible 的 Inventory 是 Ansible 的主機清單,紀錄著要被管理的主機資訊。 ...

May 22, 2017 · 2 min · 750 words · Larry Nung