From 0df8edd3c76b630b7f184b9453acc0d1c4248675 Mon Sep 17 00:00:00 2001 From: nihilist Date: Sun, 11 May 2025 14:02:27 +0200 Subject: [PATCH 01/16] fix stuff --- docs/graphs/.$blog_roadmap.drawio.bkp | 374 ++++++++++++++++++++++++++ docs/graphs/blog_roadmap.drawio | 374 ++++++++++++++++++++++++++ docs/graphs/qualitystandard.drawio | 6 +- docs/index.md | 2 - docs/stylesheets/extra.css | 11 + mkdocs.yml | 59 ++-- 6 files changed, 792 insertions(+), 34 deletions(-) create mode 100644 docs/graphs/.$blog_roadmap.drawio.bkp create mode 100644 docs/graphs/blog_roadmap.drawio diff --git a/docs/graphs/.$blog_roadmap.drawio.bkp b/docs/graphs/.$blog_roadmap.drawio.bkp new file mode 100644 index 0000000..41cec62 --- /dev/null +++ b/docs/graphs/.$blog_roadmap.drawio.bkp @@ -0,0 +1,374 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/graphs/blog_roadmap.drawio b/docs/graphs/blog_roadmap.drawio new file mode 100644 index 0000000..41cec62 --- /dev/null +++ b/docs/graphs/blog_roadmap.drawio @@ -0,0 +1,374 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/graphs/qualitystandard.drawio b/docs/graphs/qualitystandard.drawio index 1ce0fa0..f1a88b9 100644 --- a/docs/graphs/qualitystandard.drawio +++ b/docs/graphs/qualitystandard.drawio @@ -1,6 +1,6 @@ - + @@ -143,7 +143,7 @@ - + @@ -158,7 +158,7 @@ - + diff --git a/docs/index.md b/docs/index.md index 671f439..7c41f27 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,5 +1,3 @@ -# The Nihilism Blog - ## [Operational Security: Privacy, Anonymity and Deniability](opsec/index.md) ![](opsec/opsec4levels/0.png) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index a4c7651..e7f222d 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -25,4 +25,15 @@ img { code { word-wrap: break-word; +} + +b { + background-color: #08101c; + color: #e5ae39; + padding-right: 1px; + padding-left: 1px; + padding-top: 1px; + padding-bottom: 1px; + border: 2px solid #08101c; + border-radius: 5px; } \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 81b96ec..ff5a171 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -43,34 +43,34 @@ nav: - opsec/opsec/index.md - opsec/multiple_identities/index.md - opsec/chats/index.md - - Level 1 | Privacy: + - Opsec Level 1 | Privacy: - 📝 Explaining Privacy: - opsec/privacy/index.md - opsec/closedsource/index.md - opsec/openhardware/index.md - opsec/serversideencryption/index.md - - 💻 Getting Started: - - opsec/linux/index.md - - opsec/graphene/index.md - - opsec/privatesimplex/index.md - - opsec/qubesos/index.md - - 💻 File Sharing: - - opsec/syncthingvpn/index.md - - opsec/p2ptorrents/index.md - - 💻 Maintaining Privacy: - - opsec/compilation/index.md - - opsec/hypervisorsetup/index.md - - opsec/passwordmanagement/index.md - - opsec/pgp/index.md - - opsec/qubesosnetwork/index.md - - 💻 Privacy from your ISP: - - opsec/vpn/index.md - - opsec/vpnqemu/index.md + - 💻 Clientside Privacy: + - Host OS Setup: + - opsec/linux/index.md + - opsec/graphene/index.md + - opsec/hypervisorsetup/index.md + - opsec/vpn/index.md + - opsec/vpnqemu/index.md + - 💻 Private VM Privacy: + - opsec/privatesimplex/index.md + - opsec/compilation/index.md + - opsec/passwordmanagement/index.md + - opsec/pgp/index.md + - opsec/syncthingvpn/index.md + - opsec/p2ptorrents/index.md + - Misc Qubes OS: + - opsec/qubesos/index.md + - opsec/qubesosnetwork/index.md #- 💻 Monitoring that your Privacy is intact: #- ⚠️ Miscellaneous - In real life: - - 💻 Serverside Privacy: + - 💻 Serverside Privacy (Self-Hosting): - opsec/selfhosting/index.md - - Level 2 | Anonymity: + - Opsec Level 2 | Anonymity: - 📝 Explaining Anonymity: - opsec/anonymityexplained/index.md - opsec/anonuse/index.md @@ -80,14 +80,15 @@ nav: - opsec/torthroughvpn/index.md - opsec/clearnetvsdarknet/index.md - opsec/darknetexploration/index.md - - 💻 Clientside - Anonymity: - - opsec/whonixqemuvms/index.md - - opsec/torbrowsing/index.md - - opsec/whentorisblocked/index.md - - opsec/anonproxy/index.md - - opsec/anonsimplex/index.md - - opsec/anonsms/index.md - - opsec/anonemail/index.md + - 💻 Clientside Anonymity: + - Anonymous VM Anonymity: + - opsec/anonsimplex/index.md + - opsec/whonixqemuvms/index.md + - opsec/torbrowsing/index.md + - opsec/whentorisblocked/index.md + - opsec/anonproxy/index.md + - opsec/anonsms/index.md + - opsec/anonemail/index.md - 💻 Using AI for Anonymity: - opsec/openwebuilocalllms/index.md - opsec/stylometry/index.md @@ -134,7 +135,7 @@ nav: - opsec/mailprivate/index.md - ⚠️ Miscellaneous - In real life: - opsec/anonprotest/index.md - - Level 3 | Deniability: + - Opsec Level 3 | Deniability: - 📝 Explaining Plausible Deniability: - opsec/stancesensitive/index.md - opsec/deniability/index.md From b17e36aef73a6826ea0543b925c158cedce7b83f Mon Sep 17 00:00:00 2001 From: nihilist Date: Sun, 11 May 2025 14:05:52 +0200 Subject: [PATCH 02/16] updated --- docs/opsec | 2 +- docs/stylesheets/extra.css | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/opsec b/docs/opsec index ff6bc22..ab805ea 160000 --- a/docs/opsec +++ b/docs/opsec @@ -1 +1 @@ -Subproject commit ff6bc2277238e8af4a24ff5f037e47fd3e10d2da +Subproject commit ab805ea1fdd8ab67c6c41577286e864e4f3e52a0 diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index e7f222d..38a97a5 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -27,7 +27,7 @@ code { word-wrap: break-word; } -b { +strong { background-color: #08101c; color: #e5ae39; padding-right: 1px; @@ -36,4 +36,5 @@ b { padding-bottom: 1px; border: 2px solid #08101c; border-radius: 5px; -} \ No newline at end of file +} + From 1ef925a4e2ef7d44b0c2671b0dc1edb05b7f62ca Mon Sep 17 00:00:00 2001 From: nihilist Date: Sun, 11 May 2025 14:12:57 +0200 Subject: [PATCH 03/16] udpdated css --- docs/stylesheets/extra.css | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 38a97a5..6aa8a5a 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -23,11 +23,22 @@ img { max-height: 800px; } -code { +md-typeset pre code { word-wrap: break-word; } -strong { +strong { + background-color: #08101c; + color: #e5ae39; + padding-right: 1px; + padding-left: 1px; + padding-top: 1px; + padding-bottom: 1px; + border: 2px solid #08101c; + border-radius: 5px; +} + +md-typeset strong { background-color: #08101c; color: #e5ae39; padding-right: 1px; From d4a5d5ae9d1497d4ae929951d5cc447dd3a46733 Mon Sep 17 00:00:00 2001 From: nihilist Date: Sun, 11 May 2025 14:15:27 +0200 Subject: [PATCH 04/16] fix css --- docs/stylesheets/extra.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 6aa8a5a..de35889 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -23,8 +23,9 @@ img { max-height: 800px; } -md-typeset pre code { +.md-typeset pre > code { word-wrap: break-word; + border-color:#e5ae39; } strong { @@ -38,7 +39,7 @@ strong { border-radius: 5px; } -md-typeset strong { +.md-typeset strong { background-color: #08101c; color: #e5ae39; padding-right: 1px; From b82a6a3f8874a15562ca56f9212b3ff578ef9a61 Mon Sep 17 00:00:00 2001 From: nihilist Date: Sun, 11 May 2025 14:21:22 +0200 Subject: [PATCH 05/16] fix pre code blocks --- docs/stylesheets/extra.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index de35889..e2fba60 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -28,6 +28,19 @@ img { border-color:#e5ae39; } +.md-typeset pre { + padding: 9.5px; + font-size: 13px; + line-height: 1.428571429; + color: #FFFFFF; + word-break: break-all; + word-wrap: break-word; + + background-color: #000000; + border-color: #f09018; + margin: 1em 0; +} + strong { background-color: #08101c; color: #e5ae39; From 42ae09c7d0e517dfa4676b6dc2d49a3fe21df0b3 Mon Sep 17 00:00:00 2001 From: nihilist Date: Sun, 11 May 2025 14:21:34 +0200 Subject: [PATCH 06/16] fi xpre code blocks --- docs/stylesheets/extra.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index e2fba60..9109de8 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -23,10 +23,6 @@ img { max-height: 800px; } -.md-typeset pre > code { - word-wrap: break-word; - border-color:#e5ae39; -} .md-typeset pre { padding: 9.5px; From 3f8ae4471b8ecbb62fd53ed8b16f65de677b1329 Mon Sep 17 00:00:00 2001 From: nihilist Date: Sun, 11 May 2025 14:24:05 +0200 Subject: [PATCH 07/16] updated --- docs/stylesheets/extra.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 9109de8..520572f 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -24,7 +24,7 @@ img { } -.md-typeset pre { +.md-typeset code { padding: 9.5px; font-size: 13px; line-height: 1.428571429; From 0d79000d6414f5ad04b67fa139bb053813d777cf Mon Sep 17 00:00:00 2001 From: nihilist Date: Sun, 11 May 2025 14:36:22 +0200 Subject: [PATCH 08/16] fix css --- docs/stylesheets/extra.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 520572f..c96841a 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -23,6 +23,10 @@ img { max-height: 800px; } +.md-typeset pre > code { + word-break: break-word; + overflow: unset; +} .md-typeset code { padding: 9.5px; From 75045bac34de489446cf9bc93bd80dd7dcbccb19 Mon Sep 17 00:00:00 2001 From: nihilist Date: Sun, 11 May 2025 14:41:03 +0200 Subject: [PATCH 09/16] fix css --- docs/stylesheets/extra.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index c96841a..63e2e55 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -24,6 +24,7 @@ img { } .md-typeset pre > code { + word-break: break-all; word-break: break-word; overflow: unset; } From bc6cce2edb6a517c170bb6e7d9b529e001e6f331 Mon Sep 17 00:00:00 2001 From: nihilist Date: Sun, 11 May 2025 14:43:24 +0200 Subject: [PATCH 10/16] fix css --- docs/stylesheets/extra.css | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 63e2e55..b37ef44 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -24,12 +24,6 @@ img { } .md-typeset pre > code { - word-break: break-all; - word-break: break-word; - overflow: unset; -} - -.md-typeset code { padding: 9.5px; font-size: 13px; line-height: 1.428571429; @@ -40,6 +34,11 @@ img { background-color: #000000; border-color: #f09018; margin: 1em 0; + /*overflow: unset;*/ +} + +.md-typeset code { + /*overflow: unset;*/ } strong { From ea3c625b91299c980a54abd38035ee4cd291a8d7 Mon Sep 17 00:00:00 2001 From: nihilist Date: Sun, 11 May 2025 14:47:58 +0200 Subject: [PATCH 11/16] fix stuff --- docs/stylesheets/extra.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index b37ef44..c1a445b 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -34,6 +34,7 @@ img { background-color: #000000; border-color: #f09018; margin: 1em 0; + max-width:80%; /*overflow: unset;*/ } From d89dc44d447684c0544ef25c695c07a3c32a3ea4 Mon Sep 17 00:00:00 2001 From: nihilist Date: Sun, 11 May 2025 14:53:26 +0200 Subject: [PATCH 12/16] whitespace --- docs/stylesheets/extra.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index c1a445b..1ea9145 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -28,17 +28,18 @@ img { font-size: 13px; line-height: 1.428571429; color: #FFFFFF; - word-break: break-all; + + white-space: pre-wrap; word-wrap: break-word; background-color: #000000; border-color: #f09018; margin: 1em 0; - max-width:80%; + max-width: 80%; /*overflow: unset;*/ } -.md-typeset code { +.md-typeset pre { /*overflow: unset;*/ } From 2b0f58d3c6b304b3317e15c732fbbe6fd4bd71a9 Mon Sep 17 00:00:00 2001 From: nihilist Date: Sun, 11 May 2025 14:59:19 +0200 Subject: [PATCH 13/16] fix --- docs/stylesheets/extra.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 1ea9145..d859fd4 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -29,14 +29,13 @@ img { line-height: 1.428571429; color: #FFFFFF; - white-space: pre-wrap; - word-wrap: break-word; + /*white-space: pre-wrap; + word-wrap: break-word;*/ background-color: #000000; border-color: #f09018; margin: 1em 0; - max-width: 80%; - /*overflow: unset;*/ + overflow-wrap: break-word; } .md-typeset pre { From a8834dde58d0f9b77e8e9fd3c5314eaaaf705023 Mon Sep 17 00:00:00 2001 From: nihilist Date: Sun, 11 May 2025 15:01:53 +0200 Subject: [PATCH 14/16] pre wrap --- docs/stylesheets/extra.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index d859fd4..e251103 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -29,13 +29,11 @@ img { line-height: 1.428571429; color: #FFFFFF; - /*white-space: pre-wrap; - word-wrap: break-word;*/ + white-space: pre-wrap; background-color: #000000; border-color: #f09018; margin: 1em 0; - overflow-wrap: break-word; } .md-typeset pre { From 3d7a819f4e1e2d638f9bc482a624b19b02c7619a Mon Sep 17 00:00:00 2001 From: nihilist Date: Sun, 11 May 2025 15:05:04 +0200 Subject: [PATCH 15/16] border color --- docs/stylesheets/extra.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index e251103..1d23ea5 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -32,12 +32,11 @@ img { white-space: pre-wrap; background-color: #000000; - border-color: #f09018; - margin: 1em 0; } .md-typeset pre { - /*overflow: unset;*/ + border-color: #f09018; + margin: 1em 0; } strong { From c37c265f7a0c1b36c2c241c77f3c014ef5f401d9 Mon Sep 17 00:00:00 2001 From: nihilist Date: Sun, 11 May 2025 15:10:32 +0200 Subject: [PATCH 16/16] fix css --- docs/stylesheets/extra.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 1d23ea5..50999e3 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -37,6 +37,8 @@ img { .md-typeset pre { border-color: #f09018; margin: 1em 0; + border-width: 1px; + border-style: solid; } strong {