You might find your answer to tech related issues here!

How to SSH with GPG (and smart card)

Useful to use SSH securely using a smart card / hardware token / yubikey / etc. Prerequisites Of course, you need to have GPG installed on your system, and possibly some drivers and applications to support your smart card / hardware token if used. This guide assumes you already have [...]

By |2021-05-16T19:46:47+02:00September 13th, 2019|Tech Support, Wiki|0 Comments

Hardened GPG config

This is just a quick post to share a hardened gpg.conf Usually stored in ~/.gnupg/gpg.conf personal-cipher-preferences AES256 AES192 AES personal-digest-preferences SHA512 SHA384 SHA256 personal-compress-preferences ZLIB BZIP2 ZIP Uncompressed default-preference-list SHA512 SHA384 SHA256 AES256 AES192 AES ZLIB BZIP2 ZIP Uncompressed cert-digest-algo SHA512 s2k-digest-algo SHA512 s2k-cipher-algo AES256 charset utf-8 fixed-list-mode no-comments no-emit-version [...]

By |2019-09-13T09:56:16+02:00September 13th, 2019|Tech Support, Wiki|0 Comments

F-Droid, and that’s not an insult!

Looking for an alternative app "store" on Android, where all the apps are open source and for free? Look no more! What is F-Droid? F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform. The client makes it easy to browse, install, and [...]

By |2019-11-04T05:21:46+01:00September 12th, 2019|Review, Tech Support|0 Comments

A note on Pi-hole’s privacy levels and its settings

Or: How to enhance the privacy of your Pi-hole If you use a Pi-hole like I do, you probably care about privacy in some form. If you do, you should disable query logging and here's why. There are 5 privacy levels in Pi-Hole's FTL DNS, going from 0 (show everything) [...]

By |2019-10-12T00:06:29+02:00September 8th, 2019|Tech Support|Comments Off on A note on Pi-hole’s privacy levels and its settings
Go to Top