Go to file
2024-08-14 18:59:20 +02:00
assets Upload files to "assets/robert.png" 2024-08-06 20:01:35 +02:00
servers updated 2024-08-14 18:59:20 +02:00
index.html updated 2024-07-25 12:23:36 +02:00
pull.sh updated 2024-08-07 20:43:14 +02:00
push.sh update the tutorials layout + mention new upcoming contributions 2024-07-28 11:42:20 +02:00
pushtoprod.sh updated 2024-08-07 20:23:01 +02:00
README.md updated 2024-08-12 23:28:26 +02:00

How to contribute to https://blog.nowhere.moe/

If you want to edit one of my existing blogposts:

- fork the repository
- edit what you want to edit, from the forked repository
- create a PR, and wait for me to merge it. (feel free to ping me on matrix about it)

If you want to create a new blogpost:

yes, i pay in moneros, for well made, complete blogpost contributions

Let's say between 10eur and 50eur per blogpost, depending on the complexity

Sidenote: i do not accept any unnecessary technical complication, keep it concise and simplify it as much as possible. Any technical complication must be justified with clear reasoning, using graphs.

IMPORTANT PARTS OF THE BLOG FOLDER STRUCTURE :

├── assets				<--- blog assets, maybe add your profile picture in the img folder if you want
│   ├── css
│   ├── fonts.old
│   ├── img
│   └── webfonts
├── index.html			<--- main blogpost page (no need to edit that)
├── README.md
└── servers
    ├── 0_anon			<--- template tutorial folder
    │   └── index.html
    ├── anonaccess		<--- example tutorial folder
    │   └── index.html	<--- index page of the tutorial (where steps are showcased)
    │   └── 0.png		<--- images needed for the tutorial
    │   └── 1.png
    │   └── 2.png
    ├── anon.html		<--- privacy / anon / deniability tutorials index page, where they are all listed

Prerequisites:

If you want to do one of the tutorial ideas i already listed in anon.html (the main tutorials index):

you don't need my approval to do it. Just check with me directly to make sure that you understand what the blogpost idea is, to avoid wasting time doing something wrong.

If you have a new blogpost idea:

Send me on chat your blogpost idea, and tell me where exactly it's supposed to fit in the blog. (i want to keep a coherent order in my tutorials, let me validate your idea, before actually starting)

once your blogpost idea is validated: proceed with below:

- fork the repository
- go into the /servers/ directory, and copy the "0_anon" template directory into whatever other name you want like "anontuto3"
- then edit the index.html file in /servers/anontuto3/index.html, to contain :
	- your pseudonym,
	- the date
	- the title of the page
	- 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:
		- state what must be done, and how
		- show the commands (copy paste into the <pre><code class="nim"> cmds(multi lines) </pre></code> blocks)
		- if there's any GUI to showcase, use a screenshot software like flameshot to showcase what must be done using arrows 
	- conclude the tutorial stating what the user has accomplished at the end.
	- (optional) and edit the bottom of the page to contain your links, and contact to reach out to you, and your "donate monero address"
- then create the PR (pull request) and ping me about it, so i can review it, merge it and pay you in monero for it.

- /!\ not allowing any javascript, this blog will remain HTML/CSS/images only

Contributor todolist

Below is listed the upcoming blogposts, assigned to each contributors:

nileglorifier:
1) hide files in video files (steganography) : 30 euros
2) how to setup and navigate Qubes OS : 50 euros

willjager:
1) How to use the tor browser on android phones: 10 euros
2) How to setup Nerostr (Nostr blogging): 40 euros

pippin:
1) How to protect against fingerprinting (persona, text, files) : 50 euros
2) How to run a local LLM to change your writing style (and it's use in whonix VM): 40 euros

securitybrahh:
1) Monero Inheritance setup (as part of the decentralized finances category) : 50 euros 
2) how to get a remote phone number anonymously (SaaS SMSes) : 30 euros
3) how to get a remote credit card anonymously : 30 euros

robert:
1) Why privacy is not enough for anonymous use : 20 euros

mcneb10:
1) General How to mine Monero tutorial (xmrrig, p2pool, gupaxx?, xmrrig-proxy) : 50 euros