A USB stick which can be booted to, which has ubuntu desktop on it
Use 2 USB's, one as the installer, and one as the OS.
1) Create an Ubuntu Boot USB the normal way (I used lubuntu 12.10 x64)
// regeneratorRuntime polyfill is necessary | |
require('grunt-6to5/node_modules/6to5/polyfill'); | |
// promisify-node is necessary to turn node callback functions in Promises | |
let promisify = require("promisify-node"); | |
let fs = promisify('fs'); | |
let path = require('path'); | |
let dir = '/home/jaydson.gomes/public_html'; |
To clear 307 HSTS redirects in Google Chrome (if you experimenting with SSL -- you probably wouldn't want to do this for a site that you do not opperate, since it is there to protect you), go to the following URL and delete the site.
chrome://net-internals/#hsts
I'm going to walk you through the steps for setting up a AWS Lambda to talk to the internet and a VPC. Let's dive in.
So it might be really unintuitive at first but lambda functions have three states.
###Sketch trial non stop
Open hosts files:
$ open /private/etc/hosts
Edit the file adding:
127.0.0.1 backend.bohemiancoding.com
127.0.0.1 bohemiancoding.sketch.analytics.s3-website-us-east-1.amazonaws.com
sentry
SENTRY_SECRET_KEY
to random 32 char stringdocker-compose up -d
docker-compose exec sentry sentry upgrade
to setup database and create admin userdocker-compose exec sentry pip install sentry-slack
if you want slack plugin, it can be done laterdocker-compose restart sentry
9000