From 34ecd90c0f765feaf2f144ad143559a3702dbb6e Mon Sep 17 00:00:00 2001 From: Sun Knudsen Date: Thu, 31 Dec 2020 10:35:49 -0500 Subject: [PATCH] Standardized headings --- .../README.md | 2 +- .../README.md | 4 +++- .../README.md | 2 +- .../README.md | 2 ++ .../README.md | 6 ++++-- how-to-remove-exif-metadata-from-images-on-macos/README.md | 2 +- .../README.md | 2 ++ 7 files changed, 14 insertions(+), 6 deletions(-) diff --git a/how-to-benchmark-server-performance-using-speedtest-and-sysbench/README.md b/how-to-benchmark-server-performance-using-speedtest-and-sysbench/README.md index 54789fe..e9f2bbf 100644 --- a/how-to-benchmark-server-performance-using-speedtest-and-sysbench/README.md +++ b/how-to-benchmark-server-performance-using-speedtest-and-sysbench/README.md @@ -23,7 +23,7 @@ Listed: true - When copy/pasting commands that start with `$`, strip out `$` as this character is not part of the command - When copy/pasting commands that start with `cat << "EOF"`, select all lines at once (from `cat << "EOF"` to `EOF` inclusively) as they are part of the same (single) command -## Installation guide +## Setup guide ### Step 1: check if Backports repository is enabled 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 e82129e..25a4e8b 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 @@ -12,7 +12,9 @@ Listed: true [![How to create Signal account without using personal phone number - YouTube](how-to-create-signal-account-without-using-personal-phone-number.png)](https://www.youtube.com/watch?v=b9aMJZjZ4pw "How to create Signal account without using personal phone number - YouTube") -Don’t forger to replace `+12345678901` with your mobile phone number. +## Guide + +> Heads-up: don’t forget to replace `+12345678901` with your mobile phone number. ```xml 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 cb7661e..9f98884 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 @@ -14,7 +14,7 @@ Listed: true > 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 +## Setup guide ### Step 1: install [Homebrew](https://brew.sh/) 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 b1a3bc7..f04d98a 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 @@ -12,6 +12,8 @@ Listed: true [![How to mitigate fingerprinting and IP leaks using Firefox advanced preferences - YouTube](how-to-mitigate-fingerprinting-and-ip-leaks-using-firefox-advanced-preferences.png)](https://www.youtube.com/watch?v=uYoJ7U0OMCY "How to mitigate fingerprinting and IP leaks using Firefox advanced preferences - YouTube") +## Guide + ### 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) 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 47bc7a5..47b9c74 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 @@ -12,7 +12,9 @@ Listed: true [![How to protect Mac computers from cold boot attacks - YouTube](how-to-protect-mac-computers-from-cold-boot-attacks.png)](https://www.youtube.com/watch?v=d_M18sq0TIQ "How to protect Mac computers from cold boot attacks - YouTube") -### Run the following `pmset` command using the Terminal. +## Guide + +### Run following command using “Terminal” app. ```shell sudo pmset -a destroyfvkeyonstandby 1 hibernatemode 25 standbydelaylow 0 standbydelayhigh 0 @@ -28,7 +30,7 @@ sudo pmset -a destroyfvkeyonstandby 1 hibernatemode 25 standbydelaylow 0 standby `standbydelayhigh 0` tells macOS to enable standby mode immediately when battery is high and computer is put to sleep. -See `man pmset` for more information. +Run `man pmset` using “Terminal” app for more information. --- 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 5dc8560..04162f2 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 @@ -12,7 +12,7 @@ Listed: true [![How to remove EXIF metadata from images on macOS - YouTube](how-to-remove-exif-metadata-from-images-on-macos.png)](https://www.youtube.com/watch?v=mVMGiMFGgsU "How to remove EXIF metadata from images on macOS - YouTube") -## Installation guide +## Setup guide ### Step 1: install [Homebrew](https://brew.sh/) 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 e1f5436..a3a8af9 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 @@ -12,6 +12,8 @@ Listed: true [![How to use multiple compartmentalized Firefox instances using profiles - YouTube](how-to-use-multiple-compartmentalized-firefox-instances-using-profiles.png)](https://www.youtube.com/watch?v=Upib_vq_EB8 "How to use multiple compartmentalized Firefox instances using profiles - YouTube") +## Guide + ### Step 1: create Firefox profile ```shell