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

How to enable HSTS on Apache2

It's way too simple! HSTS further protects your HTTPS enabled website. Read on to figure out how enable it in Apache2 and also why you want it! Prerequisites HTTPS already working with legit certificate, no browser errorsApache mod_headers enabled Enabling mod_headers On a Debian based system, simply run: a2enmod headers [...]

By |2020-01-31T12:17:54+01:00October 15th, 2019|Tech Support|0 Comments

Looking for old OS installer images?

So you want to look into old CP/M, DOS, Windows 3.x or Mac OS 8?You are at the right place! I found a great archive, that I wanted to share with you! The WinWorld archive contains old OS images of installer discs and floppies. Ranging from old OS/2, CP/M and [...]

By |2019-10-11T22:35:52+02:00October 11th, 2019|Retro, Sharing|0 Comments

Linux full-disk-encryption

Just wanted to share a one-liner on how to encrypt a device,partition or volume with cryptsetup (dm-crypt/luks)and options to get you started! The idea is simple: You create a crypto container on a disk/partition/volume/file/whatever, you then unlock that container, and then mount that container to a folder. When you're done [...]

By |2023-08-26T20:47:31+02:00October 9th, 2019|Tech Support, Wiki|3 Comments

OpenVPN clients: A list

Here's a list of OpenVPN clients I recommend for various platforms. Windows Use the official open source community client. https://openvpn.net/community-downloads/ Mac Use the open source Tunnelblick client which is both OpenVPN and GUI in one app. https://tunnelblick.net/ Linux Use your distribution package or compile OpenVPN from source. https://wiki.debian.org/OpenVPNhttps://fedoraproject.org/wiki/Openvpnhttps://wiki.archlinux.org/index.php/OpenVPN Android I [...]

By |2020-03-22T18:37:28+01:00October 6th, 2019|RoadWarrior, Tech Support, Wiki|0 Comments
Go to Top