Linux

Guide: Egen krypterad chattserver baserad på Matrix

Trött på övervakning och proprietära appar som skannar alla dina meddelanden? Det här är en guide för hur du installerar din egen Matrix-chattserver, så att du själv är i kontroll över din data och dina meddelanden. Med ände-till-ände kryptering (E2E), open source mjukvara och federering är det du som bestämmer. Den här guiden går igenom […]

Guide: Egen krypterad chattserver baserad på Matrix Läs mer »

How to fix Firefox freezing when opening a new tab using middle mouse button

Is your Firefox browser freezing when you try to open a new tab using middle mouse button? Are you on Linux? Then this fix might be for you. How to fix it:1. Open Firefox2. Go to about:config3. Find middlemouse.paste and change it to ”false”4. Restart Firefox Easy as that 🙂 Source: https://old.reddit.com/r/firefox/comments/10eqsxu/recent_update_broke_middleclicksevere_lag_when/jm3nf4f/

How to fix Firefox freezing when opening a new tab using middle mouse button Läs mer »

How to import an existing PostgreSQL database with matrix-docker-ansible-deploy

Have you tried to import an existing Postgres database with the matrix-docker-ansible-deploy playbook, but stumbled upon errors such as ’ERROR: role ”synapse_user” does not exist’, or ’ERROR: relation ”access_tokens” already exists’? Then this guide is for you! (I hope) The cause of the errors above is that the database has already been populated when Synapse

How to import an existing PostgreSQL database with matrix-docker-ansible-deploy Läs mer »

Screenshot of the Hingst.net Mastodon server being reachable over Tor using an onion service

Setting up Tor for Mastodon (onion service)

This is a short guide on how to serve your Mastodon instance through Tor using an onion service. First install the tor package, apt install tor Then change your Tor and nginx configs according to the Mastodon docs: https://docs.joinmastodon.org/admin/optional/tor/. You can verify that your nginx config is correct with the command, sudo nginx -c /etc/nginx/nginx.conf

Setting up Tor for Mastodon (onion service) Läs mer »