fix some typos
This commit is contained in:
parent
d7e5d5084e
commit
971d84d8ed
2
Makefile
2
Makefile
|
@ -22,4 +22,4 @@ bins:
|
|||
done
|
||||
|
||||
bootstrap:
|
||||
bash ./install.sh
|
||||
bash ./install.sh base
|
||||
|
|
16
README.org
16
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
|
||||
|
|
Loading…
Reference in New Issue