Posts
UFW, Ubuntu, OpenVPN, and Docker
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 …Get container ID from within container
Published 5 April 2015 in archive with tags docker , shell , linux To get the container ID from within a container, use this: Continue reading …Shell settings for safer scripts
Published 5 April 2015 in archive with tags shell , bash , linux I was just reading through one of Progrium's scripts when I came acrossset -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 …
Install Consul on Ubuntu 14.04
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 …Rename Ubuntu droplet
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 …