Extend Hardware Section #989

Open
ghbjklhv wants to merge 50 commits from ghbjklhv/patch-6 into master
20 changed files with 226 additions and 0 deletions

View File

@ -68,6 +68,11 @@
<a class="dropdown-item" href="/operating-systems/#firmware"><i class="fas fa-signal fa-fw"></i> Router Firmware</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="/hardware/">Hardware</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/index.html#participate">Participate</a>
</li>

View File

@ -0,0 +1,26 @@
<h1 id="laptops" class="anchor"><a href="#bios"><i class="fas fa-link anchor-icon"></i></a> BIOS</h1>
<div class="row mb-2">
{% include card.html color="success"
title="Libreboot"
image="/assets/img/tools/libreboot.png"
url="https://libreboot.org/"
description="LibreBoot is a completely Libre BIOS."
%}
{% include card.html color="primary"
title="SeaBIOS"
image="/assets/img/tools/seabios.png"
Review

This image seems to be broken?

This image seems to be broken?
ghbjklhv1 commented 2019-08-08 22:21:27 +00:00 (Migrated from github.com)
Review

Yes, Seabios doesn't seem to have a logo.
If it is required, they have a Wiki logo: https://www.coreboot.org/images/a/ae/Chip_tools.png


Github blocked my old account but edits from maintainers should be turned on.
Or, you can add if after merging.

Yes, Seabios doesn't seem to have a logo. If it is required, they have a Wiki logo: https://www.coreboot.org/images/a/ae/Chip_tools.png __________________ Github blocked my old account but edits from maintainers should be turned on. Or, you can add if after merging.
url="https://www.seabios.org/"
description="Open Source BIOS for x86 computers."
%}
{% include card.html color="warning"
title="Coreboot"
labels="warning:warning: Coreboot contains non-free dependencies. It is not recommended for sensitive information."
image="/assets/img/tools/coreboot.png"
url="https://www.coreboot.org/"
description="Coreboot is a lightweight bios for 32 bit and 64 bit operating systems."
%}
</div>

View File

@ -0,0 +1,34 @@
<h1 id="clients" class="anchor"><a href="#diy"><i class="fas fa-link anchor-icon"></i></a> DIY Hardware</h1>
{% include cardv2.html
title="ZeroCat"
image="/assets/img/tools/zerocat.png"
description="ZeroCat is a DIY hardware manufacuter with a focus on free software. Warning: Not all of their hardware is yet compleely free'd."
website="http://zerocat.org/"
forum=""
github=""
windows=""
mac=""
linux=""
bsd=""
%}
{% include cardv2.html
title="ThinkPenguin.com"
image="/assets/img/tools/thinkpenguin.png"
description="ThinkPenguin.com sells hardware with zero non-free drivers."
website="https://www.thinkpenguin.com/"
forum=""
git=""
windows=""
mac=""
linux=""
bsd=""
%}
<h3>Worth Mentioning</h3>
<ul>
<li><a href="https://shop.phreedom2600.net">Phreedom2600</a> - Open Hardware DIY Tools</li>
</ul>

View File

@ -0,0 +1,9 @@
<h1 id="resources" class="anchor"><a href="#Hardware-resources"><i class="fas fa-link anchor-icon"></i></a> More Hardware Resources</h1>
<h3>Related</h3>
<ul>
<li><a href="https://www.wikipedia.org/wiki/Mycroft_(software)"><strong>Mycroft</strong></a> - A potentially free software voice assistant.</li>
</ul>
<p>Note: Just being free software does not make software secure!</p>

View File

@ -0,0 +1,12 @@
Review

Something about this line is broken in the preview.

image

Something about this line is broken in the preview. ![image](https://user-images.githubusercontent.com/3637842/59981480-78d99000-95c9-11e9-864c-491605955386.png)
Review

Something about this line is broken in the preview.

image

Something about this line is broken in the preview. ![image](https://user-images.githubusercontent.com/3637842/59981480-78d99000-95c9-11e9-864c-491605955386.png)
ghbjklhv commented 2019-06-24 02:35:56 +00:00 (Migrated from github.com)
Review

Sincerest apologies, I commented this out for /old and must've forgotten to fix/un-comment it. You may want to look into this as well: /diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38

I'm not certain what the issue is.

Sincerest apologies, I commented this out for /old and must've forgotten to fix/un-comment it. You may want to look into this as well: [/diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38](https://github.com/privacytoolsIO/privacytools.io/pull/989/files#diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38) I'm not certain what the issue is.
ghbjklhv commented 2019-06-24 02:35:56 +00:00 (Migrated from github.com)
Review

Sincerest apologies, I commented this out for /old and must've forgotten to fix/un-comment it. You may want to look into this as well: /diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38

I'm not certain what the issue is.

Sincerest apologies, I commented this out for /old and must've forgotten to fix/un-comment it. You may want to look into this as well: [/diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38](https://github.com/privacytoolsIO/privacytools.io/pull/989/files#diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38) I'm not certain what the issue is.
ghbjklhv commented 2019-06-24 02:48:27 +00:00 (Migrated from github.com)
Review

To verify that Key Manager's is indeed the problem, I'll comment it out.
If this is the issue, I'm not certain how it is different from the other cards.

To verify that Key Manager's is indeed the problem, I'll comment it out. If this is the issue, I'm not certain how it is different from the other cards.
ghbjklhv commented 2019-06-24 02:48:27 +00:00 (Migrated from github.com)
Review

To verify that Key Manager's is indeed the problem, I'll comment it out.
If this is the issue, I'm not certain how it is different from the other cards.

To verify that Key Manager's is indeed the problem, I'll comment it out. If this is the issue, I'm not certain how it is different from the other cards.
ghbjklhv commented 2019-06-24 03:10:58 +00:00 (Migrated from github.com)
Review

Removing this line seems to enable it to load properly:

(<a href='https://github.com/Nitrokey/nitrokey-pro-firmware/issues/48'>more info</a>)

I will see if I can figure out why this line breaks it.

Removing this line seems to enable it to load properly: `(<a href='https://github.com/Nitrokey/nitrokey-pro-firmware/issues/48'>more info</a>)` I will see if I can figure out why this line breaks it.
ghbjklhv commented 2019-06-24 03:10:58 +00:00 (Migrated from github.com)
Review

Removing this line seems to enable it to load properly:

(<a href='https://github.com/Nitrokey/nitrokey-pro-firmware/issues/48'>more info</a>)

I will see if I can figure out why this line breaks it.

Removing this line seems to enable it to load properly: `(<a href='https://github.com/Nitrokey/nitrokey-pro-firmware/issues/48'>more info</a>)` I will see if I can figure out why this line breaks it.
ghbjklhv commented 2019-06-24 03:26:23 +00:00 (Migrated from github.com)
Review

https:// must be removed for some reason fixes in latest commit: 9f55209641

@JonahAragon

`https://` must be removed for some reason fixes in latest commit: https://github.com/privacytoolsIO/privacytools.io/pull/989/commits/9f55209641e90580fe0ddb11c9f72aca607ec714 @JonahAragon
ghbjklhv commented 2019-06-24 03:26:23 +00:00 (Migrated from github.com)
Review

https:// must be removed for some reason fixes in latest commit: 9f55209641

@JonahAragon

`https://` must be removed for some reason fixes in latest commit: https://github.com/privacytoolsIO/privacytools.io/pull/989/commits/9f55209641e90580fe0ddb11c9f72aca607ec714 @JonahAragon
<h1 id="key-manager" class="anchor"><a href="#key-manager"><i class="fas fa-link anchor-icon"></i></a> Key Managers</h1>
Review

Something about this line is broken in the preview.

image

Something about this line is broken in the preview. ![image](https://user-images.githubusercontent.com/3637842/59981480-78d99000-95c9-11e9-864c-491605955386.png)
ghbjklhv commented 2019-06-24 02:35:56 +00:00 (Migrated from github.com)
Review

Sincerest apologies, I commented this out for /old and must've forgotten to fix/un-comment it. You may want to look into this as well: /diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38

I'm not certain what the issue is.

Sincerest apologies, I commented this out for /old and must've forgotten to fix/un-comment it. You may want to look into this as well: [/diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38](https://github.com/privacytoolsIO/privacytools.io/pull/989/files#diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38) I'm not certain what the issue is.
ghbjklhv commented 2019-06-24 02:48:27 +00:00 (Migrated from github.com)
Review

To verify that Key Manager's is indeed the problem, I'll comment it out.
If this is the issue, I'm not certain how it is different from the other cards.

To verify that Key Manager's is indeed the problem, I'll comment it out. If this is the issue, I'm not certain how it is different from the other cards.
ghbjklhv commented 2019-06-24 03:10:58 +00:00 (Migrated from github.com)
Review

Removing this line seems to enable it to load properly:

(<a href='https://github.com/Nitrokey/nitrokey-pro-firmware/issues/48'>more info</a>)

I will see if I can figure out why this line breaks it.

Removing this line seems to enable it to load properly: `(<a href='https://github.com/Nitrokey/nitrokey-pro-firmware/issues/48'>more info</a>)` I will see if I can figure out why this line breaks it.
ghbjklhv commented 2019-06-24 03:26:23 +00:00 (Migrated from github.com)
Review

https:// must be removed for some reason fixes in latest commit: 9f55209641

@JonahAragon

`https://` must be removed for some reason fixes in latest commit: https://github.com/privacytoolsIO/privacytools.io/pull/989/commits/9f55209641e90580fe0ddb11c9f72aca607ec714 @JonahAragon
<div class="row mb-2">
Review

Something about this line is broken in the preview.

image

Something about this line is broken in the preview. ![image](https://user-images.githubusercontent.com/3637842/59981480-78d99000-95c9-11e9-864c-491605955386.png)
ghbjklhv commented 2019-06-24 02:35:56 +00:00 (Migrated from github.com)
Review

Sincerest apologies, I commented this out for /old and must've forgotten to fix/un-comment it. You may want to look into this as well: /diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38

I'm not certain what the issue is.

Sincerest apologies, I commented this out for /old and must've forgotten to fix/un-comment it. You may want to look into this as well: [/diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38](https://github.com/privacytoolsIO/privacytools.io/pull/989/files#diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38) I'm not certain what the issue is.
ghbjklhv commented 2019-06-24 02:48:27 +00:00 (Migrated from github.com)
Review

To verify that Key Manager's is indeed the problem, I'll comment it out.
If this is the issue, I'm not certain how it is different from the other cards.

To verify that Key Manager's is indeed the problem, I'll comment it out. If this is the issue, I'm not certain how it is different from the other cards.
ghbjklhv commented 2019-06-24 03:10:58 +00:00 (Migrated from github.com)
Review

Removing this line seems to enable it to load properly:

(<a href='https://github.com/Nitrokey/nitrokey-pro-firmware/issues/48'>more info</a>)

I will see if I can figure out why this line breaks it.

Removing this line seems to enable it to load properly: `(<a href='https://github.com/Nitrokey/nitrokey-pro-firmware/issues/48'>more info</a>)` I will see if I can figure out why this line breaks it.
ghbjklhv commented 2019-06-24 03:26:23 +00:00 (Migrated from github.com)
Review

https:// must be removed for some reason fixes in latest commit: 9f55209641

@JonahAragon

`https://` must be removed for some reason fixes in latest commit: https://github.com/privacytoolsIO/privacytools.io/pull/989/commits/9f55209641e90580fe0ddb11c9f72aca607ec714 @JonahAragon
Review

Something about this line is broken in the preview.

image

Something about this line is broken in the preview. ![image](https://user-images.githubusercontent.com/3637842/59981480-78d99000-95c9-11e9-864c-491605955386.png)
ghbjklhv commented 2019-06-24 02:35:56 +00:00 (Migrated from github.com)
Review

Sincerest apologies, I commented this out for /old and must've forgotten to fix/un-comment it. You may want to look into this as well: /diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38

I'm not certain what the issue is.

Sincerest apologies, I commented this out for /old and must've forgotten to fix/un-comment it. You may want to look into this as well: [/diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38](https://github.com/privacytoolsIO/privacytools.io/pull/989/files#diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38) I'm not certain what the issue is.
ghbjklhv commented 2019-06-24 02:48:27 +00:00 (Migrated from github.com)
Review

To verify that Key Manager's is indeed the problem, I'll comment it out.
If this is the issue, I'm not certain how it is different from the other cards.

To verify that Key Manager's is indeed the problem, I'll comment it out. If this is the issue, I'm not certain how it is different from the other cards.
ghbjklhv commented 2019-06-24 03:10:58 +00:00 (Migrated from github.com)
Review

Removing this line seems to enable it to load properly:

(<a href='https://github.com/Nitrokey/nitrokey-pro-firmware/issues/48'>more info</a>)

I will see if I can figure out why this line breaks it.

Removing this line seems to enable it to load properly: `(<a href='https://github.com/Nitrokey/nitrokey-pro-firmware/issues/48'>more info</a>)` I will see if I can figure out why this line breaks it.
ghbjklhv commented 2019-06-24 03:26:23 +00:00 (Migrated from github.com)
Review

https:// must be removed for some reason fixes in latest commit: 9f55209641

@JonahAragon

`https://` must be removed for some reason fixes in latest commit: https://github.com/privacytoolsIO/privacytools.io/pull/989/commits/9f55209641e90580fe0ddb11c9f72aca607ec714 @JonahAragon
{% include card.html color="success"
Review

Something about this line is broken in the preview.

image

Something about this line is broken in the preview. ![image](https://user-images.githubusercontent.com/3637842/59981480-78d99000-95c9-11e9-864c-491605955386.png)
ghbjklhv commented 2019-06-24 02:35:56 +00:00 (Migrated from github.com)
Review

Sincerest apologies, I commented this out for /old and must've forgotten to fix/un-comment it. You may want to look into this as well: /diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38

I'm not certain what the issue is.

Sincerest apologies, I commented this out for /old and must've forgotten to fix/un-comment it. You may want to look into this as well: [/diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38](https://github.com/privacytoolsIO/privacytools.io/pull/989/files#diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38) I'm not certain what the issue is.
ghbjklhv commented 2019-06-24 02:48:27 +00:00 (Migrated from github.com)
Review

To verify that Key Manager's is indeed the problem, I'll comment it out.
If this is the issue, I'm not certain how it is different from the other cards.

To verify that Key Manager's is indeed the problem, I'll comment it out. If this is the issue, I'm not certain how it is different from the other cards.
ghbjklhv commented 2019-06-24 03:10:58 +00:00 (Migrated from github.com)
Review

Removing this line seems to enable it to load properly:

(<a href='https://github.com/Nitrokey/nitrokey-pro-firmware/issues/48'>more info</a>)

I will see if I can figure out why this line breaks it.

Removing this line seems to enable it to load properly: `(<a href='https://github.com/Nitrokey/nitrokey-pro-firmware/issues/48'>more info</a>)` I will see if I can figure out why this line breaks it.
ghbjklhv commented 2019-06-24 03:26:23 +00:00 (Migrated from github.com)
Review

https:// must be removed for some reason fixes in latest commit: 9f55209641

@JonahAragon

`https://` must be removed for some reason fixes in latest commit: https://github.com/privacytoolsIO/privacytools.io/pull/989/commits/9f55209641e90580fe0ddb11c9f72aca607ec714 @JonahAragon
title="NitroKey"
Review

Something about this line is broken in the preview.

image

Something about this line is broken in the preview. ![image](https://user-images.githubusercontent.com/3637842/59981480-78d99000-95c9-11e9-864c-491605955386.png)
ghbjklhv commented 2019-06-24 02:35:56 +00:00 (Migrated from github.com)
Review

Sincerest apologies, I commented this out for /old and must've forgotten to fix/un-comment it. You may want to look into this as well: /diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38

I'm not certain what the issue is.

Sincerest apologies, I commented this out for /old and must've forgotten to fix/un-comment it. You may want to look into this as well: [/diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38](https://github.com/privacytoolsIO/privacytools.io/pull/989/files#diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38) I'm not certain what the issue is.
ghbjklhv commented 2019-06-24 02:48:27 +00:00 (Migrated from github.com)
Review

To verify that Key Manager's is indeed the problem, I'll comment it out.
If this is the issue, I'm not certain how it is different from the other cards.

To verify that Key Manager's is indeed the problem, I'll comment it out. If this is the issue, I'm not certain how it is different from the other cards.
ghbjklhv commented 2019-06-24 03:10:58 +00:00 (Migrated from github.com)
Review

Removing this line seems to enable it to load properly:

(<a href='https://github.com/Nitrokey/nitrokey-pro-firmware/issues/48'>more info</a>)

I will see if I can figure out why this line breaks it.

Removing this line seems to enable it to load properly: `(<a href='https://github.com/Nitrokey/nitrokey-pro-firmware/issues/48'>more info</a>)` I will see if I can figure out why this line breaks it.
ghbjklhv commented 2019-06-24 03:26:23 +00:00 (Migrated from github.com)
Review

https:// must be removed for some reason fixes in latest commit: 9f55209641

@JonahAragon

`https://` must be removed for some reason fixes in latest commit: https://github.com/privacytoolsIO/privacytools.io/pull/989/commits/9f55209641e90580fe0ddb11c9f72aca607ec714 @JonahAragon
labels="warning:warning (<a href='github.com/Nitrokey/nitrokey-pro-firmware/issues/48'>more info</a>):Hardware may still contain some non-free components"
Review

Something about this line is broken in the preview.

image

Something about this line is broken in the preview. ![image](https://user-images.githubusercontent.com/3637842/59981480-78d99000-95c9-11e9-864c-491605955386.png)
ghbjklhv commented 2019-06-24 02:35:56 +00:00 (Migrated from github.com)
Review

Sincerest apologies, I commented this out for /old and must've forgotten to fix/un-comment it. You may want to look into this as well: /diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38

I'm not certain what the issue is.

Sincerest apologies, I commented this out for /old and must've forgotten to fix/un-comment it. You may want to look into this as well: [/diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38](https://github.com/privacytoolsIO/privacytools.io/pull/989/files#diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38) I'm not certain what the issue is.
ghbjklhv commented 2019-06-24 02:48:27 +00:00 (Migrated from github.com)
Review

To verify that Key Manager's is indeed the problem, I'll comment it out.
If this is the issue, I'm not certain how it is different from the other cards.

To verify that Key Manager's is indeed the problem, I'll comment it out. If this is the issue, I'm not certain how it is different from the other cards.
ghbjklhv commented 2019-06-24 03:10:58 +00:00 (Migrated from github.com)
Review

Removing this line seems to enable it to load properly:

(<a href='https://github.com/Nitrokey/nitrokey-pro-firmware/issues/48'>more info</a>)

I will see if I can figure out why this line breaks it.

Removing this line seems to enable it to load properly: `(<a href='https://github.com/Nitrokey/nitrokey-pro-firmware/issues/48'>more info</a>)` I will see if I can figure out why this line breaks it.
ghbjklhv commented 2019-06-24 03:26:23 +00:00 (Migrated from github.com)
Review

https:// must be removed for some reason fixes in latest commit: 9f55209641

@JonahAragon

`https://` must be removed for some reason fixes in latest commit: https://github.com/privacytoolsIO/privacytools.io/pull/989/commits/9f55209641e90580fe0ddb11c9f72aca607ec714 @JonahAragon
image="/assets/img/tools/nitrokey.png"
Review

Something about this line is broken in the preview.

image

Something about this line is broken in the preview. ![image](https://user-images.githubusercontent.com/3637842/59981480-78d99000-95c9-11e9-864c-491605955386.png)
ghbjklhv commented 2019-06-24 02:35:56 +00:00 (Migrated from github.com)
Review

Sincerest apologies, I commented this out for /old and must've forgotten to fix/un-comment it. You may want to look into this as well: /diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38

I'm not certain what the issue is.

Sincerest apologies, I commented this out for /old and must've forgotten to fix/un-comment it. You may want to look into this as well: [/diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38](https://github.com/privacytoolsIO/privacytools.io/pull/989/files#diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38) I'm not certain what the issue is.
ghbjklhv commented 2019-06-24 02:48:27 +00:00 (Migrated from github.com)
Review

To verify that Key Manager's is indeed the problem, I'll comment it out.
If this is the issue, I'm not certain how it is different from the other cards.

To verify that Key Manager's is indeed the problem, I'll comment it out. If this is the issue, I'm not certain how it is different from the other cards.
ghbjklhv commented 2019-06-24 03:10:58 +00:00 (Migrated from github.com)
Review

Removing this line seems to enable it to load properly:

(<a href='https://github.com/Nitrokey/nitrokey-pro-firmware/issues/48'>more info</a>)

I will see if I can figure out why this line breaks it.

Removing this line seems to enable it to load properly: `(<a href='https://github.com/Nitrokey/nitrokey-pro-firmware/issues/48'>more info</a>)` I will see if I can figure out why this line breaks it.
ghbjklhv commented 2019-06-24 03:26:23 +00:00 (Migrated from github.com)
Review

https:// must be removed for some reason fixes in latest commit: 9f55209641

@JonahAragon

`https://` must be removed for some reason fixes in latest commit: https://github.com/privacytoolsIO/privacytools.io/pull/989/commits/9f55209641e90580fe0ddb11c9f72aca607ec714 @JonahAragon
url="https://www.nitrokey.com/"
Review

Something about this line is broken in the preview.

image

Something about this line is broken in the preview. ![image](https://user-images.githubusercontent.com/3637842/59981480-78d99000-95c9-11e9-864c-491605955386.png)
ghbjklhv commented 2019-06-24 02:35:56 +00:00 (Migrated from github.com)
Review

Sincerest apologies, I commented this out for /old and must've forgotten to fix/un-comment it. You may want to look into this as well: /diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38

I'm not certain what the issue is.

Sincerest apologies, I commented this out for /old and must've forgotten to fix/un-comment it. You may want to look into this as well: [/diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38](https://github.com/privacytoolsIO/privacytools.io/pull/989/files#diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38) I'm not certain what the issue is.
ghbjklhv commented 2019-06-24 02:48:27 +00:00 (Migrated from github.com)
Review

To verify that Key Manager's is indeed the problem, I'll comment it out.
If this is the issue, I'm not certain how it is different from the other cards.

To verify that Key Manager's is indeed the problem, I'll comment it out. If this is the issue, I'm not certain how it is different from the other cards.
ghbjklhv commented 2019-06-24 03:10:58 +00:00 (Migrated from github.com)
Review

Removing this line seems to enable it to load properly:

(<a href='https://github.com/Nitrokey/nitrokey-pro-firmware/issues/48'>more info</a>)

I will see if I can figure out why this line breaks it.

Removing this line seems to enable it to load properly: `(<a href='https://github.com/Nitrokey/nitrokey-pro-firmware/issues/48'>more info</a>)` I will see if I can figure out why this line breaks it.
ghbjklhv commented 2019-06-24 03:26:23 +00:00 (Migrated from github.com)
Review

https:// must be removed for some reason fixes in latest commit: 9f55209641

@JonahAragon

`https://` must be removed for some reason fixes in latest commit: https://github.com/privacytoolsIO/privacytools.io/pull/989/commits/9f55209641e90580fe0ddb11c9f72aca607ec714 @JonahAragon
description="USB key management devices focusing on security.."
Review

Something about this line is broken in the preview.

image

Something about this line is broken in the preview. ![image](https://user-images.githubusercontent.com/3637842/59981480-78d99000-95c9-11e9-864c-491605955386.png)
ghbjklhv commented 2019-06-24 02:35:56 +00:00 (Migrated from github.com)
Review

Sincerest apologies, I commented this out for /old and must've forgotten to fix/un-comment it. You may want to look into this as well: /diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38

I'm not certain what the issue is.

Sincerest apologies, I commented this out for /old and must've forgotten to fix/un-comment it. You may want to look into this as well: [/diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38](https://github.com/privacytoolsIO/privacytools.io/pull/989/files#diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38) I'm not certain what the issue is.
ghbjklhv commented 2019-06-24 02:48:27 +00:00 (Migrated from github.com)
Review

To verify that Key Manager's is indeed the problem, I'll comment it out.
If this is the issue, I'm not certain how it is different from the other cards.

To verify that Key Manager's is indeed the problem, I'll comment it out. If this is the issue, I'm not certain how it is different from the other cards.
ghbjklhv commented 2019-06-24 03:10:58 +00:00 (Migrated from github.com)
Review

Removing this line seems to enable it to load properly:

(<a href='https://github.com/Nitrokey/nitrokey-pro-firmware/issues/48'>more info</a>)

I will see if I can figure out why this line breaks it.

Removing this line seems to enable it to load properly: `(<a href='https://github.com/Nitrokey/nitrokey-pro-firmware/issues/48'>more info</a>)` I will see if I can figure out why this line breaks it.
ghbjklhv commented 2019-06-24 03:26:23 +00:00 (Migrated from github.com)
Review

https:// must be removed for some reason fixes in latest commit: 9f55209641

@JonahAragon

`https://` must be removed for some reason fixes in latest commit: https://github.com/privacytoolsIO/privacytools.io/pull/989/commits/9f55209641e90580fe0ddb11c9f72aca607ec714 @JonahAragon
%}
Review

Something about this line is broken in the preview.

image

Something about this line is broken in the preview. ![image](https://user-images.githubusercontent.com/3637842/59981480-78d99000-95c9-11e9-864c-491605955386.png)
ghbjklhv commented 2019-06-24 02:35:56 +00:00 (Migrated from github.com)
Review

Sincerest apologies, I commented this out for /old and must've forgotten to fix/un-comment it. You may want to look into this as well: /diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38

I'm not certain what the issue is.

Sincerest apologies, I commented this out for /old and must've forgotten to fix/un-comment it. You may want to look into this as well: [/diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38](https://github.com/privacytoolsIO/privacytools.io/pull/989/files#diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38) I'm not certain what the issue is.
ghbjklhv commented 2019-06-24 02:48:27 +00:00 (Migrated from github.com)
Review

To verify that Key Manager's is indeed the problem, I'll comment it out.
If this is the issue, I'm not certain how it is different from the other cards.

To verify that Key Manager's is indeed the problem, I'll comment it out. If this is the issue, I'm not certain how it is different from the other cards.
ghbjklhv commented 2019-06-24 03:10:58 +00:00 (Migrated from github.com)
Review

Removing this line seems to enable it to load properly:

(<a href='https://github.com/Nitrokey/nitrokey-pro-firmware/issues/48'>more info</a>)

I will see if I can figure out why this line breaks it.

Removing this line seems to enable it to load properly: `(<a href='https://github.com/Nitrokey/nitrokey-pro-firmware/issues/48'>more info</a>)` I will see if I can figure out why this line breaks it.
ghbjklhv commented 2019-06-24 03:26:23 +00:00 (Migrated from github.com)
Review

https:// must be removed for some reason fixes in latest commit: 9f55209641

@JonahAragon

`https://` must be removed for some reason fixes in latest commit: https://github.com/privacytoolsIO/privacytools.io/pull/989/commits/9f55209641e90580fe0ddb11c9f72aca607ec714 @JonahAragon
Review

Something about this line is broken in the preview.

image

Something about this line is broken in the preview. ![image](https://user-images.githubusercontent.com/3637842/59981480-78d99000-95c9-11e9-864c-491605955386.png)
ghbjklhv commented 2019-06-24 02:35:56 +00:00 (Migrated from github.com)
Review

Sincerest apologies, I commented this out for /old and must've forgotten to fix/un-comment it. You may want to look into this as well: /diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38

I'm not certain what the issue is.

Sincerest apologies, I commented this out for /old and must've forgotten to fix/un-comment it. You may want to look into this as well: [/diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38](https://github.com/privacytoolsIO/privacytools.io/pull/989/files#diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38) I'm not certain what the issue is.
ghbjklhv commented 2019-06-24 02:48:27 +00:00 (Migrated from github.com)
Review

To verify that Key Manager's is indeed the problem, I'll comment it out.
If this is the issue, I'm not certain how it is different from the other cards.

To verify that Key Manager's is indeed the problem, I'll comment it out. If this is the issue, I'm not certain how it is different from the other cards.
ghbjklhv commented 2019-06-24 03:10:58 +00:00 (Migrated from github.com)
Review

Removing this line seems to enable it to load properly:

(<a href='https://github.com/Nitrokey/nitrokey-pro-firmware/issues/48'>more info</a>)

I will see if I can figure out why this line breaks it.

Removing this line seems to enable it to load properly: `(<a href='https://github.com/Nitrokey/nitrokey-pro-firmware/issues/48'>more info</a>)` I will see if I can figure out why this line breaks it.
ghbjklhv commented 2019-06-24 03:26:23 +00:00 (Migrated from github.com)
Review

https:// must be removed for some reason fixes in latest commit: 9f55209641

@JonahAragon

`https://` must be removed for some reason fixes in latest commit: https://github.com/privacytoolsIO/privacytools.io/pull/989/commits/9f55209641e90580fe0ddb11c9f72aca607ec714 @JonahAragon
</div>
Review

Something about this line is broken in the preview.

image

Something about this line is broken in the preview. ![image](https://user-images.githubusercontent.com/3637842/59981480-78d99000-95c9-11e9-864c-491605955386.png)
ghbjklhv commented 2019-06-24 02:35:56 +00:00 (Migrated from github.com)
Review

Sincerest apologies, I commented this out for /old and must've forgotten to fix/un-comment it. You may want to look into this as well: /diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38

I'm not certain what the issue is.

Sincerest apologies, I commented this out for /old and must've forgotten to fix/un-comment it. You may want to look into this as well: [/diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38](https://github.com/privacytoolsIO/privacytools.io/pull/989/files#diff-88e96f1b7cc4c9bc9fa893113a8e0aacR38) I'm not certain what the issue is.
ghbjklhv commented 2019-06-24 02:48:27 +00:00 (Migrated from github.com)
Review

To verify that Key Manager's is indeed the problem, I'll comment it out.
If this is the issue, I'm not certain how it is different from the other cards.

To verify that Key Manager's is indeed the problem, I'll comment it out. If this is the issue, I'm not certain how it is different from the other cards.
ghbjklhv commented 2019-06-24 03:10:58 +00:00 (Migrated from github.com)
Review

Removing this line seems to enable it to load properly:

(<a href='https://github.com/Nitrokey/nitrokey-pro-firmware/issues/48'>more info</a>)

I will see if I can figure out why this line breaks it.

Removing this line seems to enable it to load properly: `(<a href='https://github.com/Nitrokey/nitrokey-pro-firmware/issues/48'>more info</a>)` I will see if I can figure out why this line breaks it.
ghbjklhv commented 2019-06-24 03:26:23 +00:00 (Migrated from github.com)
Review

https:// must be removed for some reason fixes in latest commit: 9f55209641

@JonahAragon

`https://` must be removed for some reason fixes in latest commit: https://github.com/privacytoolsIO/privacytools.io/pull/989/commits/9f55209641e90580fe0ddb11c9f72aca607ec714 @JonahAragon

View File

@ -0,0 +1,38 @@
<h1 id="laptops" class="anchor"><a href="#laptops"><i class="fas fa-link anchor-icon"></i></a> Laptops</h1>
<div class="row mb-2">
{% include card.html color="success"
title="Technoethical"
image="/assets/img/tools/technoethical.png"
url="https://tehnoetic.com/"
description="Technoethical only sells grade A, high quality devices compatbile with fully free operating systems. All of their laptops come pre-installed with a completely libre BIOS (Libreboot)."
%}
{% include card.html color="primary"
title="Minifree"
image="/assets/img/tools/minifree.png"
url="https://minifree.org/"
description="Minifree sells hardware with zero non-free drivers. All of there laptops come pre-installed with LibreBoot."
%}
{% include card.html color="warning"
title="Purism"
labels="warning:warning (<a href='puri.sm/learn/freedom-roadmap/'>more info</a>):Purism laptops and tablets still contain some non-free components."
image="/assets/img/tools/purism.png"
url="https://puri.sm/"
description="Purism sells high-end hardware with kill switches and a de-blobbed ME. Due to non-free/proprietary dependencies they are not recommended sensitive information."
%}
</div>
<a>
<b>Caution:</b> These companies may sell hardware with non-free software such as firmware. We recommend looking for products with free software certifications like <a href="https://certification.oshwa.org/">OSHWA</a>, <a href="https://ryf.fsf.org/">RYF</a>, or <a href="https://opensource.org/pressreleases/certified-open-source.php">OSI Certified</a>.
</a>
<h3>Worth Mentioning</h3>
<ul>
<li><a href="https://vikings.net/">Vikings Hardware</a> - Privacy-respecting servers and workstations</li>
</ul>

View File

@ -0,0 +1,22 @@
<h1 id="mobile" class="anchor"><a href="#mobile"><i class="fas fa-link anchor-icon"></i></a> Mobile</h1>
<div class="row mb-2">
<div class="alert alert-warning" role="alert">
<strong>Note: The utilization of a smartphone is not recommended due to lack of proper privacy-repsecting hardware.</strong>
</div>
{% include card.html color="success"
title="Technoethical"
image="/assets/img/tools/technoethical.png"
url="https://tehnoetic.com/"
description="Technoethical only sells grade A, high quality devices compatbile with fully free operating systems. Their smartphones do stil contain some non-free software."
%}
</div>
<h3>Optimistic Upcoming Projects</h3>
<ul>
<li><a href="https://puri.sm/products/librem-5/">Librem5</a> - Smartphone by Purism that runs a completely free'd OS (PureOS).</li>
<li><a href="http://rhombus-tech.net/community_ideas/hybrid_phone/">EOMA68 Hybrid Phone</a> - A potentially free'd smartphone using the RISC-V architecture.</li>
</ul>

View File

@ -0,0 +1,19 @@
<h1 id="routers" class="anchor"><a href="#routers"><i class="fas fa-link anchor-icon"></i></a> Routers</h1>
<div class="row mb-2">
{% include card.html color="success"
title="Minifree"
image="/assets/img/tools/minifree.png"
url="https://minifree.org/"
description="Minifree sells hardware with zero non-free drivers. All of there routets come pre-installed with LibreCMC."
%}
{% include card.html color="primary"
title="ThinkPenguin.com"
labels="warning:warning:ThinkPenguin.com may sell hardware with non-free software such as firmware. We recommend finding products with free software certifications."
image="/assets/img/tools/thinkpenguin.png"
url="https://www.thinkpenguin.com/"
description="ThinkPenguin.com sells hardware with zero non-free drivers."
%}
</div>

View File

@ -0,0 +1,21 @@
<h1 id="servers" class="anchor"><a href="#servers"><i class="fas fa-link anchor-icon"></i></a> Servers and Desktops</h1>
<div class="row mb-2">
{% include card.html color="success"
title="Vikings"
labels="warning:warning :Hardware may still contain some non-free components."
image="/assets/img/tools/vikings.png"
url="https://vikings.net/"
description="Privacy-respecting servers and workstations."
%}
</div>
<h3>Worth Mentioning</h3>
<ul>
<li><a href="https://minifree.org/">Minifree</a> - LibreBooted hardware</li>
<li><a href="https://tehnoetic.com/">Technoethical</a> - Hardware manufacturer focusing on free software.</li>
<li><a href="https://raptorcs.com/TALOSII/">Talos</a> - Hardware manufacturer with a Libre BIOS.</li>
</ul>

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

BIN
assets/img/tools/purism.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 654 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.9 KiB

26
pages/hardware.html Normal file
View File

@ -0,0 +1,26 @@
---
layout: page
permalink: /hardware/
title: "Hardware"
description: "Privacy isn't all about the software you use. Discover hardware dedicated to protecting your data and security."
---
<div class="alert alert-warning" role="alert">
<strong>Note: These companies may sell hardware with non-free software such as firmware. We recommend looking for products with free software certifications like <a href="https://certification.oshwa.org/">OSHWA</a>, <a href="https://ryf.fsf.org/">RYF</a>, or <a href="https://opensource.org/pressreleases/certified-open-source.php">OSI Certified</a>.</strong>
</div>
{% include sections/laptops.html %}
{% include sections/servers-desktops.html %}
{% include sections/mobile.html %}
{% include sections/key-manager.html %}
{% include sections/routers.html %}
{% include sections/bios.html %}
{% include sections/diy-hardware.html %}
{% include sections/hardware-learn-more.html %}

View File

@ -29,6 +29,20 @@ permalink: /classic/
{% include sections/browser-tweaks.html %}
{% include sections/laptops.html %}
{% include sections/servers-desktops.html %}
{% include sections/mobile.html %}
{% include sections/key-manager.html %}
{% include sections/routers.html %}
{% include sections/bios.html %}
{% include sections/diy-hardware.html %}
{% include sections/email-providers.html %}
{% include sections/email-clients.html %}