contributions updated + readme

This commit is contained in:
nihilist 2024-12-01 17:47:11 +01:00
parent 4b6c5bb5a9
commit c00f3cf0a8
3 changed files with 74 additions and 41 deletions

View file

@ -1,4 +1,6 @@
# How to contribute to https://blog.nowhere.moe/
# How to contribute to The Nihilism Blog (http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/)
For the full "How to contribute" guide, please check out [this tutorial](http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/contribute/index.html).
## If you want to edit one of my existing blogposts:
- fork the repository
@ -51,7 +53,7 @@ Send me on chat your blogpost idea, and tell me where exactly it's supposed to f
- your pseudonym,
- the date
- the title of the page
- the correct blogpost writing style as explained here: https://blog.nowhere.moe/opsec/tutorial/index.html
- the correct blogpost writing style as explained here: http://blog.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/opsec/tutorial/index.html
- a brief description at the top detailing what you're going to showcase, and why it's important
- contextualize what you want to showcase whenever needed, as part of explaining WHY it's important
- then showcase each step to get there: (see the full explanation here:
@ -81,9 +83,9 @@ However If over time you're a frequent contributor (that has contributed multipl
### Contributors Todolist ###
Each upcoming blogpost has it's own gitea issue as listed [here](https://git.nowhere.moe/nihilist/blog-contributions/issues).
Each upcoming blogpost has it's own gitea issue as listed [here](http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues).
To see their status in the overall opsec blog project, check out the project board [here](https://git.nowhere.moe/nihilist/blog-contributions/projects/1).
To see their status in the overall opsec blog project, check out the project board [here](http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/projects/1).
### LICENSE ###

View file

@ -78,8 +78,26 @@
<img src="1.png" class="imgRz">
<p>Each tutorial (even if completed) has it's own assigned issue on <a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues">gitea</a>:</p>
<img src="1.5.png" class="imgRz">
<p>You can pick one that you'd like to do, if you see one that has a red cross you can click on it, it will redirect you to it's assigned gitea issue (example: <a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/61">Easy Private Chats - SimpleX</a> you are free to brainstorm it further like so:</p>
<p>You can pick one that you'd like to do, if you see one that has a red cross you can click on it, it will redirect you to it's assigned gitea issue (example: <a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/61">Easy Private Chats - SimpleX</a>. If there is no todolist on each assigned gitea issue, you are free to brainstorm it like so:</p>
<img src="2.png" class="imgRz">
<p>If a blogpost gitea issue doesn't have a todolist yet, please follow this general template to write it:</p>
<pre><code class="nim">
Privacy - Easy Private Chats with SimpleX
To be explained:
- Graph of the targeted setup
- why is this setup relevant ? What are the threats ? What are we trying to achieve (Privacy / Anonymity / Deniability) ?
- what are your options ?
- comparing option A B and C
- In this tutorial we're going to use option B because it is superior due to these criterias blah blah blah
To be showcased:
- how to install the clientside application
- how to install the serverside application
- how to configure the application
- show that it works as intended
</pre></code>
<p>The idea being that each issue needs to have a clear todolist to bring clarity on what needs to be done in it. <b> Please check if the tutorial is already assigned to someone already or not:</b></p>
<img src="3.png" class="imgRz">
<p>At first, I am assigning only <b>one contributor per tutorial</b>, and only <b>one tutorial per contributor</b> at a time, with a <b>default deadline of 1 month</b>. to complete the assigned tutorial. (if you want to extend the deadline, you'll have to contact me first).</p>
@ -131,6 +149,15 @@ Resolving deltas: 100% (1588/1588), done.
[ mainpc ] [ /dev/pts/18 ] [~/Documents]
→ cd blog-contributions
</pre></code>
<p>If you are reusing the repository after you're done sending pull requests, don't forget to do a git pull to make sure you're working on an up-to-date repository, as i am <a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/commits/branch/main">frequently pushing commits</a>.</p>
<pre><code class="nim">
[ mainpc ] [ /dev/pts/18 ] [blog-contributions]
→ torsocks git pull http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/6dv9lk1pbaflulau/blog-contributions
</pre></code>
<p>Now that you're on the latest commit, you can start to do your own changes:</p>
<pre><code class="nim">
[ mainpc ] [ /dev/pts/18 ] [~/Documents/blog-contributions]
→ ls
assets index.html opsec productivity pull.sh push.sh pushtoprod.sh README.md
@ -164,7 +191,9 @@ index.html
</pre></code>
<p>and you can also view your edits in real time from your browser of choice, just put the complete path to the index.html file to view it in real time, for me it is as follows: <b>/home/nihilist/Documents/blog-contributions/opsec/newtutorial/index.html</b> (just hit F5 to refresh in the browser, everytime you save (:w) in vim)</p>
<img src="11.png" class="imgRz">
<p>Make sure that you follow the quality standard i described <a href="../tutorial/index.html">here</a>: <b>start with the Why, then the What, then the How</b>. to describe how to do things, you can use images and screenshots like so: </p>
<p>Make sure that you follow the quality standard i described <a href="../tutorial/index.html">here</a>: <b>start with the Why, then the What, then the How</b>. </p>
<p><u>DISCLAIMER:</u> We are not taking any shortcuts in this blog, I expect you to talk about the path, to list the steps that are on that path, <b>and more importantly want you to show the audience how YOU walk that path.</b></p>
<p>For the "How" parts specifically, as you are expected to explain and show the audience how to do things, <b>make sure you use images and screenshots like so:</b> </p>
<pre><code class="nim">
<<b></b>img src="12.png" class="imgRz">
@ -175,9 +204,11 @@ index.html
apt install flameshot -y
flameshot
</pre></code>
<img src="30.png" class="imgRz">
<p>If you are showcasing a complex tutorial please put into a graph what you are talking about. I used to make graphs using yEd Graphs (but it's closed source) so instead as of q3 2024 i'm using Drawio to make them, both tools have got everything you need to write complex graphs.</p>
<p><u>Sidenote:</u> If you are showcasing any IRL steps to make, take pictures to explain what needs to be done, just like how i did when i showcased how to install <a href="../graphene/index.html">GrapheneOS</a>.</p>
<p>If you are showcasing a complex tutorial please make a graph to explain what you are talking about. One graph will convey the equivalent of a wall of text in one clear image, it's a matter of efficiently conveying information to the audience. I used to make graphs using yEd Graphs (but it's closed source) so instead as of q3 2024 i'm using Drawio to make them, both tools have got everything you need to write complex graphs.</p>
<pre><code class="nim">
[ mainpc ] [ /dev/pts/3 ] [blog/opsec/manifesto]
→ apt search draw.io
@ -205,7 +236,7 @@ draw.io/now 24.7.17 amd64 [installed,local]
<img src="37.png" class="imgRz">
<p>But in the end you should have a good looking graph like this one:</p>
<img src="38.png" class="imgRz">
<p>and if there are any commands to be shown, just copy paste from your terminal directly into the index.html file, into the <b>pre code blocks</b>:</p>
<p>and if there are any commands (or terminal output) to be shown, <b>copy paste from your terminal directly into the index.html file</b> as this is going to help us save some disk space, into the <b>pre code blocks</b>:</p>
<pre><code class="nim">
<<b></b>pre><<b></b>code class="nim">
[ mainpc ] [ /dev/pts/20 ] [~/Nextcloud/blog]

View file

@ -49,11 +49,11 @@
<li>⭐: Personal Favorite</li>
<li>✅: Completed</li>
<li>🟠: Work in progress</li>
<li>❌: Not started yet (can be brainstormed on their assigned gitea issues <a href="https://git.nowhere.moe/nihilist/blog-contributions/projects/1">here</a>)</li>
<li>❌: Not started yet (can be brainstormed on their assigned gitea issues <a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/projects/1">here</a>)</li>
</ol></br>
<b>⚠️ This Blog is open to contributions:</b>
<p>If you want to contribute, check out the gitea repository for contributions (along with the guidelines) <a href="https://git.nowhere.moe/nihilist/blog-contributions">here</a>, check out the project board <a href="https://git.nowhere.moe/nihilist/blog-contributions/projects/1">here</a> to know the status of which tutorial being assigned to whom. <b>(i'm rewarding 10 to 50 euros in monero per new complete blogpost, as advertised on <a href="https://xmrbazaar.com/listing/UsWA/">Xmrbazaar</a>)</b>. if the blogpost you want to contribute is not listed below, contact me directly so that I can validate your blogpost idea beforehand. <b>For a step-by-step tutorial on how to contribute, please check out <a href="contribute/index.html">this tutorial</a>.</b></p>
<p>If you want to contribute, check out the gitea repository for contributions (along with the guidelines) <a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions">here</a>, check out the project board <a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/projects/1">here</a> to know the status of which tutorial being assigned to whom. <b>(i'm rewarding 10 to 50 euros in monero per new complete blogpost, as advertised on <a href="https://xmrbazaar.com/listing/UsWA/">Xmrbazaar</a>)</b>. if the blogpost you want to contribute is not listed below, contact me directly so that I can validate your blogpost idea beforehand. <b>For a step-by-step tutorial on how to contribute, please check out <a href="contribute/index.html">this tutorial</a>.</b></p>
</div>
@ -109,7 +109,7 @@
<ol>
<li><a href="linux/index.html">✅ How to have Privacy on your Computer (Linux) ⭐</a></li>
<li><a href="graphene/index.html">✅ How to have Privacy on your Phone (GrapheneOS)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/161">❌ How to have Privacy on your Router (Opnsense)</a></li>
<li><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/161">❌ How to have Privacy on your Router (Opnsense)</a></li>
<li><a href="privatesimplex/index.html">✅ Easy Private Chats - SimpleX</a></li>
</ol></br>
@ -135,7 +135,7 @@
<p>⚠️ Miscellaneous - In real life</p>
<ol>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/139">❌ How to hide the contents of a mail package</a></li>
<li><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/139">❌ How to hide the contents of a mail package</a></li>
</ol></br>
</div></br></br>
@ -159,17 +159,17 @@
<li><a href="anonymityexplained/index.html">✅ What is Anonymity ? Why is it Important ? </a></li>
<li><a href="anonuse/index.html">✅ Why isn't Privacy enough for Anonymous use ? </a></li>
<li><a href="torvsvpns/index.html">✅ The main source of Anonymity: The Tor Network</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/169">❌ Why is the darknet superior to clearnet ? </a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/168">❌ When should I use I2P instead of Tor ? </a></li>
<li><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/169">❌ Why is the darknet superior to clearnet ? </a></li>
<li><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/168">❌ When should I use I2P instead of Tor ? </a></li>
<li><a href="torthroughvpn/index.html">✅ Using Tor Safely: Tor through VPN or VPN through Tor ? </a></li>
<li><a href="phonenumbers/index.html">✅ Phone Numbers are incompatible with Anonymity</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/43">❌ How to protect against fingerprinting (persona, text, files)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/13">❌ Stylography protection (Running a Local LLM and copy pasting messages)</a></li>
<li><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/43">❌ How to protect against fingerprinting (persona, text, files)</a></li>
<li><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/13">❌ Stylography protection (Running a Local LLM and copy pasting messages)</a></li>
</ol></br>
<p>💻 Clientside - Getting Started (<a href="torthroughvpn/index.html">⚠️ Check if your ISP allows Tor or Not!</a>)</p>
<ol>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/42">❌ How to setup and navigate Qubes OS</a></li>
<li><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/42">❌ How to setup and navigate Qubes OS</a></li>
<li><a href="torbrowsing/index.html">✅ Tor Web Browser setup</a></li>
<li><a href="MobileTor/index.html">✅ How to use the Tor Browser on Mobile</a></li>
<li><a href="whonixqemuvms/index.html">✅ VMs for Long-term Anonymity (Whonix QEMU VMs)</a></li>
@ -180,8 +180,8 @@
<p>💻 Clientside - Censorship Evasion </p>
<ol>
<li><a href="vpnqemu/index.html">✅ How to access Tor when it is being blocked, using VPNs </a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/57">❌ How to temporarily access Tor when VPNs are blocked, using Tor bridges</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/58">❌ How to access Tor when VPNs are blocked, using VPSes (SSH port forwarding / OpenVPN port sharing) </a></li>
<li><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/57">❌ How to temporarily access Tor when VPNs are blocked, using Tor bridges</a></li>
<li><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/58">❌ How to access Tor when VPNs are blocked, using VPSes (SSH port forwarding / OpenVPN port sharing) </a></li>
<li><a href="v2ray/index.html">✅ How to access Tor when you are in a heavily-censored country using v2ray (vmess / vless)</a></li>
</ol></br>
@ -191,7 +191,7 @@
<ol>
<li><a href="onionshare/index.html">✅ How to send small files Anonymously (Onionshare)</a></li>
<li><a href="syncthinganon/index.html">✅ One on One large file sharing (Syncthing over Tor)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/17">❌ P2P large file sharing (Torrents over Tor)</a></li>
<li><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/17">❌ P2P large file sharing (Torrents over Tor)</a></li>
</ol></br>
@ -200,13 +200,13 @@
<li><a href="finances/index.html">✅ Why Financial decentralisation ? (Cryptocurrencies, Exchanges and KYC) ⭐</a></li>
<li><a href="monero2024/index.html">✅ How to setup your Monero Wallet </a></li>
<li><a href="chainalysisattempts/index.html">✅ Why can't I trust Centralised Exchanges, and random Monero nodes ?</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/50">❌ How to get your first Monero ? (xmrbazaar.com, crypto swaps, p2p chats, or work) </a></li>
<li><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/50">❌ How to get your first Monero ? (xmrbazaar.com, crypto swaps, p2p chats, or work) </a></li>
<li><a href="haveno-client-f2f/index.html">✅ Haveno Decentralised Exchange direct Fiat -> XMR transaction ⭐</a></li>
<li><a href="haveno-arbitrator/index.html">✅ Haveno DEX Dispute resolution (Fiat -> XMR) </a></li>
<li><a href="haveno-sepa/index.html">✅ Haveno DEX Bank Transfer (ex: SEPA) -> XMR transaction </a></li>
<li><a href="haveno-cashbymail/index.html">✅ Haveno DEX Cash By Mail -> XMR transaction ⭐</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/64">❌ Convert Monero into other Cryptos Anonymously (XMR -> BTC w/ BasicSwap DEX)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/48">❌ Monero Inheritence Management (Threshold encryption (2of3)+ PGP)</a></li>
<li><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/64">❌ Convert Monero into other Cryptos Anonymously (XMR -> BTC w/ BasicSwap DEX)</a></li>
<li><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/48">❌ Monero Inheritence Management (Threshold encryption (2of3)+ PGP)</a></li>
</ol></br>
<p>💻 Clientside - Making use of Anonymity (<a href="https://kycnot.me/?t=service">Non-KYC Providers</a>)</p>
@ -230,7 +230,7 @@
<li><a href="monero2024/node.html">✅ Monero Node</a></li>
<li><a href="monerop2pool/index.html">✅ Monero Mining with p2pool (help validate the network)</a></li>
<li><a href="haveno-seednode/index.html">✅ Haveno Seed Node</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/19">❌ Haveno DEX Network </a></li>
<li><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/19">❌ Haveno DEX Network </a></li>
</ol></br>
<p>🧅 Serverside - Anonymous Hidden Services </p>
@ -239,7 +239,7 @@
<li><a href="hiddenservice/index.html">✅ Where to host Anonymous Hidden Services ?</a></li>
<li><a href="torwebsite/index.html">✅ Hidden Service with custom .onion Vanity V3 address</a></li>
<li><a href="gitea-anon/index.html">✅ Gitea .onion Setup (Anonymous Code Repositories and Collaboration)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/47">❌ How to setup Nerostr (Nostr blogging)</a></li>
<li><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/47">❌ How to setup Nerostr (Nostr blogging)</a></li>
</br>
</ol></br>
<p>🧅 Serverside - Anonymous Clearnet Services </p>
@ -254,8 +254,8 @@
</ol></br>
<p>⚠️ Miscellaneous - In real life</p>
<ol>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/30">❌ How to send a mail package anonymously</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/31">❌ How to recieve a mail package anonymously</a></li>
<li><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/30">❌ How to send a mail package anonymously</a></li>
<li><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/31">❌ How to recieve a mail package anonymously</a></li>
<li><a href="anonprotest/index.html">✅ How to remain Anonymous during a protest</a></li>
</ol></br>
@ -300,14 +300,14 @@
<p>💻 Decentralised Finances</p>
<ol>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/167">❌ How to hide your Monero ?</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/49">❌ How to Cash out your crypto gains (Fiat income limits, and justifications)</a></li>
<li><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/167">❌ How to hide your Monero ?</a></li>
<li><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/49">❌ How to Cash out your crypto gains (Fiat income limits, and justifications)</a></li>
</ol></br>
<p>⚠️ When you risk being persecuted for just using technology</p>
<ol>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/147">❌ When your harddrives must look innocent and you can use Tails</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/146">❌ When your harddrives must look innocent and you can only use VPNs</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/148">❌ When your harddrives must look innocent and you can't use Tails nor VPNs</a></li>
<li><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/147">❌ When your harddrives must look innocent and you can use Tails</a></li>
<li><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/146">❌ When your harddrives must look innocent and you can only use VPNs</a></li>
<li><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/148">❌ When your harddrives must look innocent and you can't use Tails nor VPNs</a></li>
</ol></br>
@ -320,26 +320,26 @@
<li><a href="pf_virt/index.html">❌ Open source router VM setup (OpnSense on QEMU/KVM)</a></li>
<li><a href="failovers/index.html">✅ Electrical Failover (basic UPS setup)</a></li>
<li><a href="failover-wan/index.html">❌ Internet Failover (Dual WAN OpnSense setup)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/66">❌ Isolating on-premise hidden services (VM-based restrictive networking)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/33">❌ Deniable Encryption Protection (emergency shutdown script, shortcut, + systemd service)</a></li>
<li><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/66">❌ Isolating on-premise hidden services (VM-based restrictive networking)</a></li>
<li><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/33">❌ Deniable Encryption Protection (emergency shutdown script, shortcut, + systemd service)</a></li>
<li><a href="physicalsecurity/index.html">🟠 Automating Deniable Encryption Protection (USB Changes, detecting movements, and SSH bruteforce attempts)</a></li>
<li><a href="endgame/index.html">✅ Endgame V3 (.onion service Anti DDOS / Load Balancer / WAF + Captcha) ⭐</a></li>
</ol></br>
<p>🧅 Serverside - Remote Plausible Deniability (⚠️ <a href="sensitiveremotevshome/index.html">Remote Hosting = Safer!</a>)</p>
<ol>
<li><a href="sensitiveremotevshome/index.html">🟠 Sensitive Services: Self-Host or Host Remotely ?</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/36">❌ When the Adversary is the cloud provider himself</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/37">❌ Protecting against cold boot attacks, with RAM encryption (no hardware access!)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/38">❌ System Intrusion / Integrity monitoring (kernel modules, binary files, unwanted processes, hardwre changes)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/39">❌ Custom Linux OS making (debian-based)</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/40">❌ Obtaining a non-KYC dedicated server, with a custom OS</a></li>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/41">❌ Intrusion detection on remote servers </a></li>
<li><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/36">❌ When the Adversary is the cloud provider himself</a></li>
<li><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/37">❌ Protecting against cold boot attacks, with RAM encryption (no hardware access!)</a></li>
<li><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/38">❌ System Intrusion / Integrity monitoring (kernel modules, binary files, unwanted processes, hardwre changes)</a></li>
<li><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/39">❌ Custom Linux OS making (debian-based)</a></li>
<li><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/40">❌ Obtaining a non-KYC dedicated server, with a custom OS</a></li>
<li><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/41">❌ Intrusion detection on remote servers </a></li>
</ol></br>
<p>⚠️ Miscellaneous - In real life</p>
<ol>
<li><a href="https://git.nowhere.moe/nihilist/blog-contributions/issues/63">❌ When protests go wrong - SimpleX Disappearing Messages</a></li>
<li><a href="http://git.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/nihilist/blog-contributions/issues/63">❌ When protests go wrong - SimpleX Disappearing Messages</a></li>
</ol></br>