Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Oct 2, 2020
1 parent dae450b commit 5c567cb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions RECOMMENDATIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ was unable to report ECC errors via IPMI, only OS-level reporting worked.
**Intel**

* mITX:
* SuperMicro X11SCL-IF(-O)
* SuperMicro X11SCL-IF(-O) (1 NVMe)
* uATX:
* SuperMicro X11SCL-F(-O) or X11SCH-F(-O)
* SuperMicro X11SCL-F(-O) (1 NVMe) or X11SCH-F(-O) (2 NVMe)
* Common components:
* Intel i3-9100F or Intel Xeon E-2xxx (i5/7 do not support ECC)
* 16 GiB of Micron or Samsung DDR4 UDIMM ECC RAM (unbuffered, **not** registered)
Expand All @@ -124,9 +124,9 @@ was unable to report ECC errors via IPMI, only OS-level reporting worked.
**AMD**

* mITX:
* AsRock Rack X570D4I-2T
* AsRock Rack X570D4I-2T (1 NVMe)
* uATX:
* AsRock Rack X470D4U (SATA only) or X570D4U (NVMe)
* AsRock Rack X470D4U or X570D4U (2 NVMe both)
* Common components:
* AMD Ryzen CPU, but not APU (APUs do not support ECC)
* 16 GiB of Micron or Samsung DDR4 UDIMM ECC RAM (unbuffered, **not** registered)
Expand Down
3 changes: 2 additions & 1 deletion SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ Create a key if you need to, or if you don't have `id_ed25519.pub` but prefer th

On Windows 10, or if that command is not available, output the contents of your public key file
to terminal and copy, here for `id_ed25519.pub`:<br />
`cat ~/.ssh/id_ed25519.pub`<br
`cat ~/.ssh/id_ed25519.pub`

On your Linux server, logged in as your non-root user, add this public key to your account:<br />
```
mkdir ~/.ssh
Expand Down

0 comments on commit 5c567cb

Please sign in to comment.