From d961c09cc7539f7c7ff2b63397701ee97f40f0d3 Mon Sep 17 00:00:00 2001 From: Tommy Date: Tue, 11 Oct 2022 01:35:19 -0400 Subject: [PATCH] Update Links Signed-off-by: Tommy --- content/os/Android Tips.md | 4 ++-- content/os/Desktop-Linux-Hardening.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/os/Android Tips.md b/content/os/Android Tips.md index 1e1b568..1795aa7 100644 --- a/content/os/Android Tips.md +++ b/content/os/Android Tips.md @@ -32,7 +32,7 @@ You should also be very wary of low quality privacy branded phones like the Free In certain cases, installing a custom Android-based operating system can help increase your privacy and security. This is rather tricky; however, as the vast majority of these operating systems (a.k.a. "custom ROMs") do exactly the opposite - breaking the Android security model, ruining your security while providing no or dubious privacy benefits. -I have written a detailed post on selecting your Android-based operating system, which you can find [here](../../os/choosing-your-android-based-operating-system/). +I have written a detailed post on selecting your Android-based operating system, which you can find [here](../../os/choosing-your-android-based-operating-system). **TLDR**: If you are using a modern Pixel, use [GrapheneOS](https://grapheneos.org). If you are on a device supported by [DivestOS](https://divestos.org), use DivestOS. Otherwise, stick to your stock operating system. Do not blindly use an OS just because it is advertised as "degoogled". @@ -81,7 +81,7 @@ Multiple user profiles can be found in **Settings** → **System** → **Multipl With user profiles, you can impose restrictions on a specific profile, such as: making calls, using SMS, or installing apps on the device. Each profile is encrypted using its own encryption key and cannot access the data of any other profiles. Even the device owner cannot view the data of other profiles without knowing their password. Multiple user profiles are a more secure method of isolation. -Note that there is currently a [VPN leakage with secondary user profiles](/os/android-vpn-leakage-with-secondary-user-profiles/). +Note that there is currently a [VPN leakage with secondary user profiles](/os/android-vpn-leakage-with-secondary-user-profiles). ## Work Profile diff --git a/content/os/Desktop-Linux-Hardening.md b/content/os/Desktop-Linux-Hardening.md index 4d4ea01..e1fa776 100644 --- a/content/os/Desktop-Linux-Hardening.md +++ b/content/os/Desktop-Linux-Hardening.md @@ -5,7 +5,7 @@ tags: ['Operating Systems', 'Linux', 'Privacy', 'Security'] author: Tommy --- -Linux is [not](https://madaidans-insecurities.github.io/linux.html) a secure operating system. However, there are steps you can take to harden it, reduce its attack surface and improve its privacy. +Linux is [not](/os/linux-insecurities) a secure operating system. However, there are steps you can take to harden it, reduce its attack surface and improve its privacy. **Before We Start**...