From 971d84d8edf67c229e29d1ddd6bd64d6b7c2b197 Mon Sep 17 00:00:00 2001 From: Frieder Schlesier Date: Mon, 12 Nov 2018 11:48:41 +0100 Subject: [PATCH] fix some typos --- Makefile | 2 +- README.org | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 859e723..57d3c60 100755 --- a/Makefile +++ b/Makefile @@ -22,4 +22,4 @@ bins: done bootstrap: - bash ./install.sh + bash ./install.sh base diff --git a/README.org b/README.org index aeb5a7e..9b6be05 100644 --- a/README.org +++ b/README.org @@ -72,19 +72,19 @@ **** Backup Secure Keys - - get 2 USB Thumb drives + - get 2 USB thumb drives - on each, create 2 partitions (ext4, you will never use them on any windows device anyway) - https://wiki.archlinux.org/index.php/Dm-crypt/Device_Encryption - Nowadays it's mere chance to find a USB Thumb Drive with less than 4GB storage. - Though, you want a dedicated Drive to transport your password database, ssh keys and GPG keys. - Those dont require more than a couple MB. So what to do with the remaining space? + Nowadays it's mere chance to find a USB thumb drive with less than 4GB storage. + Though, you want a dedicated drive to transport your password database, ssh keys and GPG keys. + Those don't require more than a couple MB. So what to do with the remaining space? Scenarios: - You visit friends, only have your keys with you and you have to check your mails, assist a colleague - in some network/ops emergency or just securely look up some important information. - - A family member calls, their HDD just died and you are asked to quickly help out on recovery. + in some network/ops emergency or just securely look up some confidential information. + - A family member calls: their HDD just died and you are asked to quickly help out on recovery. Boot into a safe environment, having all your credentials available in a secure manner. Have a bootable forensics toolbox around to quickly get going in a familiar setup. @@ -94,5 +94,5 @@ ** TODO - [ ] explain setup, ideas, practises - - [ ] add HOWTO - - [ ] seperate sources.list setup for server/desktop + - [ ] add HOW-TO + - [ ] seperate sources.list setup for server/desktop/laptop