From 334253313e52d4a72120447a9c0800b0335c3b97 Mon Sep 17 00:00:00 2001 From: curben Date: Mon, 14 Jan 2019 17:19:03 +1030 Subject: [PATCH] docs: Add 'replacements of TrueCrypt/KeePassX/Adblock Plus' post --- .../replace-truecrypt-keepassx-adblock-plus.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 source/_posts/replace-truecrypt-keepassx-adblock-plus.md diff --git a/source/_posts/replace-truecrypt-keepassx-adblock-plus.md b/source/_posts/replace-truecrypt-keepassx-adblock-plus.md new file mode 100644 index 0000000..63cdd7b --- /dev/null +++ b/source/_posts/replace-truecrypt-keepassx-adblock-plus.md @@ -0,0 +1,17 @@ +--- +title: You should switch to these replacements of TrueCrypt/KeePassX/Adblock Plus +date: 2019-01-14 00:00:00 +tags: +--- + +TrueCrypt and KeePassX have been discontinued while Adblock Plus has been [commercialised](https://en.wikipedia.org/wiki/Adblock_Plus#Controversy_over_ad_filtering_and_ad_whitelisting). Their replacements are [VeraCrypt](https://www.veracrypt.fr/), [KeePassXC](https://keepassxc.org/) and [uBlock Origin](https://github.com/gorhill/uBlock/) respectively. + + + +Meanwhile, for server environment: + +Software | Replacement | Comment +--- | --- +MySQL | [MariaDB](https://mariadb.org/) +ownCloud | [Nextcloud](https://nextcloud.com/) +Apache/nginx | [Caddy](https://caddyserver.com/) | It's not a direct replacement, rather a web server that prioritise secure-by-default. \ No newline at end of file