2017/11/01 此頁面已不再維護,請移至 GitLab 上觀看。
Ansible 是個與 Puppet, Salt, Chef 並列其四的 Infrastructure as Code 組態設定工具,其簡單易用的特性讓人愛不釋手;GitLab 是業界常見的 Git 私有版本控制服務,搭配其 GitLab CI 更能建立屬於自己的發佈流程。
本次凍仁將藉由工作坊的形式,帶領大家一探持續交付的世界和自動化的威力!
2017/11/01 此頁面已不再維護,請移至 GitLab 上觀看。
Ansible 是個與 Puppet, Salt, Chef 並列其四的 Infrastructure as Code 組態設定工具,其簡單易用的特性讓人愛不釋手;GitLab 是業界常見的 Git 私有版本控制服務,搭配其 GitLab CI 更能建立屬於自己的發佈流程。
本次凍仁將藉由工作坊的形式,帶領大家一探持續交付的世界和自動化的威力!
150fe39c77e54c38ff0458674353bf41352f886683c0feb3ef52f6fbbd3f8ac2 windows6.1-kb4019264-x64_c2d1cef74d6cb2278e3b2234c124b207d0d0540f.msu
59668a383811d621d2ab2e372fb183c5733022a1a5bf9ceebb0bbb69ce735824 windows6.1-kb4019264-x86_aaf785b1697982cfdbe4a39c1aabd727d510c6a7.msu
[defaults] | |
cow_selection = random | |
cow_whitelist = ansible_lights,ansible_reindeer,ansible_tree |
#!/bin/bash | |
# ============================================================ | |
# Author: Chu-Siang Lai / chusiang (at) drx.tw | |
# Filename: memory-check.sh | |
# Modified: 2016-10-24 15:47 | |
# Description: Monitoring process memory usage. | |
# | |
# `ps aux` 結果中的 RSS (resident set size) 的單位是 KB,而 zabbix- | |
# server 用的單位是 B,所以得多乘以 1024 才符合真實情況。 | |
# |
#!/bin/bash | |
# ============================================================ | |
# Author: Chu-Siang Lai / chusiang (at) drx.tw | |
# Blog: http://note.drx.tw | |
# Filename: slackpost.sh | |
# Modified: 2018-03-28 15:58 | |
# Description: Post a message to a Slack channel. | |
# Reference: | |
# | |
# - https://gist.github.com/dopiaza/6449505#gistcomment-1627214 |
An Webinar list of Ansible Inc. from @ansible.
$ VBoxManage list usbhost | |
Host USB Devices: | |
... | |
UUID: 248ee848-3d9e-47cc-96d7-779e54946e39 | |
VendorId: 0x0bda (0BDA) | |
ProductId: 0x0169 (0169) | |
Revision: 97.35 (9735) | |
Port: 1 |