start new:
tmux
start new with session name:
tmux new -s myname
| package main | |
| import ( | |
| "fmt" | |
| "math" | |
| "strconv" | |
| ) | |
| var ( | |
| sizeInMB float64 = 999 // This is in megabytes |
| { | |
| "Version": "2012-10-17", | |
| "Statement": [ | |
| { | |
| "Sid": "AllowGroupToSeeBucketListInTheConsole", | |
| "Action": [ | |
| "s3:ListAllMyBuckets", | |
| "s3:GetBucketLocation" | |
| ], | |
| "Effect": "Allow", |
| #!/usr/bin/env ruby | |
| # | |
| # | |
| require 'rubygems' | |
| require 'json' | |
| require 'rest-client' | |
| node = '<FQDN_HERE>' | |
| flaphost = 'http://<FLAPJACK_SERVER_HERE>' |