Refactored guide names

This commit is contained in:
Sun Knudsen 2020-10-02 09:42:15 -04:00
parent c45253f172
commit 7f95ef6820
No known key found for this signature in database
GPG Key ID: 1FA767862BBD1305
27 changed files with 35 additions and 35 deletions

View File

@ -1,15 +1,15 @@
<!-- <!--
Title: How to backup and encrypt data privately and securely using rsync and VeraCrypt on macOS Title: How to backup and encrypt data using rsync and VeraCrypt on macOS
Description: Learn how to backup and encrypt data privately and securely using rsync and VeraCrypt on macOS. Description: Learn how to backup and encrypt data using rsync and VeraCrypt on macOS.
Author: Sun Knudsen <https://github.com/sunknudsen> Author: Sun Knudsen <https://github.com/sunknudsen>
Contributors: Sun Knudsen <https://github.com/sunknudsen>, Alex Anderson <https://github.com/Serpent27> Contributors: Sun Knudsen <https://github.com/sunknudsen>, Alex Anderson <https://github.com/Serpent27>
Reviewers: Alex Anderson <https://github.com/Serpent27> Reviewers: Alex Anderson <https://github.com/Serpent27>
Publication date: 2020-08-26T14:07:36.767Z Publication date: 2020-08-26T14:07:36.767Z
--> -->
# How to backup and encrypt data privately and securely using rsync and VeraCrypt on macOS # How to backup and encrypt data using rsync and VeraCrypt on macOS
[![How to backup and encrypt data privately and securely using rsync and VeraCrypt on macOS - YouTube](how-to-backup-and-encrypt-data-privately-and-securely-using-rsync-and-veracrypt-on-macos.png)](https://www.youtube.com/watch?v=1cz_ViFB6eE "How to backup and encrypt data privately and securely using rsync and VeraCrypt on macOS - YouTube") [![How to backup and encrypt data using rsync and VeraCrypt on macOS - YouTube](how-to-backup-and-encrypt-data-using-rsync-and-veracrypt-on-macos.png)](https://www.youtube.com/watch?v=1cz_ViFB6eE "How to backup and encrypt data using rsync and VeraCrypt on macOS - YouTube")
> Heads-up: when using storage devices with wear-leveling (most flash storage devices), it is not possible to securely change password once it has been set (see [Wear-Leveling](https://www.veracrypt.fr/en/Wear-Leveling.html)). > Heads-up: when using storage devices with wear-leveling (most flash storage devices), it is not possible to securely change password once it has been set (see [Wear-Leveling](https://www.veracrypt.fr/en/Wear-Leveling.html)).

View File

@ -1,15 +1,15 @@
<!-- <!--
Title: How to benchmark CPU, memory, disk and network performance of server using Speedtest and SysBench Title: How to benchmark performance of server using Speedtest and SysBench
Description: Learn how to benchmark CPU, memory, disk and network performance of server using Speedtest and SysBench. Description: Learn how to benchmark performance of server using Speedtest and SysBench.
Author: Sun Knudsen <https://github.com/sunknudsen> Author: Sun Knudsen <https://github.com/sunknudsen>
Contributors: Sun Knudsen <https://github.com/sunknudsen> Contributors: Sun Knudsen <https://github.com/sunknudsen>
Reviewers: Reviewers:
Publication date: 2020-07-31T12:39:56.670Z Publication date: 2020-07-31T12:39:56.670Z
--> -->
# How to benchmark CPU, memory, disk and network performance of server using Speedtest and SysBench # How to benchmark performance of server using Speedtest and SysBench
[![How to benchmark CPU, memory, disk and network performance of server using Speedtest and SysBench - YouTube](how-to-benchmark-cpu-memory-disk-and-network-performance-of-server-using-speedtest-and-sysbench.png)](https://www.youtube.com/watch?v=zcq2iZUcQQY "How to benchmark CPU, memory, disk and network performance of server using Speedtest and SysBench - YouTube") [![How to benchmark performance of server using Speedtest and SysBench - YouTube](how-to-benchmark-performance-of-server-using-speedtest-and-sysbench.png)](https://www.youtube.com/watch?v=zcq2iZUcQQY "How to benchmark performance of server using Speedtest and SysBench - YouTube")
> Heads-up: Speedtest is known for tracking users therefore it is recommended to run the following benchmark tests on disposable servers. > Heads-up: Speedtest is known for tracking users therefore it is recommended to run the following benchmark tests on disposable servers.

View File

@ -1,15 +1,15 @@
<!-- <!--
Title: How to clean uninstall apps on macOS (an open source alternative to AppCleaner by FreeMacSoft) Title: How to clean uninstall apps on macOS using AppCleaner open source alternative
Description: Learn how to clean uninstall apps on macOS (an open source alternative to AppCleaner by FreeMacSoft). Description: Learn how to clean uninstall apps on macOS using AppCleaner open source alternative.
Author: Sun Knudsen <https://github.com/sunknudsen> Author: Sun Knudsen <https://github.com/sunknudsen>
Contributors: Sun Knudsen <https://github.com/sunknudsen> Contributors: Sun Knudsen <https://github.com/sunknudsen>
Reviewers: Reviewers:
Publication date: 2020-09-21T15:50:15.415Z Publication date: 2020-09-21T15:50:15.415Z
--> -->
# How to clean uninstall apps on macOS (an open source alternative to AppCleaner by FreeMacSoft) # How to clean uninstall apps on macOS using AppCleaner open source alternative
[![How to clean uninstall apps on macOS (an open source alternative to AppCleaner by FreeMacSoft) - YouTube](how-to-clean-uninstall-apps-on-macos-an-open-source-alternative-to-appcleaner-by-freemacsoft.png)](https://www.youtube.com/watch?v=0nVOB0EE5ps "How to clean uninstall apps on macOS (an open source alternative to AppCleaner by FreeMacSoft) - YouTube") [![How to clean uninstall apps on macOS using AppCleaner open source alternative - YouTube](how-to-clean-uninstall-apps-on-macos-using-appcleaner-open-source-alternative.png)](https://www.youtube.com/watch?v=0nVOB0EE5ps "How to clean uninstall apps on macOS using AppCleaner open source alternative - YouTube")
## Guide ## Guide
@ -23,7 +23,7 @@ sudo chown $(whoami):admin /usr/local/bin
### Step 2: download [app-cleaner.sh](app-cleaner.sh) ([PGP signature](./app-cleaner.sh.sig), [PGP public key](https://sunknudsen.com/sunknudsen.asc)) ### Step 2: download [app-cleaner.sh](app-cleaner.sh) ([PGP signature](./app-cleaner.sh.sig), [PGP public key](https://sunknudsen.com/sunknudsen.asc))
```shell ```shell
curl -o /usr/local/bin/app-cleaner.sh https://sunknudsen.com/static/media/privacy-guides/how-to-clean-uninstall-apps-on-macos-an-open-source-alternative-to-appcleaner-by-freemacsoft/app-cleaner.sh curl -o /usr/local/bin/app-cleaner.sh https://sunknudsen.com/static/media/privacy-guides/how-to-clean-uninstall-apps-on-macos-using-appcleaner-open-source-alternative/app-cleaner.sh
chmod +x /usr/local/bin/app-cleaner.sh chmod +x /usr/local/bin/app-cleaner.sh
``` ```

View File

@ -1,15 +1,15 @@
<!-- <!--
Title: How to disable IPv6 on iOS (cellular-only) and macOS and why its a big deal for privacy Title: How to disable IPv6 on iOS (cellular-only) and macOS
Description: Learn how to disable IPv6 on iOS (cellular-only) and macOS and why its a big deal for privacy. Description: Learn how to disable IPv6 on iOS (cellular-only) and macOS.
Author: Sun Knudsen <https://github.com/sunknudsen> Author: Sun Knudsen <https://github.com/sunknudsen>
Contributors: Sun Knudsen <https://github.com/sunknudsen> Contributors: Sun Knudsen <https://github.com/sunknudsen>
Reviewers: Reviewers:
Publication date: 2020-07-18T10:28:23.605Z Publication date: 2020-07-18T10:28:23.605Z
--> -->
# How to disable IPv6 on iOS (cellular-only) and macOS and why its a big deal for privacy # How to disable IPv6 on iOS (cellular-only) and macOS
[![How to disable IPv6 on iOS (cellular only) and macOS and why its a big deal for privacy - YouTube](how-to-disable-ipv6-on-ios-cellular-only-and-macos-and-why-it-s-a-big-deal-for-privacy.png)](https://www.youtube.com/watch?v=Nzx9T7GtmT4 "How to disable IPv6 on iOS (cellular only) and macOS and why its a big deal for privacy - YouTube") [![How to disable IPv6 on iOS (cellular-only) and macOS - YouTube](how-to-disable-ipv6-on-ios-cellular-only-and-macos.png)](https://www.youtube.com/watch?v=Nzx9T7GtmT4 "How to disable IPv6 on iOS (cellular-only) and macOS - YouTube")
> Heads-up: unfortunately this guide will not work on carriers or ISPs that have migrated their networks to IPv6-only. > Heads-up: unfortunately this guide will not work on carriers or ISPs that have migrated their networks to IPv6-only.

View File

@ -1,15 +1,15 @@
<!-- <!--
Title: How to encrypt, sign and decrypt messages using PGP on macOS (adding privacy to email) Title: How to encrypt, sign and decrypt messages using PGP on macOS
Description: Learn how to encrypt, sign and decrypt messages using PGP on macOS (adding privacy to email). Description: Learn how to encrypt, sign and decrypt messages using PGP on macOS.
Author: Sun Knudsen <https://github.com/sunknudsen> Author: Sun Knudsen <https://github.com/sunknudsen>
Contributors: Sun Knudsen <https://github.com/sunknudsen> Contributors: Sun Knudsen <https://github.com/sunknudsen>
Reviewers: Reviewers:
Publication date: 2020-06-18T00:00:00.000Z Publication date: 2020-06-18T00:00:00.000Z
--> -->
# How to encrypt, sign and decrypt messages using PGP on macOS (adding privacy to email) # How to encrypt, sign and decrypt messages using PGP on macOS
[![How to sign, encrypt and decrypt messages using PGP on macOS (adding privacy to email) - YouTube](how-to-sign-encrypt-and-decrypt-messages-using-pgp-on-macos-adding-privacy-to-email.png)](https://www.youtube.com/watch?v=mE8fL5Fu8x8 "How to sign, encrypt and decrypt messages using PGP on macOS (adding privacy to email) - YouTube") [![How to encrypt, sign and decrypt messages using PGP on macOS - YouTube](how-to-encrypt-sign-and-decrypt-messages-using-pgp-on-macos.png)](https://www.youtube.com/watch?v=mE8fL5Fu8x8 "How to encrypt, sign and decrypt messages using PGP on macOS - YouTube")
> WARNING: this is a getting started guide. For a hardened guide, see https://github.com/drduh/YubiKey-Guide. > WARNING: this is a getting started guide. For a hardened guide, see https://github.com/drduh/YubiKey-Guide.

View File

@ -1,15 +1,15 @@
<!-- <!--
Title: How to protect Mac computers from cold boot attacks (also known as an evil maid attack) Title: How to protect Mac computers from cold boot attacks
Description: Learn how to protect Mac computers from cold boot attacks (also known as an evil maid attack). Description: Learn how to protect Mac computers from cold boot attacks.
Author: Sun Knudsen <https://github.com/sunknudsen> Author: Sun Knudsen <https://github.com/sunknudsen>
Contributors: Sun Knudsen <https://github.com/sunknudsen> Contributors: Sun Knudsen <https://github.com/sunknudsen>
Reviewers: Reviewers:
Publication date: 2020-06-05T00:00:00.000Z Publication date: 2020-06-05T00:00:00.000Z
--> -->
# How to protect Mac computers from cold boot attacks (also known as an evil maid attack) # How to protect Mac computers from cold boot attacks
[![How to protect Mac computers from cold boot attacks (also known as an evil maid attack) - YouTube](<how-to-protect-mac-computers-from-cold-boot-attacks-(also-known-as-an-evil-maid-attack).png>)](https://www.youtube.com/watch?v=d_M18sq0TIQ "How to protect Mac computers from cold boot attacks (also known as an evil maid attack) - YouTube") [![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. ### Run the following `pmset` command using the Terminal.

View File

@ -1,15 +1,15 @@
<!-- <!--
Title: How to remove EXIF metadata from images on macOS to prevent geolocation and hardware leaks Title: How to remove EXIF metadata from images on macOS
Description: Learn how to remove EXIF metadata from images on macOS to prevent geolocation and hardware leaks. Description: Learn how to remove EXIF metadata from images on macOS.
Author: Sun Knudsen <https://github.com/sunknudsen> Author: Sun Knudsen <https://github.com/sunknudsen>
Contributors: Sun Knudsen <https://github.com/sunknudsen> Contributors: Sun Knudsen <https://github.com/sunknudsen>
Reviewers: Reviewers:
Publication date: 2020-06-25T00:00:00.000Z Publication date: 2020-06-25T00:00:00.000Z
--> -->
# How to remove EXIF metadata from images on macOS to prevent geolocation and hardware leaks # How to remove EXIF metadata from images on macOS
[![How to remove EXIF metadata from images on macOS to prevent geolocation and hardware leaks - YouTube](how-to-remove-exif-metadata-from-images-on-macos-to-prevent-geolocation-and-hardware-leaks.png)](https://www.youtube.com/watch?v=mVMGiMFGgsU "How to remove EXIF metadata from images on macOS to prevent geolocation and hardware leaks - YouTube") [![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 ## Installation guide

View File

@ -1,15 +1,15 @@
<!-- <!--
Title: How to spoof (anonymize) your MAC address and hostname automatically at boot on macOS Title: How to spoof your MAC address and hostname automatically at boot on macOS
Description: Learn how to spoof (anonymize) your MAC address and hostname automatically at boot on macOS. Description: Learn how to spoof your MAC address and hostname automatically at boot on macOS.
Author: Sun Knudsen <https://github.com/sunknudsen> Author: Sun Knudsen <https://github.com/sunknudsen>
Contributors: Sun Knudsen <https://github.com/sunknudsen> Contributors: Sun Knudsen <https://github.com/sunknudsen>
Reviewers: Reviewers:
Publication date: 2020-05-19T00:00:00.000Z Publication date: 2020-05-19T00:00:00.000Z
--> -->
# How to spoof (anonymize) your MAC address and hostname automatically at boot on macOS # How to spoof your MAC address and hostname automatically at boot on macOS
[![How to spoof (anonymize) your MAC address and hostname automatically at boot on macOS - YouTube](how-to-spoof-anonymize-your-mac-address-and-hostname-automatically-at-boot-on-macos.png)](https://www.youtube.com/watch?v=ASXANpr_zX8 "How to spoof (anonymize) your MAC address and hostname automatically at boot on macOS - YouTube") [![How to spoof your MAC address and hostname automatically at boot on macOS - YouTube](how-to-spoof-your-mac-address-and-hostname-automatically-at-boot-on-macos.png)](https://www.youtube.com/watch?v=ASXANpr_zX8 "How to spoof your MAC address and hostname automatically at boot on macOS - YouTube")
> Heads-up: unfortunately this guide does not work on Macs equipped with the new T2 chip running macOS Mojave. If thats your case, please consider upgrading to Catalina. > Heads-up: unfortunately this guide does not work on Macs equipped with the new T2 chip running macOS Mojave. If thats your case, please consider upgrading to Catalina.
@ -91,7 +91,7 @@ chmod +x /usr/local/sbin/spoof.sh
This list includes the top 2048 most popular baby names from the [USA Social Security Administration](https://www.ssa.gov/oact/babynames/limits.html). This list includes the top 2048 most popular baby names from the [USA Social Security Administration](https://www.ssa.gov/oact/babynames/limits.html).
```shell ```shell
curl -o /usr/local/sbin/first-names.txt https://sunknudsen.com/static/media/privacy-guides/how-to-spoof-anonymize-your-mac-address-and-hostname-automatically-at-boot-on-macos/first-names.txt curl -o /usr/local/sbin/first-names.txt https://sunknudsen.com/static/media/privacy-guides/how-to-spoof-your-mac-address-and-hostname-automatically-at-boot-on-macos/first-names.txt
``` ```
### Step 6: download [mac-address-prefixes.txt](mac-address-prefixes.txt) ### Step 6: download [mac-address-prefixes.txt](mac-address-prefixes.txt)
@ -99,7 +99,7 @@ curl -o /usr/local/sbin/first-names.txt https://sunknudsen.com/static/media/priv
This list includes 768 Apple MAC address prefixes. This list includes 768 Apple MAC address prefixes.
```shell ```shell
curl -o /usr/local/sbin/mac-address-prefixes.txt https://sunknudsen.com/static/media/privacy-guides/how-to-spoof-anonymize-your-mac-address-and-hostname-automatically-at-boot-on-macos/mac-address-prefixes.txt curl -o /usr/local/sbin/mac-address-prefixes.txt https://sunknudsen.com/static/media/privacy-guides/how-to-spoof-your-mac-address-and-hostname-automatically-at-boot-on-macos/mac-address-prefixes.txt
``` ```
### Step 7: create `local.spoof.plist` launch daemon ### Step 7: create `local.spoof.plist` launch daemon