From 61ad5103fb90e11dc2fc55abac7b6da8a9b802e1 Mon Sep 17 00:00:00 2001 From: Daniel Gray Date: Fri, 7 Jul 2023 12:29:56 +0000 Subject: [PATCH] Fix zram link (#2226) --- docs/os/linux-overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/os/linux-overview.md b/docs/os/linux-overview.md index 119c1cfb..ddaf2d30 100644 --- a/docs/os/linux-overview.md +++ b/docs/os/linux-overview.md @@ -86,7 +86,7 @@ Most Linux distributions have an option within its installer for enabling [LUKS] ### Swap -Consider using [ZRAM](https://wiki.archlinux.org/title/Swap#zram-generator) or [encrypted swap](https://wiki.archlinux.org/title/Dm-crypt/Swap_encryption) instead of unencrypted swap to avoid potential security issues with sensitive data being pushed to [swap space](https://en.wikipedia.org/wiki/Memory_paging). Fedora based distributions [use ZRAM by default](https://fedoraproject.org/wiki/Changes/SwapOnZRAM). +Consider using [ZRAM](https://wiki.archlinux.org/title/Zram#Using_zram-generator) or [encrypted swap](https://wiki.archlinux.org/title/Dm-crypt/Swap_encryption) instead of unencrypted swap to avoid potential security issues with sensitive data being pushed to [swap space](https://en.wikipedia.org/wiki/Memory_paging). Fedora based distributions [use ZRAM by default](https://fedoraproject.org/wiki/Changes/SwapOnZRAM). ### Wayland