Skip to content

Instantly share code, notes, and snippets.

setting up dokku:
ssh: ssh-add ~/.ssh/dokku-do
Enable swap:
sudo fallocate -l 4G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo nano /etc/fstab