Refactored links to support remark-gfm

This commit is contained in:
Sun Knudsen 2021-01-31 18:27:57 -05:00
parent d5d47a5e3f
commit a3c1cb735d
No known key found for this signature in database
GPG Key ID: 1FA767862BBD1305
8 changed files with 16 additions and 16 deletions

View File

@ -62,7 +62,7 @@ Listed: true
### Step 1: add PGP public key to GitHub account ### 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) ### Step 2: enable Git [signing](https://git-scm.com/book/en/v2/Git-Tools-Signing-Your-Work)

View File

@ -58,7 +58,7 @@ gpg: imported: 1
### Step 5: download [VeraCrypt](https://www.veracrypt.fr/en/Home.html) ### 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 ### Step 6: verify VeraCrypt release signature using GnuPG

View File

@ -206,7 +206,7 @@ EOF
### Step 14: set timezone (the following is for Montreal time) ### 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 ```shell
timedatectl set-timezone America/Montreal timedatectl set-timezone America/Montreal

View File

@ -295,7 +295,7 @@ EOF
### Step 22: set timezone (the following is for Montreal time) ### 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 ```shell
timedatectl set-timezone America/Montreal timedatectl set-timezone America/Montreal

View File

@ -16,16 +16,16 @@ Listed: true
### Step 1: create [Twilio](https://www.twilio.com/) account ### 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) ### Step 2: create “Forward voice” bin (used for phone call verification)
> Heads-up: dont forget to replace `+12345678901` with your mobile phone number. > Heads-up: dont 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 ```xml
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8" ?>
<Response> <Response>
<Dial> <Dial>
+12345678901 +12345678901
@ -37,10 +37,10 @@ Go to [https://www.twilio.com/console/twiml-bins](https://www.twilio.com/console
> Heads-up: dont forget to replace `+12345678901` with your mobile phone number. > Heads-up: dont 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 ```xml
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8" ?>
<Response> <Response>
<Message to="+12345678901"> <Message to="+12345678901">
{{From}}: {{Body}} {{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 ### 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 ### 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”.
👍 👍

View File

@ -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") [![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 ## 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] 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.
👍 👍

View File

@ -16,7 +16,7 @@ Listed: true
### Step 1: make sure you are running the latest version of Firefox ### 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` ### Step 3: in `Privacy & Security`, disable `Deceptive Content and Dangerous Software Protection`

View File

@ -209,7 +209,7 @@ EOF
### Step 14: set timezone (the following is for Montreal time) ### 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 ```shell
timedatectl set-timezone America/Montreal timedatectl set-timezone America/Montreal
@ -978,7 +978,7 @@ On Mac, open “System Preferences”, click “Network”, then “Self-hosted
### Step 37: test for leaks ### 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. Make sure listed IPv4, IPv6 (if network is dual stack) and DNS servers do not match the ones provided by ISP.