Skip to content

Instantly share code, notes, and snippets.

View chusiang's full-sized avatar
🐧
Improving the world via Ansible and DevOps.

Chu-Siang Lai chusiang

🐧
Improving the world via Ansible and DevOps.
View GitHub Profile
@chusiang
chusiang / 9787121296086.md
Last active January 26, 2020 09:45
Zabbix 監控系統深度實踐 (第2版)

Zabbix 監控系統深度實踐 (第2版)

  • 作者:姚仁捷
  • 出版商:電子工業
  • 出版日期: 2016-08-14
  • 台幣定價: $474
  • 語言:簡體中文
  • 頁數:376
  • ISBN: 712129608X
  • ISBN-13: 9787121296086
@chusiang
chusiang / slackpost.sh
Last active March 28, 2018 07:58 — forked from dopiaza/slackpost
Post a message to a Slack channel
#!/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
@chusiang
chusiang / cloudfront_create_invalidation_policy.json
Last active January 30, 2024 13:15
AWS IAM policy of CloudFront Create Invalidation
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": "s3:ListAllMyBuckets",
"Resource": "arn:aws:s3:::MyBucketName"
},
{
"Action": [
@chusiang
chusiang / ansible_on_demand_webinar.md
Last active June 22, 2016 07:29
Ansible On Demand Webinar | Ansible Inc.
# -*- mode: ruby -*-
# vi: set ft=ruby :
=begin
The Vagrantfile template is fork from https://gist.github.com/joepurdy/28b894574cee15344918.
# Ansible (Windows) VMs
config.vm.box = "chusiang/win10-x64-ansible"
# System Account Credentials
@chusiang
chusiang / automate_with_ansible_basic_outline.md
Last active May 28, 2016 22:06
現代 IT 人一定要知道的 Ansible 自動化組態技巧 (簡報大綱)

現代 IT 人一定要知道的 Ansible 自動化組態技巧 (簡報大綱)

  1. 現代 IT 人一定要知道的 Ansible 自動化組態技巧

  2. 關於凍仁翔

  • 4 年以上 IT 經驗。
  • 現職 DrSays IT 工程師。
  • Ansible 實戰講堂 4e. 學員。
  • 於 Ansible Galaxy 分享 Roles:
  • php7 (php-fpm)
@chusiang
chusiang / myToReadBookLists.md
Last active March 27, 2024 08:49
凍仁的讀書清單

凍仁的讀書清單

Migrated to GitLab and GitHub.

看了《學徒模式》一書後,凍仁試著用 Gist 管理自己的待讀書單,並不時修改其閱讀順序。您可以在 revisions 找到編修記錄。

目錄:

  1. 待讀書單
  2. 已讀書單
#! /usr/bin/python
#
# Query and display EC2 metadata related to the AMI instance
# Copyright (c) 2009 Canonical Ltd. (Canonical Contributor Agreement 2.5)
#
# Author: Alon Swartz <alon@turnkeylinux.org>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or

AWSome Day | 2016 台灣高雄

AWS 雲端日 將在以下城市與大家見面:

  • 城市: 高雄
  • 日期: 2016 年 03 月 15 日(星期二)
  • 時間: 09:30 - 17:00 (8:30 - 0930 報到)