diff --git a/docs/README.md b/docs/README.md index c68ba74..43a72d7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -60,7 +60,7 @@ Publication date: 2020-09-09T17:25:25.799Z ### Step 1: add PGP public key to GitHub account -Go to https://github.com/settings/keys, click “New GPG key”, paste your PGP public key and click “Add GPG key”. +Go to [https://github.com/settings/keys](https://github.com/settings/keys), click “New GPG key”, paste your PGP public key and click “Add GPG key”. ### Step 2: enable Git [signing](https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work) diff --git a/how-to-backup-and-encrypt-data-using-rsync-and-veracrypt-on-macos/README.md b/how-to-backup-and-encrypt-data-using-rsync-and-veracrypt-on-macos/README.md index c883c97..efc7d83 100644 --- a/how-to-backup-and-encrypt-data-using-rsync-and-veracrypt-on-macos/README.md +++ b/how-to-backup-and-encrypt-data-using-rsync-and-veracrypt-on-macos/README.md @@ -5,6 +5,7 @@ Author: Sun Knudsen Contributors: Sun Knudsen , Alex Anderson Reviewers: Alex Anderson Publication date: 2020-08-26T14:07:36.767Z +Listed: true --> # How to backup and encrypt data using rsync and VeraCrypt on macOS @@ -27,7 +28,7 @@ Publication date: 2020-08-26T14:07:36.767Z ### Step 1: download and install [FUSE for macOS](https://osxfuse.github.io/) -Go to https://osxfuse.github.io/, download and install latest release. +Go to [https://osxfuse.github.io/](https://osxfuse.github.io/), download and install latest release. ### Step 2: install [Homebrew](https://brew.sh/) @@ -58,7 +59,7 @@ gpg: imported: 1 ### Step 6: download [VeraCrypt](https://www.veracrypt.fr/en/Home.html) -Go to https://www.veracrypt.fr/en/Downloads.html and download latest release and its associated PGP signature to `~/Downloads` folder. +Go to [https://www.veracrypt.fr/en/Downloads.html](https://www.veracrypt.fr/en/Downloads.html) and download latest release and its associated PGP signature to `~/Downloads` folder. ### Step 7: verify VeraCrypt release signature using GnuPG diff --git a/how-to-benchmark-performance-of-server-using-speedtest-and-sysbench/README.md b/how-to-benchmark-performance-of-server-using-speedtest-and-sysbench/README.md index 774637d..4cda397 100644 --- a/how-to-benchmark-performance-of-server-using-speedtest-and-sysbench/README.md +++ b/how-to-benchmark-performance-of-server-using-speedtest-and-sysbench/README.md @@ -5,6 +5,7 @@ Author: Sun Knudsen Contributors: Sun Knudsen Reviewers: Publication date: 2020-07-31T12:39:56.670Z +Listed: true --> # How to benchmark performance of server using Speedtest and SysBench diff --git a/how-to-clean-uninstall-apps-on-macos-using-appcleaner-open-source-alternative/README.md b/how-to-clean-uninstall-apps-on-macos-using-appcleaner-open-source-alternative/README.md index 14f78a4..99e9cf6 100644 --- a/how-to-clean-uninstall-apps-on-macos-using-appcleaner-open-source-alternative/README.md +++ b/how-to-clean-uninstall-apps-on-macos-using-appcleaner-open-source-alternative/README.md @@ -5,6 +5,7 @@ Author: Sun Knudsen Contributors: Sun Knudsen Reviewers: Publication date: 2020-09-21T15:50:15.415Z +Listed: true --> # How to clean uninstall apps on macOS using AppCleaner open source alternative diff --git a/how-to-configure-self-hosted-vpn-kill-switch-using-pf-firewall-on-macos/README.md b/how-to-configure-self-hosted-vpn-kill-switch-using-pf-firewall-on-macos/README.md index ecd1bb7..22c4dc9 100644 --- a/how-to-configure-self-hosted-vpn-kill-switch-using-pf-firewall-on-macos/README.md +++ b/how-to-configure-self-hosted-vpn-kill-switch-using-pf-firewall-on-macos/README.md @@ -5,6 +5,7 @@ Author: Sun Knudsen Contributors: Sun Knudsen Reviewers: Publication date: 2020-08-21T15:42:23.029Z +Listed: true --> # How to configure self-hosted VPN kill switch using PF firewall on macOS diff --git a/how-to-create-a-signal-account-without-using-your-personal-phone-number/README.md b/how-to-create-a-signal-account-without-using-your-personal-phone-number/README.md index e359a68..94cfec0 100644 --- a/how-to-create-a-signal-account-without-using-your-personal-phone-number/README.md +++ b/how-to-create-a-signal-account-without-using-your-personal-phone-number/README.md @@ -5,6 +5,7 @@ Author: Sun Knudsen Contributors: Sun Knudsen Reviewers: Publication date: 2020-06-04T00:00:00.000Z +Listed: true --> # How to create a Signal account without using your personal phone number diff --git a/how-to-disable-ipv6-on-ios-cellular-only-and-macos/README.md b/how-to-disable-ipv6-on-ios-cellular-only-and-macos/README.md index a8b8318..800a04e 100644 --- a/how-to-disable-ipv6-on-ios-cellular-only-and-macos/README.md +++ b/how-to-disable-ipv6-on-ios-cellular-only-and-macos/README.md @@ -5,6 +5,7 @@ Author: Sun Knudsen Contributors: Sun Knudsen Reviewers: Publication date: 2020-07-18T10:28:23.605Z +Listed: true --> # How to disable IPv6 on iOS (cellular-only) and macOS diff --git a/how-to-encrypt-sign-and-decrypt-messages-using-pgp-on-macos/README.md b/how-to-encrypt-sign-and-decrypt-messages-using-pgp-on-macos/README.md index a3aba38..e1241e0 100644 --- a/how-to-encrypt-sign-and-decrypt-messages-using-pgp-on-macos/README.md +++ b/how-to-encrypt-sign-and-decrypt-messages-using-pgp-on-macos/README.md @@ -5,13 +5,14 @@ Author: Sun Knudsen Contributors: Sun Knudsen Reviewers: Publication date: 2020-06-18T00:00:00.000Z +Listed: true --> # How to encrypt, sign and decrypt messages using PGP on macOS [![How to encrypt, sign and decrypt messages using PGP on macOS - YouTube](how-to-encrypt-sign-and-decrypt-messages-using-pgp-on-macos.png)](https://www.youtube.com/watch?v=mE8fL5Fu8x8 "How to encrypt, sign and decrypt messages using PGP on macOS - YouTube") -> WARNING: this is a getting started guide. For a hardened guide, see https://github.com/drduh/YubiKey-Guide. +> WARNING: this is a getting started guide. For a hardened guide, see [https://github.com/drduh/YubiKey-Guide](https://github.com/drduh/YubiKey-Guide). ## Installation guide @@ -135,7 +136,7 @@ sub rsa4096 2019-10-17 [E] [expires: 2020-10-16] sub rsa4096 2019-10-17 [S] [expires: 2020-10-16] ``` -See https://sunknudsen.com/, https://github.com/sunknudsen/pgp-public-key and https://www.youtube.com/sunknudsen/about and make sure fingerprint `C4FB DDC1 6A26 2672 920D 0A0F C132 3A37 7DE1 4C8B` matches the one published. +See [https://sunknudsen.com/](https://sunknudsen.com/), [https://github.com/sunknudsen/pgp-public-key](https://github.com/sunknudsen/pgp-public-key) and [https://www.youtube.com/sunknudsen/about](https://www.youtube.com/sunknudsen/about) and make sure fingerprint `C4FB DDC1 6A26 2672 920D 0A0F C132 3A37 7DE1 4C8B` matches the one published. 👍 diff --git a/how-to-mitigate-fingerprinting-and-ip-leaks-using-firefox-advanced-preferences/README.md b/how-to-mitigate-fingerprinting-and-ip-leaks-using-firefox-advanced-preferences/README.md index 3f63b10..f9b6aa1 100644 --- a/how-to-mitigate-fingerprinting-and-ip-leaks-using-firefox-advanced-preferences/README.md +++ b/how-to-mitigate-fingerprinting-and-ip-leaks-using-firefox-advanced-preferences/README.md @@ -5,6 +5,7 @@ Author: Sun Knudsen Contributors: Sun Knudsen Reviewers: Publication date: 2020-05-15T00:00:00.000Z +Listed: true --> # How to mitigate fingerprinting and IP leaks using Firefox advanced preferences diff --git a/how-to-protect-mac-computers-from-cold-boot-attacks/README.md b/how-to-protect-mac-computers-from-cold-boot-attacks/README.md index fd1daaf..982cec2 100644 --- a/how-to-protect-mac-computers-from-cold-boot-attacks/README.md +++ b/how-to-protect-mac-computers-from-cold-boot-attacks/README.md @@ -5,6 +5,7 @@ Author: Sun Knudsen Contributors: Sun Knudsen Reviewers: Publication date: 2020-06-05T00:00:00.000Z +Listed: true --> # How to protect Mac computers from cold boot attacks diff --git a/how-to-remove-exif-metadata-from-images-on-macos/README.md b/how-to-remove-exif-metadata-from-images-on-macos/README.md index 7869b95..6ce4a91 100644 --- a/how-to-remove-exif-metadata-from-images-on-macos/README.md +++ b/how-to-remove-exif-metadata-from-images-on-macos/README.md @@ -5,6 +5,7 @@ Author: Sun Knudsen Contributors: Sun Knudsen Reviewers: Publication date: 2020-06-25T00:00:00.000Z +Listed: true --> # How to remove EXIF metadata from images on macOS diff --git a/how-to-self-host-a-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md b/how-to-self-host-a-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md index 3ad9937..3474384 100644 --- a/how-to-self-host-a-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md +++ b/how-to-self-host-a-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md @@ -5,6 +5,7 @@ Author: Sun Knudsen Contributors: Sun Knudsen Reviewers: Publication date: 2020-07-31T12:39:56.680Z +Listed: true --> # How to self-host a hardened strongSwan IKEv2/IPsec VPN server for iOS and macOS @@ -186,7 +187,7 @@ EOF ### Step 12: set timezone (the following is for Montreal time) -See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for available timezones. +See [https://en.wikipedia.org/wiki/List_of_tz_database_time_zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) for available timezones. ```shell timedatectl set-timezone America/Montreal @@ -800,7 +801,7 @@ On Mac, open “System Preferences”, click “Network”, then “Self-hosted ### Step 35: test for leaks -Open Firefox and go to https://ipleak.net/. +Open Firefox and go to [https://ipleak.net/](https://ipleak.net/). Make sure listed IPv4, IPv6 (if server is dual stack) and DNS servers do not match the ones supplied by client ISP. diff --git a/how-to-spoof-your-mac-address-and-hostname-automatically-at-boot-on-macos/README.md b/how-to-spoof-your-mac-address-and-hostname-automatically-at-boot-on-macos/README.md index 4b52d89..cd693bc 100644 --- a/how-to-spoof-your-mac-address-and-hostname-automatically-at-boot-on-macos/README.md +++ b/how-to-spoof-your-mac-address-and-hostname-automatically-at-boot-on-macos/README.md @@ -5,6 +5,7 @@ Author: Sun Knudsen Contributors: Sun Knudsen Reviewers: Publication date: 2020-05-19T00:00:00.000Z +Listed: true --> # How to spoof your MAC address and hostname automatically at boot on macOS diff --git a/how-to-use-multiple-compartmentalized-firefox-instances-simultaneously-using-profiles/README.md b/how-to-use-multiple-compartmentalized-firefox-instances-simultaneously-using-profiles/README.md index da4a3c3..30f843d 100644 --- a/how-to-use-multiple-compartmentalized-firefox-instances-simultaneously-using-profiles/README.md +++ b/how-to-use-multiple-compartmentalized-firefox-instances-simultaneously-using-profiles/README.md @@ -5,6 +5,7 @@ Author: Sun Knudsen Contributors: Sun Knudsen Reviewers: Publication date: 2020-05-13T00:00:00.000Z +Listed: true --> # How to use multiple compartmentalized Firefox instances simultaneously using profiles