Skip to content

Instantly share code, notes, and snippets.

@kstkn
kstkn / 00-intro.md
Created March 2, 2021 00:53 — forked from mdo/00-intro.md
Instructions for how to affix an Ikea Gerton table top to the Ikea Bekant sit-stand desk frame.

Ikea Bekant standing desk with Gerton table top

@kstkn
kstkn / docker-host.sh
Last active September 24, 2020 13:12
sudo locale-gen "en_US.UTF-8" \
&& sudo locale-gen "en_US" \
&& sudo update-locale \
&& echo "LC_ALL=en_US.UTF-8" | sudo tee --append /etc/environment \
&& echo "LANG=en_US.UTF-8" | sudo tee --append /etc/environment \
&& export LC_ALL=en_US.UTF-8
sudo apt-get update \
&& sudo apt-get install -y \
apt-transport-https \
ca-certificates \