Standardized headings
This commit is contained in:
parent
3617ab011d
commit
34ecd90c0f
7 changed files with 14 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -12,7 +12,9 @@ Listed: true
|
|||
|
||||
[](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
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
|
|
@ -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/)
|
||||
|
||||
|
|
|
@ -12,6 +12,8 @@ Listed: true
|
|||
|
||||
[](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)
|
||||
|
|
|
@ -12,7 +12,9 @@ Listed: true
|
|||
|
||||
[](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.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ Listed: true
|
|||
|
||||
[](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/)
|
||||
|
||||
|
|
|
@ -12,6 +12,8 @@ Listed: true
|
|||
|
||||
[](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
|
||||
|
|
Loading…
Add table
Reference in a new issue