I hereby claim:
- I am phillhocking on github.
- I am phillhocking (https://keybase.io/phillhocking) on keybase.
- I have a public key whose fingerprint is 97BD E2F4 8F35 B412 4F47 33B8 26EB 8D36 3F08 53A1
To claim this, I am signing this object:
| { | |
| "Version": "2012-10-17", | |
| "Statement": [ | |
| { | |
| "Effect": "Allow", | |
| "Action": [ | |
| "ec2:RunInstances", | |
| "ec2:StopInstances", | |
| "ec2:StartInstances", | |
| "ec2:TerminateInstances", |
| #cloud-config | |
| packages: | |
| - apt-transport-https | |
| - ca-certificates | |
| - curl | |
| - gnupg-agent | |
| - software-properties-common | |
| - git | |
| # create the docker group |
I hereby claim:
To claim this, I am signing this object:
| Set-ExecutionPolicy Bypass -Scope Process -Force; mkdir c:\temp\; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; (New-Object Net.WebClient).DownloadFile('https://winbootstrap.saltproject.io', 'c:\temp\bootstrap-salt.ps1'); c:\temp\bootstrap-salt.ps1 -minion win10_dev -master salt-dev |
phocking@phocking-ws:/mnt/c/Users/phillip.hocking/Workspace/hubsub.io$ make deps
git clone --single-branch \
--branch amplify \
git@github.com:masterpointio/terraform-provider-aws.git \
./tmp/terraform-provider-aws
Cloning into './tmp/terraform-provider-aws'...
remote: Enumerating objects: 133542, done.
remote: Counting objects: 100% (135/135), done.
remote: Compressing objects: 100% (135/135), done.
| sudo apt update ; sudo apt install -y build-essential net-tools curl git software-properties-common | |
| wget https://dl.influxdata.com/telegraf/releases/telegraf_1.19.1-1_amd64.deb | |
| sudo dpkg -i telegraf_1.19.1-1_amd64.deb | |
| sudo systemctl enable --now telegraf | |
| wget https://dl.influxdata.com/influxdb/releases/influxdb_1.8.6_amd64.deb | |
| sudo dpkg -i influxdb_1.8.6_amd64.deb | |
| sudo systemctl enable --now influxdb | |
| influx -execute 'create database telegraf' | |
| influx -execute "create user telegraf with password 'ExAmPl3PA55W0rD'" | |
| influx -execute 'grant all on telegraf to telegraf' |
| #cloud-config | |
| packages: | |
| - apt-transport-https | |
| - ca-certificates | |
| - curl | |
| - gnupg-agent | |
| - software-properties-common | |
| - git | |
| # apt-get update, instantiate production TIG stack pinned to stable versions as of 7/13/2021 |
| data "aws_availability_zones" "available" { | |
| state = "available" | |
| } | |
| locals { | |
| aws_available_zones = data.aws_availability_zones.available.names[0] | |
| } | |
| resource "aws_vpc" "main" { | |
| cidr_block = var.cidr_block |
| servers = ( | |
| { address = "irc.dal.net"; chatnet = "DALnet"; port = "6667"; }, | |
| { address = "ssl.efnet.org"; chatnet = "EFNet"; port = "9999"; use_tls = "yes"; }, | |
| { address = "irc.esper.net"; chatnet = "EsperNet"; port = "6697"; use_tls = "yes"; tls_verify = "yes"; }, | |
| { address = "chat.freenode.net"; chatnet = "Freenode"; port = "6697"; use_tls = "yes"; tls_verify = "yes"; }, | |
| { address = "irc.gamesurge.net"; chatnet = "GameSurge"; port = "6667"; }, | |
| { address = "eu.irc6.net"; chatnet = "IRCnet"; port = "6667"; use_tls = "yes"; }, | |
| { address = "open.ircnet.net"; chatnet = "IRCnet"; port = "6667"; }, | |
| { address = "irc.ircsource.net"; chatnet = "IRCSource"; port = "6667"; }, | |
| { address = "irc.netfuze.net"; chatnet = "NetFuze"; port = "6667"; }, |
| #!/bin/bash | |
| # personalization/visualization | |
| gsettings set com.canonical.indicator.datetime time-format '24-hour' | |
| sudo add-apt-repository ppa:papirus/papirus -y && sudo apt update | |
| sudo apt install -y papirus-icon-theme git sassc python3-pip fonts-powerline powerline | |
| pip install powerline-status | |
| pip3 install powerline-gitstatus | |
| git clone https://github.com/vinceliuice/vimix-gtk-themes.git vimix | |
| cd vimix |