Tutorial Enable swap on linux Since I keep forgetting how to enable swap (the ability to use your harddrive as extra ram). Instructions Log in using SSH fallocate -l 2G /swapfile1 chown root:root /swapfile1 chmod 0600 /swapfile1 mkswap /swapfile1 swapon /swapfile1 vi /etc/fstab # See content below (you can also use nano or another
Tutorial Updating mastodon (v3.5.3 to v4.0.1) ⚠️This update was a bit problematic because my machine didn't have enough memory (my machine has 1GB) and that same day v4.0.2 came out. Still, this were all the steps I had to perform. These are the steps to upgrade mastodon from v3.5.3 to
Tutorial Mastodon server tutorial A step by step tutorial to create your own mastodon server (including screenshots) on Digital Ocean. It includes the mail server and the S3 bucket for images. A quick note: This tutorial was written for v3.5.3 and minutes after writing it a new version of Mastodon arrives. Preparing
Personal The very first post The obligatory introduction of a new website. Something I always dread and also the post that I find the least interesting. The only reason why I write such a post is to verify if everything is working as expected. So let's get started. The goal of this website