How to configure your Mac to use DNS over TLS in five easy steps:
-
Install Stubby with Homebrew (https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Daemon+-+Stubby):
brew install stubby -
Edit the configuration file:
| import fetch from 'node-fetch'; | |
| import Twitter from 'twit'; | |
| import { parse, format } from 'fecha'; | |
| import { take } from 'ramda'; | |
| const URL = 'GOOGLE_SHEETS_URL'; | |
| const T = new Twitter({ | |
| consumer_key: 'consumer_key', | |
| consumer_secret: 'consumer_secret', |
How to configure your Mac to use DNS over TLS in five easy steps:
Install Stubby with Homebrew (https://dnsprivacy.org/wiki/display/DP/DNS+Privacy+Daemon+-+Stubby):
brew install stubby
Edit the configuration file:
| apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing \ | |
| x11vnc |
| #!/usr/bin/env bash | |
| set -e | |
| CONTEXT="$1" | |
| if [[ -z ${CONTEXT} ]]; then | |
| echo "Usage: $0 KUBE-CONTEXT" | |
| exit 1 | |
| fi |
| // 'Hello World' nodejs6.10 runtime AWS Lambda function | |
| exports.handler = (event, context, callback) => { | |
| console.log('Hello, logs!'); | |
| callback(null, 'great success'); | |
| } |
You can try the official Meraki Configuring Client VPN in Linux article for GUI based setup. For terminal based configuration, see below.
Install the following packages:
| { | |
| "mycookbook": { | |
| "attribute1": "${attribute1}", | |
| "attribute2": "${attribute2}" | |
| }, | |
| "run_list": [ | |
| "recipe[${recipe}]" | |
| ] | |
| } |
| package main | |
| import ( | |
| "flag" | |
| "fmt" | |
| "github.com/chzyer/readline" | |
| "k8s.io/client-go/kubernetes" | |
| "k8s.io/client-go/pkg/api/v1" | |
| "k8s.io/client-go/tools/clientcmd" |