AWS 雲端日 將在以下城市與大家見面:
- 城市: 高雄
- 日期: 2016 年 03 月 15 日(星期二)
- 時間: 09:30 - 17:00 (8:30 - 0930 報到)
/home/USERNAME/workspace/laravel/storage/logs/laravel.log { | |
daily | |
missingok | |
rotate 7 | |
maxage 7 | |
compress | |
notifempty | |
create 644 www-data www-data | |
su www-data www-data | |
} |
AWS 雲端日 將在以下城市與大家見面:
#! /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 <[email protected]> | |
# | |
# 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 |
# -*- 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 |
An Webinar list of Ansible Inc. from @ansible.
{ | |
"Version": "2012-10-17", | |
"Statement": [ | |
{ | |
"Effect": "Allow", | |
"Action": "s3:ListAllMyBuckets", | |
"Resource": "arn:aws:s3:::MyBucketName" | |
}, | |
{ | |
"Action": [ |
#!/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 |