Skip to content

Instantly share code, notes, and snippets.

View lucawen's full-sized avatar

Luca Lacerda lucawen

  • Belo Horizonte, MG, Brasil
View GitHub Profile
@ericstoekl
ericstoekl / gist:1d4372e9398d9cec7ec028629b2c36e2
Last active May 8, 2018 23:13
K8s on AWS quickinstall script
apt-get update
apt-get install -qy docker.io
apt-get update
apt-get install -y apt-transport-https
curl -s https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -
echo "deb http://apt.kubernetes.io/ kubernetes-xenial main" > /etc/apt/sources.list.d/kubernetes.list
apt-get update
@nuga99
nuga99 / docker-install-parrot.sh
Last active May 5, 2025 15:21
Install Docker Engine on Parrot OS (2023)
#!/bin/sh
# From https://www.hiroom2.com/2017/09/24/parrotsec-3-8-docker-engine-en/
# Changelog:
# @DavoedM: Apr 3, 2020
# @C922A10971734: Jan 19, 2023
set -e
# Install dependencies.