Skip to content

Instantly share code, notes, and snippets.

View MitchTalmadge's full-sized avatar
🌺

Mitch Talmadge MitchTalmadge

🌺
View GitHub Profile
@MitchTalmadge
MitchTalmadge / README.md
Last active October 27, 2021 08:18
"Quiet Light" Windows Terminal Theme / Color Scheme
@sidja
sidja / Dockerfile
Created January 23, 2017 02:11
How to change time zone in docker container ubuntu
FROM ubuntu:16.04
ENV TZ=Australia/Melbourne
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN dpkg-reconfigure --frontend noninteractive tzdata