Skip to content

Instantly share code, notes, and snippets.

@thomasxd24
Last active June 5, 2020 13:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thomasxd24/87223e08b8a52c58803aefb6fb2a80ab to your computer and use it in GitHub Desktop.
Save thomasxd24/87223e08b8a52c58803aefb6fb2a80ab to your computer and use it in GitHub Desktop.
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet dhcp
gateway 10.0.10.100
source /etc/network/interfaces.d/*
apt update
apt install sudo
wget get.docker.com
sh index.html
usermod -aG docker admin
usermod -aG sudo admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment