This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
text | |
skipx | |
install | |
url --url http://mirror.raystedman.net/centos/6/os/x86_64/ | |
repo --name=updates --baseurl=http://mirror.raystedman.net/centos/6/updates/x86_64/ | |
lang en_US.UTF-8 | |
keyboard us | |
rootpw s0m3password | |
firewall --disable | |
authconfig --enableshadow --passalgo=sha512 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
"bufio" | |
"fmt" | |
"math/rand" | |
"os" | |
"time" | |
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am azr on github. | |
* I am azr (https://keybase.io/azr) on keybase. | |
* I have a public key whose fingerprint is 4CD6 03C6 A2E5 C7F2 0BAE B04D 43A0 AA3D 31A2 18D1 | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
CLUSTER="" | |
PROJECT_CMD="" | |
ZONE_CMD="" | |
SCOPES="" | |
NUM_NODES="1" | |
MACHINE_TYPE="" | |
DISK_SIZE="100GB" |