From a3c1cb735d3e392503d83d7a083c28ad2f216948 Mon Sep 17 00:00:00 2001 From: Sun Knudsen Date: Sun, 31 Jan 2021 18:27:57 -0500 Subject: [PATCH] Refactored links to support remark-gfm --- docs/README.md | 2 +- .../README.md | 2 +- how-to-configure-hardened-debian-server/README.md | 2 +- .../README.md | 2 +- .../README.md | 14 +++++++------- .../README.md | 4 ++-- .../README.md | 2 +- .../README.md | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/README.md b/docs/README.md index eb979a6..57869d9 100644 --- a/docs/README.md +++ b/docs/README.md @@ -62,7 +62,7 @@ Listed: true ### Step 1: add PGP public key to GitHub account -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”. +Go to 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 9e5cebb..1159725 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 @@ -58,7 +58,7 @@ gpg: imported: 1 ### Step 5: download [VeraCrypt](https://www.veracrypt.fr/en/Home.html) -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. +Go to https://www.veracrypt.fr/en/Downloads.htmld PGP signature to `~/Downloads` folder. ### Step 6: verify VeraCrypt release signature using GnuPG diff --git a/how-to-configure-hardened-debian-server/README.md b/how-to-configure-hardened-debian-server/README.md index 80012d3..d845b09 100644 --- a/how-to-configure-hardened-debian-server/README.md +++ b/how-to-configure-hardened-debian-server/README.md @@ -206,7 +206,7 @@ EOF ### Step 14: set timezone (the following is for Montreal time) -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. +See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones ```shell timedatectl set-timezone America/Montreal diff --git a/how-to-configure-hardened-raspberry-pi-os-server/README.md b/how-to-configure-hardened-raspberry-pi-os-server/README.md index ca3b34e..d4f70e2 100644 --- a/how-to-configure-hardened-raspberry-pi-os-server/README.md +++ b/how-to-configure-hardened-raspberry-pi-os-server/README.md @@ -295,7 +295,7 @@ EOF ### Step 22: set timezone (the following is for Montreal time) -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. +See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones ```shell timedatectl set-timezone America/Montreal diff --git a/how-to-create-signal-account-without-using-personal-phone-number/README.md b/how-to-create-signal-account-without-using-personal-phone-number/README.md index e4f7fa9..358f5d3 100644 --- a/how-to-create-signal-account-without-using-personal-phone-number/README.md +++ b/how-to-create-signal-account-without-using-personal-phone-number/README.md @@ -16,16 +16,16 @@ Listed: true ### Step 1: create [Twilio](https://www.twilio.com/) account -Go to [https://www.twilio.com/](https://www.twilio.com/) and sign up. +Go to https://www.twilio.com/ and sign up. ### Step 2: create “Forward voice” bin (used for phone call verification) > Heads-up: don’t forget to replace `+12345678901` with your mobile phone number. -Go to [https://www.twilio.com/console/twiml-bins](https://www.twilio.com/console/twiml-bins), click +, set friendly name to `Forward voice` and paste snippet bellow in TwiML text area. +Go to https://www.twilio.com/console/twiml-bins, click +, set friendly name to `Forward voice` and paste snippet bellow in TwiML text area. ```xml - + +12345678901 @@ -37,10 +37,10 @@ Go to [https://www.twilio.com/console/twiml-bins](https://www.twilio.com/console > Heads-up: don’t forget to replace `+12345678901` with your mobile phone number. -Go to [https://www.twilio.com/console/twiml-bins](https://www.twilio.com/console/twiml-bins), click +, set friendly name to `Forward messaging` and paste snippet bellow in TwiML text area. +Go to https://www.twilio.com/console/twiml-bins, click +, set friendly name to `Forward messaging` and paste snippet bellow in TwiML text area. ```xml - + {{From}}: {{Body}} @@ -50,10 +50,10 @@ Go to [https://www.twilio.com/console/twiml-bins](https://www.twilio.com/console ### Step 4: buy phone number -Go to [https://www.twilio.com/console/phone-numbers/search](https://www.twilio.com/console/phone-numbers/search) and buy phone number. +Go to https://www.twilio.com/console/phone-numbers/search and buy phone number. ### Step 5: configure phone number -Go to [https://www.twilio.com/console/phone-numbers/incoming](https://www.twilio.com/console/phone-numbers/incoming), click phone number, set “A Call Comes In” to “TwiML Bin” / “Forward voice”, set “A Message Comes In” to “TwiML Bin” / “Forward messaging” and click “Save”. +Go to https://www.twilio.com/console/phone-numbers/incoming, click phone number, set “A Call Comes In” to “TwiML Bin” / “Forward voice”, set “A Message Comes In” to “TwiML Bin” / “Forward messaging” and click “Save”. 👍 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 4b6fa0c..854a002 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 @@ -12,7 +12,7 @@ Listed: true [![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](https://github.com/drduh/YubiKey-Guide). +> WARNING: this is a getting started guide. For a hardened guide, see https://github.com/drduh/YubiKey-Guide ## Setup guide @@ -138,7 +138,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://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. +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. 👍 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 f04d98a..4e12ab8 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 @@ -16,7 +16,7 @@ Listed: true ### Step 1: make sure you are running the latest version of Firefox -### Step 2: make sure you configured Firefox for privacy using [https://www.youtube.com/watch?v=NH4DdXC0RFw](https://www.youtube.com/watch?v=NH4DdXC0RFw) +### Step 2: make sure you configured Firefox for privacy using https://www.youtube.com/watch?v=NH4DdXC0RFw ### Step 3: in `Privacy & Security`, disable `Deceptive Content and Dangerous Software Protection` diff --git a/how-to-self-host-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md b/how-to-self-host-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md index 6b72adf..22752f4 100644 --- a/how-to-self-host-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md +++ b/how-to-self-host-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md @@ -209,7 +209,7 @@ EOF ### Step 14: set timezone (the following is for Montreal time) -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. +See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for available timezones. ```shell timedatectl set-timezone America/Montreal @@ -978,7 +978,7 @@ On Mac, open “System Preferences”, click “Network”, then “Self-hosted ### Step 37: test for leaks -Open Firefox and go to [https://ipleak.net/](https://ipleak.net/). +Open Firefox and go to https://ipleak.net/. Make sure listed IPv4, IPv6 (if network is dual stack) and DNS servers do not match the ones provided by ISP.