Published 6 April 2015
in archive
with tags
docker
,
ufw
,
openvpn
,
iptables
Today I've been playing with UFW, Ubuntu, OpenVPN, and Docker. A few other things as well but this post relates to those technologies, mainly UFW, Ubuntu, and Docker.
Continue reading …
Published 5 April 2015
in archive
with tags
docker
,
shell
,
linux
To get the container ID from within a container, use this:
Continue reading …
Published 5 April 2015
in archive
with tags
shell
,
bash
,
linux
I was just reading through one of Progrium's scripts when I came across set -eo pipefail at the beginning of a script. Having not seen that before, I decided to Google. This is the result of that.
Continue reading …
Published 5 April 2015
in archive
with tags
consul
,
ubuntu
To install Consul on Ubuntu 14.04, first make sure you have unzip available:
Continue reading …
Published 1 April 2015
in archive
with tags
digitalocean
,
droplet
,
ubuntu
To rename a Digital Ocean Ubuntu droplet, update /etc/hostname and /etc/hosts, then run:
Continue reading …