$ ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"
$ brew doctor
$ cat > ~/.profile
homebrew=/usr/local/bin:/usr/local/sbin
export PATH=$homebrew:$PATH
$ source ~/.profile
| [2015-07-18T18:29:00+00:00] WARN: No config file found or specified on command line, using command line options. | |
| [2015-07-18T18:29:00+00:00] INFO: Auto-discovered chef repository at /home/ubuntu/chef-repo | |
| [2015-07-18T18:29:00+00:00] DEBUG: Sleeping for 0 seconds | |
| [2015-07-18T18:29:00+00:00] INFO: Started chef-zero at chefzero://localhost:8889 with repository at /home/ubuntu/chef-repo | |
| One version per cookbook | |
| [2015-07-18T18:29:00+00:00] INFO: Forking chef instance to converge... | |
| [2015-07-18T18:29:00+00:00] DEBUG: Fork successful. Waiting for new chef pid: 3879 | |
| [2015-07-18T18:29:00+00:00] DEBUG: Forked instance now converging | |
| [2015-07-18T18:29:00+00:00] INFO: *** Chef 12.3.0 *** |
| ls -la | |
| echo "hello" | |
| tree | |
| adb devices | |
| adb wait-for-device #example of a long running task |
| package main | |
| import ( | |
| "fmt" | |
| "log" | |
| "os/exec" | |
| "runtime" | |
| ) | |
| type Worker struct { |
| --- | |
| # file: playbooks/plbk_test_vault.yml | |
| - hosts: localhost | |
| user: include | |
| vars_files: | |
| - ../files/vault/ec2/prd/svc_master_key.yml | |
| tasks: |
| - hosts: ansible | |
| sudo: yes | |
| roles: | |
| - { role: include.amzn-base } | |
| vars: | |
| ansible_version: 1.7.1 | |
| ansible_tower_version: 2.0.0 |
| #homebrew > cask > Virtualbox > Vagrant > CentOS > Docker > Ubuntu | |
| $ ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" | |
| $ brew tap caskroom/homebrew-cask | |
| $ brew install brew-cask | |
| $ brew cask install virtualbox | |
| $ brew cask install vagrant | |
| $ brew tap homebrew/completions | |
| $ brew install vagrant-completion |
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000| running install | |
| running build | |
| running build_py | |
| creating build | |
| creating build/lib.macosx-10.9-intel-2.7 | |
| creating build/lib.macosx-10.9-intel-2.7/Crypto | |
| copying lib/Crypto/__init__.py -> build/lib.macosx-10.9-intel-2.7/Crypto | |
| copying lib/Crypto/pct_warnings.py -> build/lib.macosx-10.9-intel-2.7/Crypto | |
| creating build/lib.macosx-10.9-intel-2.7/Crypto/Hash | |
| copying lib/Crypto/Hash/__init__.py -> build/lib.macosx-10.9-intel-2.7/Crypto/Hash |