2016年12月31日 星期六

juju

Juju | Cloud | Ubuntu
https://www.ubuntu.com/cloud/juju

Getting started with Juju | Documentation | Juju
https://jujucharms.com/docs/stable/getting-started

Charm hooks | Documentation | Juju
https://jujucharms.com/docs/stable/authors-charm-hooks

Dealing with errors encountered by charm hooks | Documentation | Juju
https://jujucharms.com/docs/devel/authors-hook-errors

Debugging Juju charm hooks | Documentation | Juju
https://jujucharms.com/docs/1.25/authors-hook-debug

Charm Tools | Documentation | Juju
https://jujucharms.com/docs/1.25/tools-charm-tools

juju debug-hooks _unit_ _hooks_
juju resolved _unit_

gradle

Installing Gradle - Gradle User Guide Version 3.2.1
https://docs.gradle.org/current/userguide/installation.html

Build Script Basics - Gradle User Guide Version 3.2.1
https://docs.gradle.org/current/userguide/tutorial_using_tasks.html

2016年12月27日 星期二

ansible

Installation — Ansible Documentation
http://docs.ansible.com/ansible/intro_installation.html#latest-releases-via-apt-ubuntu
sudo apt-get install software-properties-common
sudo apt-add-repository ppa:ansible/ansible
sudo apt-get update
sudo apt-get install ansible

Getting Started — Ansible Documentation
http://docs.ansible.com/ansible/intro_getting_started.html
/etc/ansible/hosts

Intro to Playbooks — Ansible Documentation
http://docs.ansible.com/ansible/playbooks_intro.html

Playbook Roles and Include Statements — Ansible Documentation
http://docs.ansible.com/ansible/playbooks_roles.html



Tags — Ansible Documentation

http://docs.ansible.com/ansible/playbooks_tags.html

Playbook Debugger — Ansible Documentation
https://docs.ansible.com/ansible/playbooks_debugger.html

An Ansible Tutorial - Servers for Hackers
https://serversforhackers.com/an-ansible-tutorial


2016年12月24日 星期六

Linux Google Drive

sudo apt-get install golang git mercurial
go get -u github.com/odeke-em/drive/cmd/drive
drive init


drive list
drive pull
drive push

An Official Google Drive for Linux is Here, Sort Of — Maybe This Is All We’ll Ever Get
http://www.howtogeek.com/196635/an-official-google-drive-for-linux-is-here-sort-of-maybe-this-is-all-well-ever-get/

GitHub - odeke-em/drive: Google Drive client for the commandline
https://github.com/odeke-em/drive#requirements

GitHub - tools/godep: dependency tool for go
https://github.com/tools/godep