updated contribute guide + manifesto

This commit is contained in:
nihilist 2024-10-26 18:14:51 +02:00
parent 56d2248974
commit e0f5df2a8a
31 changed files with 227 additions and 4 deletions

BIN
opsec/contribute/30.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 KiB

BIN
opsec/contribute/31.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

BIN
opsec/contribute/32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

BIN
opsec/contribute/33.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
opsec/contribute/34.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB

BIN
opsec/contribute/35.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

BIN
opsec/contribute/36.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 KiB

BIN
opsec/contribute/37.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 KiB

BIN
opsec/contribute/38.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 161 KiB

View File

@ -160,12 +160,47 @@ 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 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>. to describe how to do things, you can use images and screenshots like so: </p>
<pre><code class="nim">
<<b></b>img src="12.png" class="imgRz">
</pre></code>
<img src="12.png" class="imgRz">
<p>To take screenshots like i do, you can use <a href="../compilation/index.html">flameshot</a>, it has everything you need for screenshots. When you take screenshots, dont forget to draw arrows to mention where the user needs to click, add text if something needs to be clarified, etc. and then save your screenshot in the same folder as your blogpost contribution (in this case, in <b>blog-contributions/opsec/new-tutorial</b>)</p>
<pre><code class="nim">
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>
<pre><code class="nim">
[ mainpc ] [ /dev/pts/3 ] [blog/opsec/manifesto]
→ apt search draw.io
Sorting... Done
Full Text Search... Done
draw.io/now 24.7.17 amd64 [installed,local]
draw.io desktop
[ mainpc ] [ /dev/pts/3 ] [blog/opsec/manifesto]
→ apt install draw.io
[ mainpc ] [ /dev/pts/3 ] [blog/opsec/manifesto]
→ drawio
</pre></code>
<img src="31.png" class="imgRz">
<img src="32.png" class="imgRz">
<img src="33.png" class="imgRz">
<img src="34.png" class="imgRz">
<img src="35.png" class="imgRz">
<p>If you want to use my logos for onymity, surveillance, centralisation, complexity, etc you can find them in the <b>blog-contributions/opsec/logos/</b> directory:</p>
<img src="36.png" class="imgRz">
<p>Then, i'll let you go through the <a href="https://www.drawio.com/doc/">drawio documentation</a> to learn how to use it, as there's alot to cover to add logos, change shapes, add text, add arrows, etc:</p>
<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>
<pre><code class="nim">
<<b></b>pre><<b></b>code class="nim">

BIN
opsec/logos/ce0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
opsec/logos/ce1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
opsec/logos/ce2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
opsec/logos/co0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
opsec/logos/co1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
opsec/logos/co2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

BIN
opsec/logos/de0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
opsec/logos/de1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

BIN
opsec/logos/de2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
opsec/logos/on0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

BIN
opsec/logos/on1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
opsec/logos/on2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
opsec/logos/su0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.3 KiB

BIN
opsec/logos/su1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

BIN
opsec/logos/su2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

BIN
opsec/logos/tr0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
opsec/logos/tr1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

BIN
opsec/logos/tr2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

BIN
opsec/manifesto/0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 714 KiB

View File

@ -118,7 +118,7 @@ Honorable reasons:
<p>I am also motivated by my will to clear out any misconceptions and help everyone perceive technology for what it truly is, regardless of any morality or any political view. My blog aims to bring to light that <b>any usage of any technology is to be justified with a clear reason, to be described, and showcased in great detail</b>.</p>
<p>Yes, anyone that tries to mix politics and ideologies into technology, is merely trying to preserve what they are currently identified with. Such people cannot pretend to have an objective view when talking about anything.</p>
<p>Transcending limitations is what i consider the most honorable way behind any action. <b>Ultimately, this blog aims to showcase that Technology, when used correctly, can allow one to transcend any limitation.</b> Be it to transcend surveillance, centralisation, deanonymization, lack of security. <b>Any ability that we have as Humans</b>, such as Privacy, Decentralisation, Anonymity, Security, Plausible Deniability <b>can be protected and enhanced by using the correct Technology.</b></p>
<p>TLDR: You want to know the most effective technologies that can enhance your life ? It's right there. Just read it up, understand what they are, understand why they are used, understand how they are used, and use them yourself. </p>
<p><u>TLDR:</u> You want to know the most effective technologies that can enhance your life ? It's right there. Just read it up, understand what they are, understand why they are used, understand how they are used, and use them yourself. </p>
@ -126,13 +126,36 @@ Honorable reasons:
</div><!-- /row -->
</div> <!-- /container -->
</div><!-- /white -->
<!-- +++++ Second Post +++++ -->
<div id="anon1">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2><b>Why so much effort into one blog ?</b></h2> </br> </br>
<p>First of all, i've seen way too many lazy blogs out there, some like to skip steps, some skip explanations, and some just outright copy paste from other blogs.</p>
<p>I am here to bring you a fresh view on technology. As i am discovering a new technology, i am also writing about it to let you know about it. Make no mistake i could've just kept it for myself, and not even care about sharing what i found, but no i decided, out of my own goodwill to make it all available to you, for free, forever.</p>
<p>Now when i am talking about complex concepts, like OPSEC specifically i am not going to sugarcoat anything, if there is complexity to be talked about in detail, i will talk about it, in all the critical details. Even if it's just for privacy. <b>I am not going to skip steps, and try to pretend as if it was easier than it actually is.</b> If i were to lie about something being simple, i would just be a part of the lack of education problem, what a great way to contribute. </p>
<p>Would you rather [...] ?</p>
<ol>
<li><p>give up whenever confronted with anything complex, and incite others to give up just like you did ?</p></li>
<li><p>put in the required work to understand something, and incite others to learn it just like you did ?</p></li>
</ol>
<p>You get the idea, <b>you are either part of the problem, or you are part of the solution</b>, i refuse to be part of the problem. in case if you didn't notice, <b>it is out of my own goodwill that i am explaining things for you</b>, and showing you how to set those technologies up, how to use them, and why even use them in the first place. If you think it's too complex, you are very welcome to submit shortcuts to my existing tutorials.<b>but be warned, that skipping steps is something i will never do, as i have standards.</b></p>
<p>After all, <b>complexity is subjective</b>, you either understand something, or you don't understand something. <b>It is the blog writer's responsibility to make it easy for the reader to understand</b> If by the end of the blogpost the reader didn't understand, it's because you skipped steps, explanations or something else.</p>
<p>My first and foremost goal is to showcase that Privacy, Anonymity and Deniability are actually possible to achieve, no matter how complex. The second goal comes later, in finding shortcuts to simplify tutorials.</p>
<p>Most people nowadays have bought into the panopticon propaganda that has been pushed by governments, the myth that our everyone's every move is under surveillance, and that we need to act accordingly because "big brother" is watching at all times. <b>I'm right here, telling you that he cannot do so once you manage to close all the blinds.</b></p>
<img src="0.png" class="imgRz">
<p>You need to read between the lines a bit. I am talking about how you can become ungovernable. Why does it even matter what these bureaucrats and politicians want ? Who the hell cares ? The individual has the ability to remain outside of their control, so stop complaining, and go ahead to do just that.</p>
</div>
</div><!-- /row -->
</div> <!-- /container -->
</div><!-- /white -->
<!-- +++++ Second Post +++++ -->
<div id="anon2">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2><b>Technology is all that matters.</b></h2>
<p>We, humans are able to do things, and no matter what we can do, <b>we are able to enhance what we can do using tools</b>. We can run that far, but with a car we can run farther, we can calculate fast, but with a computer we can calculate much faster.</p>
<p>You wished you could do more in the world right now ? Well, maybe you should have turned to technology, a long time ago.</p>

View File

@ -0,0 +1,165 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="../../../../../../assets/img/favicon.png">
<title>Reflecting: How to use graphs to help Brainstorming ideas (draw.io)</title>
<!-- Bootstrap core CSS -->
<link href="../../assets/css/bootstrap.css" rel="stylesheet">
<link href="../../assets/css/xt256.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="../../assets/css/main.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Static navbar -->
<div class="navbar navbar-inverse-productivity navbar-static-top">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand-productivity" href="\index.html">The Nihilism Blog</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="/about.html">About</a></li>
<li><a href="/blog.html">Categories</a></li>
<li><a href="https://blog.nowhere.moe/donate.html">Donate</a></li>
<li><a href="/contact.html">Contact</a></li>
</ul>
</div><!--/.nav-collapse -->
</div>
</div>
<!-- +++++ Posts Lists +++++ -->
<!-- +++++ First Post +++++ -->
<div id="productivity2">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<a href="../index.html">Previous Page</a>
<h1>Reflecting: How to use graphs to help Brainstorming ideas (draw.io) </h1>
<p> </p>
</div>
</div><!-- /row -->
</div> <!-- /container -->
</div><!-- /grey -->
<!-- +++++ Second Post +++++ -->
<div id="productivity3">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2><b>a </b></h2>
<p></p>
<img src="" class="imgRz">
<pre><code class="nim">
</code></pre>
<p></p>
</div>
</div><!-- /row -->
</div> <!-- /container -->
</div><!-- /white -->
<div id="productivity2">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2><b>b</b></h2> </br> </br>
<p></p>
<img src="" class="imgRz">
<pre><code class="nim">
</code></pre>
<p></p>
</div>
</div><!-- /row -->
</div> <!-- /container -->
</div><!-- /white -->
<!-- +++++ Second Post +++++ -->
<div id="productivity1">
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<h2><b>c</b></h2> </br> </br>
<p></p>
<pre><code class="nim">
</code></pre>
<p></p>
</div>
</div><!-- /row -->
</div> <!-- /container -->
</div><!-- /white -->
<!-- +++++ Footer Section +++++ -->
<div id="productivityb">
<div class="container">
<div class="row">
<div class="col-lg-4">
<h4>Nihilism</h4>
<p>
Until there is Nothing left.</p></br></br><p>Creative Commons Zero: No Rights Reserved</br><img src="\CC0.png">
</p>
</div><!-- /col-lg-4 -->
<div class="col-lg-4">
<h4>My Links</h4>
<p>
<a target="_blank" rel="noopener noreferrer" href="http://blog.nowhere.moe/rss/feed.xml">RSS Feed</a><br/><a target="_blank" rel="noopener noreferrer" href="https://simplex.chat/contact#/?v=2-7&smp=smp%3A%2F%2FL5jrGV2L_Bb20Oj0aE4Gn-m5AHet9XdpYDotiqpcpGc%3D%40nowhere.moe%2FH4g7zPbitSLV5tDQ51Yz-R6RgOkMEeCc%23%2F%3Fv%3D1-3%26dh%3DMCowBQYDK2VuAyEAkts5T5AMxHGrZCCg12aeKxWcpXaxbB_XqjrXmcFYlDQ%253D&data=%7B%22type%22%3A%22group%22%2C%22groupLinkId%22%3A%22c3Y-iDaoDCFm6RhptSDOaw%3D%3D%22%7D">SimpleX Chat</a><br/>
</p>
</div><!-- /col-lg-4 -->
<div class="col-lg-4">
<h4>About nihilist</h4>
<p style="word-wrap: break-word;"><u>Donate XMR:</u> 8AUYjhQeG3D5aodJDtqG499N5jXXM71gYKD8LgSsFB9BUV1o7muLv3DXHoydRTK4SZaaUBq4EAUqpZHLrX2VZLH71Jrd9k8</p></br><p><u>Contact:</u> nihilist@contact.nowhere.moe (<a href="https://nowhere.moe/nihilist.pubkey">PGP</a>)</p>
</div><!-- /col-lg-4 -->
</div>
</div>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
</body>
</html>