book
book copied to clipboard
A FOSS hackers guide to the CLI, privacy, security, self hosting, and the internet.
WIP but comments welcome at any time
This commit fixes the mistake in the `_FORTIFY_SOURCE` macro where it was not prefixed with underscore while it has to be (see e.g. https://github.com/search?q=repo%3Abminor%2Fglibc%20FORTIFY_SOURCE&type=code). Additionally, to make this macro add...
@lrvick , for your perusal and further additions.
This is still in-progress.
Backport of https://github.com/hashbang/airgap/blob/master/docs/HD-Cryptocurrency-Wallet.md
The disadvantages section of both Trezor and Ledger say that the entropy source is controlled entirely by ARM: https://github.com/hashbang/book/blob/1845c4c5c432e19a2c29b54f10c6f8d4f6137f2f/content/docs/security/personal-hsms/ledger.md#L20 https://github.com/hashbang/book/blob/1845c4c5c432e19a2c29b54f10c6f8d4f6137f2f/content/docs/security/personal-hsms/trezor.md#L15 I think it would be beneficial to clarify that the...
Currently the book notates who made the last edit in the bottom. But editors are not necessarily authors of the main body of work. We should add support for authors...
WIP Do Not Merge. Comments welcome.
On fedora I had to run ``` sudo dnf install gnupg2 yubikey-personalization-gui ``` in order to install required packages.