soupdiver Felix Psychedelic Fairyland The VOID
I hereby claim:
- I am soupdiver on github.
- I am soupdiver (https://keybase.io/soupdiver) on keybase.
soupdiver Felix Psychedelic Fairyland The VOID
I hereby claim:
machine: | |
pre: | |
- sudo bash -c 'curl "https://sdk.cloud.google.com" | CLOUDSDK_CORE_DISABLE_PROMPTS=1 CLOUDSDK_INSTALL_DIR=/opt bash' | |
- sudo chown -R "ubuntu:ubuntu" "/opt/google-cloud-sdk" | |
- sudo chown -R "ubuntu:ubuntu" "/home/ubuntu/.config/gcloud" | |
- source /opt/google-cloud-sdk/path.bash.inc |
#!/bin/sh | |
# Some things taken from here | |
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
# Set the colours you can use | |
black='\033[0;30m' | |
white='\033[0;37m' | |
red='\033[0;31m' | |
green='\033[0;32m' |
server { | |
listen 80; | |
listen [::]:80; | |
server_name autoconfig.YOURDOMAIN; | |
rewrite ^ https://$server_name$request_uri? permanent; | |
} | |
server { | |
listen 443 ssl; |
nmap -sV -p 22 XXX.XXX.XXX.0/24 |
VAGRANTFILE_API_VERSION = "2" | |
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| | |
# config.vm.network "public_network", :bridge => 'en1: Wi-Fi (AirPort)' | |
# All Vagrant configuration is done here. The most common configuration | |
# options are documented and commented below. For a complete reference, | |
# please see the online documentation at vagrantup.com. |