You might find your answer to tech related issues here!

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

Virtualization on Windows

Now that we covered virtualization on Mac, let's go over to Windows! Microsoft Hyper-V If you have Windows 10 Pro or better (includes Education and Enterprise), then you already have a native virtualization option on board! To enable it, simply open a PowerShell as administrator and type in following command: [...]

By |2019-10-12T10:23:54+02:00October 12th, 2019|Review, Tech Support, Wiki|1 Comment

Virtualization on Mac

Just a quick one to share some options on virtualization on Mac. VMware Fusion Pro Although paid software, this is what I recommend going for, especially if you want to virtualize an ancient OS. Unlike some alternatives VMware provides drivers even for some ancient guest OS, so you can run [...]

By |2019-10-11T23:36:14+02:00October 11th, 2019|Tech Support, Wiki|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