Skip to content

Instantly share code, notes, and snippets.

@deyvisonrocha
deyvisonrocha / install-k8s-minikube.sh
Created November 26, 2019 02:08
Installing Kubernetes & Minikube on Linux Ubuntu
#!/usr/bin/bash
# Ubuntu dependencies
sudo apt install -y apt-transport-https curl
# Install Virtualbox and Extension Pack
sudo apt install -y virtualbox virtualbox-ext-pack
# Install kubectl
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add -
@deyvisonrocha
deyvisonrocha / _end-to-end-enc.js.md
Created August 28, 2020 23:50 — forked from therightstuff/_end-to-end-enc.js.md
Javascript / Node.js end-to-end encryption