Install node version 10 and yarn:
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.5/install.sh | bash
nvm install 10
npm install -g yarn
sudo certbot certonly --standalone -d registry.example.com |
#deb cdrom:[Ubuntu 18.04 LTS _Bionic Beaver_ - Release amd64 (20180426)]/ bionic main restricted | |
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to | |
# newer versions of the distribution. | |
deb http://us.archive.ubuntu.com/ubuntu/ bionic main restricted | |
# deb-src http://us.archive.ubuntu.com/ubuntu/ bionic main restricted | |
## Major bug fix updates produced after the final release of the | |
## distribution. | |
deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted |
--- | |
apiVersion: v1 | |
kind: Namespace | |
metadata: | |
name: ingress-nginx | |
--- | |
apiVersion: extensions/v1beta1 | |
kind: Deployment |
#0 ns-0.awsdns-00.com. 205.251.192.0 | |
#1 ns-1.awsdns-00.com. 205.251.192.1 | |
#2 ns-2.awsdns-00.com. 205.251.192.2 | |
#3 ns-3.awsdns-00.com. 205.251.192.3 | |
#4 ns-4.awsdns-00.com. 205.251.192.4 | |
#5 ns-5.awsdns-00.com. 205.251.192.5 | |
#6 ns-6.awsdns-00.com. 205.251.192.6 | |
#7 ns-7.awsdns-00.com. 205.251.192.7 | |
#8 ns-8.awsdns-01.com. 205.251.192.8 | |
#9 ns-9.awsdns-01.com. 205.251.192.9 |
Based on this blogpost.
To sign Git commits, you need a gpg key. GPG stands for GNU Privacy Guard and is the de facto implementation of the OpenPGP message format. PGP stands for ‘Pretty Good Privacy’ and is a standard to sign and encrypt messages.
Install with Homebrew:
$ brew install gpg