Change permission (chmod 400 myKey.pem) of pem key on Windows
$keyName = "SomeKeyName.pem"
icacls.exe $keyName /reset
icacls.exe $keyName /grant:r "$($env:username):(r)"
icacls.exe $keyName /inheritance:r
[ Music ] >> Please welcome Vice President, Serverless Compute, AWS, Holly Mesrobian. [ Music ] >> Welcome. Welcome to Accelerating Innovation with Serverless on AWS. As I was introduced, I'm Holly Mesrobian, and I'm the VP of Serverless Compute. Today, we're going to talk about how Serverless got to where it is, our vision for the future, and how we think about innovation going forwards. And I have a couple of great customers who are going to join me and show just what is possible with a Serverless approach. Both Lambda and ECS launched in 2014. And while they're very different services, with quite different approaches, they started with the same vision in mind. It's to help customers so that they can build more and focus on just building their applications. This gave developers and organizations simple, but opinionated ways to build by taking advantage of everything that AWS has to offer. ECS took a major step towards this vision with the launch of Fargate in 2017. For those of you who don't know, today is |
{ | |
// See https://go.microsoft.com/fwlink/?LinkId=827846 | |
// for the documentation about the extensions.json format | |
"recommendations": [ | |
"esbenp.prettier-vscode", | |
"msjsdiag.vscode-react-native", | |
"mhutchie.git-graph", | |
"eamodio.gitlens", | |
"donjayamanne.githistory", | |
"wix.vscode-import-cost", |
Change permission (chmod 400 myKey.pem) of pem key on Windows
$keyName = "SomeKeyName.pem"
icacls.exe $keyName /reset
icacls.exe $keyName /grant:r "$($env:username):(r)"
icacls.exe $keyName /inheritance:r
https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts https://mirror1.malwaredomains.com/files/justdomains http://sysctl.org/cameleon/hosts https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt https://hosts-file.net/ad_servers.txt https://v.firebog.net/hosts/AdguardDNS.txt https://adaway.org/hosts.txt https://v.firebog.net/hosts/Easyprivacy.txt https://v.firebog.net/hosts/Prigent-Ads.txt https://zerodot1.gitlab.io/CoinBlockerLists/hosts https://s3.amazonaws.com/lists.disconnect.me/simple_malvertising.txt https://raw.githubusercontent.com/ScottHelme/revocation-endpoints/master/ocsp.txt https://raw.githubusercontent.com/ScottHelme/revocation-endpoints/master/crl.txt https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews/hosts https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/gambling/hosts https://www.malwaredomainlist.c |
Remove-NetFirewallRule -DisplayName "SonosLibraryService" | |
Remove-NetFirewallRule -DisplayName "Sonos Controller" | |
Remove-NetFirewallRule -DisplayName "Sonos Desktop Controller" |
// Modify your settings.json to add these. Customize further how you prefer. | |
{ | |
"workbench.editor.highlightModifiedTabs": true, | |
"workbench.editor.tabCloseButton": "off", | |
"workbench.colorCustomizations": { | |
"editor.lineHighlightBackground": "#ffffff06", | |
"editor.foreground": "#acb3db", | |
"selection.background": "#89DDFF", | |
"progressBar.background": "#89DDFF", | |
"textLink.foreground": "#89DDFF", |
import React, { useState, useEffect, useContext } from "react"; | |
import { Checkout } from "shopify-storefront-api-typings"; | |
import Client from "shopify-buy"; | |
const SHOPIFY_CHECKOUT_STORAGE_KEY = "shopify_checkout_id"; | |
const storefrontAccessToken = process.env.GASTBY_SHOPIFY_ACCESS_TOKEN as string; | |
const client = Client.buildClient({ | |
storefrontAccessToken, |
const sanityClient = require('@sanity/client'); | |
const { | |
SANITY_API_TOKEN, | |
SANITY_PROJECT_ID, | |
SANITY_DATASET, | |
} = process.env; | |
const client = sanityClient({ | |
projectId: SANITY_PROJECT_ID, |
https://www.amazon.co.uk/gp/aws/cart/add-res.html? - mobile friendly but doesn't track orders and clicks since Mobile Apps are prohibited by License Agreement and Terms of Use https://affiliate-program.amazon.com/gp/advertising/api/detail/agreement.html
https://www.amazon.co.uk/gp/aws/cart/add.html?
https://docs.aws.amazon.com/AWSECommerceService/latest/DG/AddToCartForm.html
Install MobaXterm_Installer_v11.1
Install balenaEtcher-Setup-1.5.50
Put 2019-04-08-raspbian-stretch-lite on SD card
https://www.smarthomebeginner.com/pi-hole-tutorial-whole-home-ad-blocking/