Standardized headings

This commit is contained in:
Sun Knudsen 2020-12-31 10:35:49 -05:00
parent 3617ab011d
commit 34ecd90c0f
No known key found for this signature in database
GPG Key ID: 1FA767862BBD1305
7 changed files with 14 additions and 6 deletions

View File

@ -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

View File

@ -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")
Dont forger to replace `+12345678901` with your mobile phone number.
## Guide
> Heads-up: dont forget to replace `+12345678901` with your mobile phone number.
```xml
<?xml version="1.0" encoding="UTF-8"?>

View File

@ -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/)

View File

@ -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)

View File

@ -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.
---

View File

@ -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/)

View File

@ -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