Chromebook Configuration [LINK]
- Switch to
devchannelchrome://helpin a browser window- Click Detailed Build Information
- Change Channel
- Select Developer - unstable
- Wait for Chromebook to download an update then show icon in bottom left
dev channel
chrome://help in a browser window| --- | |
| Description: AWSAppSync DynamoDB Example | |
| Resources: | |
| GraphQLApi: | |
| Type: "AWS::AppSync::GraphQLApi" | |
| Properties: | |
| Name: AWSAppSync DynamoDB Example | |
| AuthenticationType: AWS_IAM | |
| PostDynamoDBTableDataSource: |
Install WSL : https://docs.microsoft.com/en-us/windows/wsl/install-win10
Install VcXsrv : https://sourceforge.net/projects/vcxsrv/
Sweet icon/launcher trick source : https://blog.ropnop.com/configuring-a-pretty-and-usable-terminal-emulator-for-wsl/
Install Visual Studio Code : https://code.visualstudio.com/docs/setup/linux
Probably one of the easiest things you'll ever do with gpg
Install Keybase: https://keybase.io/download and Ensure the keybase cli is in your PATH
First get the public key
keybase pgp export | gpg --import
Next get the private key
| # Make sure you grab the latest version | |
| curl -OL https://github.com/google/protobuf/releases/download/v3.5.1/protoc-3.5.1-linux-x86_64.zip | |
| # Unzip | |
| unzip protoc-3.5.1-linux-x86_64.zip -d protoc3 | |
| # Move protoc to /usr/local/bin/ | |
| sudo mv protoc3/bin/* /usr/local/bin/ | |
| # Move protoc3/include to /usr/local/include/ |
| filetype plugin indent on | |
| syntax on | |
| let mapleader = ',' | |
| set inccommand=split | |
| set number | |
| set laststatus=2 | |
| set modelines=5 | |
| set vb t_vb= | |
| set ts=2 sts=2 sw=2 expandtab | |
| set listchars=tab:‣\ ,trail:·,precedes:«,extends:»,eol:¬ |
| name = "api" | |
| description = "Some API for whatever" | |
| hooks { | |
| build = "make build" | |
| clean = "make clean" | |
| } | |
| environment { |
| #!/usr/bin/env node | |
| const AWS = require("aws-sdk"); | |
| const YAML = require("yamljs"); | |
| const ENV = process.env.NODE_ENV || "dev"; | |
| // it assumes you have AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY in your environment | |
| const lambda = new AWS.Lambda({ | |
| region: process.env.AWS_REGION || "us-east-1", |
First, download driver.
http://www.nvidia.com/download/driverResults.aspx/82252/en-us
To be able to install your nvidia driver you have to remove your previous video driver with this code in a terminal window: