Kingman

Pictures taken at the Visitor Center in Kingman, AZ, on our way to Grand Canyon. Shot on Canon T3i and mostly using kit lenses: EFS 55-250MM 4-5.6 IS and EFS 18-55MM 3.5-5.6 IS II.

Docker Transmission Container with Windscribe VPN

Found this awesome container that has Transmission with VPN support which I can use with Windscribe VPN. Docker Hub Link – https://hub.docker.com/r/haugene/transmission-openvpn/ Run command: docker run \ –name somename\ –restart=always \ –cap-add=NET_ADMIN \ –device=/dev/net/tun \ -d \ -v localdir:/data:z \ -v /etc/localtime:/etc/localtime:ro \ –log-driver json-file \ –log-opt max-size=10m \ -p …

Read moreDocker Transmission Container with Windscribe VPN