Scan SSH servers for issues

So you think SSH is secure? Maybe not if you have a flawed config... But I have a solution! Meet Mozilla's ssh_scan! Mozilla provides a free scanner for SSH, which will quickly give you a grade and recommendations on how to improve your setup. The scanner needs to be downloaded [...]

By |2021-09-24T22:26:03+02:00November 28th, 2019|Tech Support|0 Comments

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

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

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
Go to Top