Skip to content

Instantly share code, notes, and snippets.

@rynr
Created June 2, 2019 11:08
Show Gist options
  • Save rynr/a166b800e20898f87d63c6aa32342289 to your computer and use it in GitHub Desktop.
Save rynr/a166b800e20898f87d63c6aa32342289 to your computer and use it in GitHub Desktop.
Setup mailserver through tor
# Using networking without wifi, disabling wpa
systemctl disable wpa_supplicant.service
# Disabling global keystroke handling
systemctl disable triggerhappy.service
cat <<EOF >>/boot/config.txt
# Deactivate wifi and bluetooth via overlay
dtoverlay=pi3-disable-wifi
dtoverlay=pi3-disable-bt
EOF
curl -fsSL https://get.docker.com | bash
usermod -aG docker pi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment