You might find your answer to tech related issues here!

Minecraft (SpigotMC) Server in Docker

Update 2020-November-12 I used to suggest using the image openjdk:8-alpine but it wasn't updated in a year, so I now suggest using openjdk:8-jre which seems to be actively maintained! I also added "nogui" at the end of the command as Spigot does now accept and understand it. Like the previous [...]

By |2020-11-12T09:38:18+01:00November 26th, 2019|Tech Support, Wiki|0 Comments

Minecraft Server in Docker

Update 2020-November-12 I used to suggest using the image openjdk:8-alpine but it wasn’t updated in a year, so I now suggest using openjdk:8-jre which seems to be actively maintained! Moving your existing server to Docker! This guide assumes you already have a Minecraft server set up on your host machine. [...]

By |2020-11-12T09:39:28+01:00November 9th, 2019|Tech Support, Wiki|0 Comments

Self-Hosting Threema Safe

On Nextcloud, or any cloud with WebDAV! Threema has a so called "Safe", which will store an encrypted backup of your private key, your identity (profile picture and name), and your contacts plus their verification status. It will however not store chats. But having your identity backed up is crucial [...]

By |2019-11-07T12:26:37+01:00November 7th, 2019|Tech Support|0 Comments

Protect your site from being tricked to run JavaScript that is not JavaScript!

The X-Content-Type-Options header tells browsers to stop automatically detecting the contents of files. This protects against attacks where they're tricked into incorrectly interpreting files as JavaScript. Simply set the header to "nosniff". X-Content-Type-Options is a header supported by Internet Explorer, Chrome and Firefox 50+ that tells it not to load [...]

By |2019-11-02T09:12:30+01:00October 29th, 2019|Tech Support|0 Comments

Quickly enable Windows 10’s built-in network and PUA protection!

A simple command in PowerShell! Windows 10 has built-in networking and PUA protection. The network protection prevents you from connecting to known malicious domains, while the PUA protection warns you before installing potentially unwanted applications. In either case, to enable it, you'll want to enter the following command(s) into PowerShell [...]

By |2019-10-29T01:20:03+01:00October 29th, 2019|Tech Support|0 Comments
Go to Top