Skip to content

Instantly share code, notes, and snippets.

@colinferm
colinferm / GnuPG-2.2.md
Last active August 19, 2022 11:08 — forked from JohnnyFang/GnuPG-2.2.md
Build/install instructions for GnuPG 2.2.x on Ubuntu and similar distros (formerly for 2.1.x)

GnuPG 2.2.x Build Instructions

Below are my build instructions for GnuPG 2.2.10, released on August 30th, 2018. These instructions are built for a headless Ubuntu 18.04 LTS server (and have also been tested on Ubuntu 14.04/16.04). Updated Aug 19, 2022 to run on CentOS 7.9.

If you prefer, you may use the below install script to install GnuPG 2.2.x by running the following commands:

curl -OL "https://gist.githubusercontent.com/colinferm/383fb3890a5e25472b22de9bb6cab767/raw/41c92312093261fe9a9344034a5f1dc7aefe0a67/install-gnupg22.sh" && sudo -H bash ./install-gnupg22.sh

Install the needed dependencies

@colinferm
colinferm / vaccination-stats.js
Last active August 25, 2021 11:18 — forked from marco79cgn/vaccination-stats.js
A Scriptable widget that shows the amount of people who have received the corona vaccination in Germany
// Version 1.1.2
// Mit Erstimpfungen und vollständigem Schutz sowie Fix für Herdenimmunitätsdatum
//
// Mit Caching und Fallback
const cacheMinutes = 60; // 60 min
const today = new Date();
let neededTotalVaccinations;
let result;
let resultDe;
let width = 100;