1
0

adding index.html

This commit is contained in:
notnull 2019-01-12 17:47:52 -05:00 committed by traumschule
parent e1b060febd
commit 4df8600be7
2 changed files with 653 additions and 0 deletions

459
index.html Normal file
View File

@ -0,0 +1,459 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>index</title>
<!-- 2019-01-12 Sat 15:31 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="generator" content="Org-mode" />
<meta name="author" content="anarchyplanet" />
<style type="text/css">
<!--/*--><![CDATA[/*><!--*/
.title { text-align: center; }
.todo { font-family: monospace; color: red; }
.done { color: green; }
.tag { background-color: #eee; font-family: monospace;
padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
.right { margin-left: auto; margin-right: 0px; text-align: right; }
.left { margin-left: 0px; margin-right: auto; text-align: left; }
.center { margin-left: auto; margin-right: auto; text-align: center; }
.underline { text-decoration: underline; }
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
p.verse { margin-left: 3%; }
pre {
border: 1px solid #ccc;
box-shadow: 3px 3px 3px #eee;
padding: 8pt;
font-family: monospace;
overflow: auto;
margin: 1.2em;
}
pre.src {
position: relative;
overflow: visible;
padding-top: 1.2em;
}
pre.src:before {
display: none;
position: absolute;
background-color: white;
top: -10px;
right: 10px;
padding: 3px;
border: 1px solid black;
}
pre.src:hover:before { display: inline;}
pre.src-sh:before { content: 'sh'; }
pre.src-bash:before { content: 'sh'; }
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
pre.src-R:before { content: 'R'; }
pre.src-perl:before { content: 'Perl'; }
pre.src-java:before { content: 'Java'; }
pre.src-sql:before { content: 'SQL'; }
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
th.right { text-align: center; }
th.left { text-align: center; }
th.center { text-align: center; }
td.right { text-align: right; }
td.left { text-align: left; }
td.center { text-align: center; }
dt { font-weight: bold; }
.footpara:nth-child(2) { display: inline; }
.footpara { display: block; }
.footdef { margin-bottom: 1em; }
.figure { padding: 1em; }
.figure p { text-align: center; }
.inlinetask {
padding: 10px;
border: 2px solid gray;
margin: 10px;
background: #ffffcc;
}
#org-div-home-and-up
{ text-align: right; font-size: 70%; white-space: nowrap; }
textarea { overflow-x: auto; }
.linenr { font-size: smaller }
.code-highlighted { background-color: #ffff00; }
.org-info-js_info-navigation { border-style: none; }
#org-info-js_console-label
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
.org-info-js_search-highlight
{ background-color: #ffff00; color: #000000; font-weight: bold; }
/*]]>*/-->
</style>
<link rel="stylesheet" type="text/css" href="css/htmlize.css"/>
<link rel="stylesheet" type="text/css" href="css/readtheorg.css"/>
<script type="text/javascript">
/*
@licstart The following is the entire license notice for the
JavaScript code in this tag.
Copyright (C) 2012-2013 Free Software Foundation, Inc.
The JavaScript code in this tag is free software: you can
redistribute it and/or modify it under the terms of the GNU
General Public License (GNU GPL) as published by the Free Software
Foundation, either version 3 of the License, or (at your option)
any later version. The code is distributed WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU GPL for more details.
As additional permission under GNU GPL version 3 section 7, you
may distribute non-source (e.g., minimized or compacted) forms of
that code without the copy of the GNU GPL normally required by
section 4, provided you include this license notice and a URL
through which recipients can access the Corresponding Source.
@licend The above is the entire license notice
for the JavaScript code in this tag.
*/
<!--/*--><![CDATA[/*><!--*/
function CodeHighlightOn(elem, id)
{
var target = document.getElementById(id);
if(null != target) {
elem.cacheClassElem = elem.className;
elem.cacheClassTarget = target.className;
target.className = "code-highlighted";
elem.className = "code-highlighted";
}
}
function CodeHighlightOff(elem, id)
{
var target = document.getElementById(id);
if(elem.cacheClassElem)
elem.className = elem.cacheClassElem;
if(elem.cacheClassTarget)
target.className = elem.cacheClassTarget;
}
/*]]>*///-->
</script>
</head>
<body>
<div id="content">
<h1 class="title">index</h1>
<div id="table-of-contents">
<h2>Table of Contents</h2>
<div id="text-table-of-contents">
<ul>
<li><a href="#sec-1">1. Introduction</a></li>
<li><a href="#sec-2">2. Tech Tuesday Topics</a></li>
<li><a href="#sec-3">3. tools</a></li>
</ul>
</div>
</div>
<p>
#+TITLE Anarchy Planet Projex
</p>
<div id="outline-container-sec-1" class="outline-2">
<h2 id="sec-1"><span class="section-number-2">1</span> Introduction</h2>
<div class="outline-text-2" id="text-1">
<p>
The purpose of this project is to protoype a process of collaborating with strangers over the internet on mutual interests, with a trajectory toward infosec/osint topics. Its current manifestion is a series of 'Anarchy Planet Tech Tuesdays' tutorials where we get together Tuesdays 8PM EST to go over a topic of choice.
</p>
<p>
Goals include:
</p>
<ul class="org-ul">
<li>creating documentation of our proesses for internal use (and possibly for sharing in the future if it doesn't suck)
</li>
<li>discovering and using (and possibly developing) FOSS tools, in particular tools for collaboration
</li>
<li>creating a 'website' for keeping track of our notes that users can edit, with some sort of version control (hopefully git)
</li>
</ul>
<p>
Feel free to generate your own tutorial topics, with the constraint that the tutorials should be:
</p>
<ol class="org-ol">
<li>short. something we can do together start to finish in 1-2 hours.
</li>
<li>tangible. we should have something by the end that we didn't have before, such as an email address with gpg enabled.
</li>
<li>FOSS all day erry day
</li>
</ol>
<p>
This project has an implicit tagline: "Can we even get one tutorial off the ground?" We've all felt the frustration of starting a project full of enthusiasm and motivation to accomplish huge goals, only for the initial excitement to wane as people get busy and drift on to other tasks. So this project is about starting small. Can we even complete one tutorial together? Can we break our grand plans into tiny projects that we can execute without requiring massive amounts of time and energy? And if we can't, how can we hope to accomplish larger and messier goals without repeating the cycle of early enthusiasm and eventual burnout?
</p>
<p>
Another motivation is to develop a process of creating documentation through 'user testing'&#x2013; that is, understanding what someone needs to know in order to accomplish a task, and then providing that information and that information only. I find this more helpful than providing someone the entire history of the internet and expecting them to develop a deep understanding of every related concept and skill every time they try to read a tutorial. Ultimately I hope this will result in building a shareable corpus of knowledge that is (1) plaintext (2) shareable and (3) useful to others, but even if this task fails we will at least have the pieces we create which should be already useful in themselves.
</p>
<p>
Finally, this project is about building rapport with our collaborators as we go through this process together. At the very least we will end up with onboarding documentation that can help new people who come into the process late, or who decide to go through their own process. And at best we will also have data about whether or not a group of loosely-affiliated strangers on the internet can collaborate together to work toward their goals, leveraging existing infrastructure that exists by keeping track of their process and developing strategies for sharing that process. Can we?
</p>
</div>
</div>
<div id="outline-container-sec-2" class="outline-2">
<h2 id="sec-2"><span class="section-number-2">2</span> Tech Tuesday Topics</h2>
<div class="outline-text-2" id="text-2">
<ul class="org-ul">
<li>setting up IRC to run through Tor (hexchat, irssi, freenode w/ tor) <a href="https://irc.anarchyplanet.org/pad/p/connect-to-apirc-with-tor">https://irc.anarchyplanet.org/pad/p/connect-to-apirc-with-tor</a>
</li>
<li>Inspircd, Atheme Services, setting up channels <a href="https://irc.anarchyplanet.org/pad/p/inspircdathemelimnoria">https://irc.anarchyplanet.org/pad/p/inspircdathemelimnoria</a>
</li>
<li>Novatore The Bot (i.e., Limnoria, python) <a href="https://irc.anarchyplanet.org/pad/p/novatoreonboard">https://irc.anarchyplanet.org/pad/p/novatoreonboard</a>
</li>
<li>using fishlim with hexchat / irssi: <a href="https://irc.anarchyplanet.org/pad/p/fish">https://irc.anarchyplanet.org/pad/p/fish</a>
</li>
<li>setting up and using GPG: <a href="https://irc.anarchyplanet.org/pad/p/gpg">https://irc.anarchyplanet.org/pad/p/gpg</a>
</li>
<li>setting up ssh keys <a href="https://irc.anarchyplanet.org/pad/p/ssh">https://irc.anarchyplanet.org/pad/p/ssh</a>
</li>
<li>xmpp with OTR and OMEMO <a href="https://irc.anarchyplanet.org/pad/p/xmpp">https://irc.anarchyplanet.org/pad/p/xmpp</a>
</li>
<li>setting up host files to block advertisements <a href="https://en.wikipedia.org/wiki/Hosts_(file)">https://en.wikipedia.org/wiki/Hosts_(file)</a> (beware effects on fingerprintability)
</li>
<li>VPNS
</li>
<li>host your own IRC <a href="https://irc.anarchyplanet.org/pad/p/inspircd">https://irc.anarchyplanet.org/pad/p/inspircd</a>
</li>
<li>self-hosting w/ Nginx
</li>
<li>make etherpad not require the <i>p</i> (i.e. nginx)
</li>
<li>audio streaming
</li>
<li>osint
</li>
<li>send and receive bitcoin (and/or other cryptocurrency? and setting up group wallets?) <a href="https://archive.cyberguerrilla.org/a/2017/cgan-course-4-todays-lesson-what-is-btc/">https://archive.cyberguerrilla.org/a/2017/cgan-course-4-todays-lesson-what-is-btc/</a>
</li>
<li>set up i2p <a href="https://www.reddit.com/r/i2p/comments/1tlqct/irc_on_i2p_irc2p_startup_guide/">https://www.reddit.com/r/i2p/comments/1tlqct/irc_on_i2p_irc2p_startup_guide/</a>
</li>
<li>ipfs
</li>
<li>mesh <a href="https://en.wikipedia.org/wiki/OpenWrt">https://en.wikipedia.org/wiki/OpenWrt</a>
</li>
<li>bootloaders: how do they work? &lt;3
</li>
<li>zsh <a href="https://ohmyz.sh/">https://ohmyz.sh/</a> - Plugins: <a href="https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins">https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins</a> - zsh.org - <a href="https://en.wikipedia.org/wiki/Z_shell">https://en.wikipedia.org/wiki/Z_shell</a>
</li>
</ul>
</div>
</div>
<div id="outline-container-sec-3" class="outline-2">
<h2 id="sec-3"><span class="section-number-2">3</span> tools</h2>
<div class="outline-text-2" id="text-3">
<p>
email resources
<a href="https://pad.anarchistnews.org/p/letsgobois">https://pad.anarchistnews.org/p/letsgobois</a>
<a href="https://projex.neocities.org">https://projex.neocities.org</a>
</p>
<p>
wiki
<a href="http://pad.anarchistnews.org/p/wiki">http://pad.anarchistnews.org/p/wiki</a>
</p>
<p>
fileshare resources
<a href="https://github.com/micahflee/onionshare">https://github.com/micahflee/onionshare</a>
syncthing
gobby (collaborative writing / code development) <a href="https://gobby.github.io">https://gobby.github.io</a> - setup server: <a href="https://irc.anarchyplanet.org/pad/p/obby">https://irc.anarchyplanet.org/pad/p/obby</a>
</p>
<p>
git resources
gitea
gitosis <a href="https://git-scm.com/book/en/v1/Git-on-the-Server-Gitosis">https://git-scm.com/book/en/v1/Git-on-the-Server-Gitosis</a>
gobalist <a href="https://irc.anarchyplanet.org/pad/p/globalist">https://irc.anarchyplanet.org/pad/p/globalist</a>
gogs
gitweb
</p>
<p>
IRC
<a href="http://www.inspircd.org/">http://www.inspircd.org/</a>
atheme
<a href="https://limnoria.readthedocs.io/en/latest/use/index.html">https://limnoria.readthedocs.io/en/latest/use/index.html</a>
<a href="https://irc.anarchyplanet.org/pad/p/kiwi-onion">https://irc.anarchyplanet.org/pad/p/kiwi-onion</a>
<a href="http://gribble.sourceforge.net/supybook">http://gribble.sourceforge.net/supybook</a>
briar <a href="https://media.ccc.de/v/34c3-8937-briar">https://media.ccc.de/v/34c3-8937-briar</a>
</p>
<p>
terminals
if you love your console: apt search dwm
tmux
</p>
<ul class="org-ul">
<li>post text and images <a href="http://ix.io/">http://ix.io/</a> - <a href="https://0xacab.org/riseup/share/up1-cli-client-nodejs">https://0xacab.org/riseup/share/up1-cli-client-nodejs</a>
</li>
<li>bash scripts (for, {}, ..)
</li>
</ul>
<p>
editos
emacs-orgmode
vi <a href="http://www.penguintutor.com/linux/vi-texteditor-tutorial">http://www.penguintutor.com/linux/vi-texteditor-tutorial</a>
focuswriter
</p>
<p>
forums
<a href="https://flaskbb.org/">https://flaskbb.org/</a> (meh)
session: together test which cms of @LIST is eaiest to setup
</p>
<p>
imgboard
(chans not run by neonazis, maybe?)
anokchan.org ;-) &lt;3
</p>
<p>
privacy
'privacy' is a myth but that doesn't mean we should just give all of the companies and the state all of our data. it actually matters a lot (i.e. they are very much able to invade your life in powerful ways by mining your data) &lt;3 &lt;3
<a href="https://riseup.net/security/resources">https://riseup.net/security/resources</a>
<a href="https://www.privacytools.io">https://www.privacytools.io</a>
<a href="https://prism-break.org">https://prism-break.org</a>
<a href="https://unhosted.org">https://unhosted.org</a>
<a href="https://www.reddit.com/r/NSALeaks/wiki/index">https://www.reddit.com/r/NSALeaks/wiki/index</a>
<a href="https://www.reddit.com/r/NSALeaks">https://www.reddit.com/r/NSALeaks</a>
TAO / JTRIG <img src="https://i.imgur.com/yzpKDPH.png" alt="yzpKDPH.png" />
<a href="https://www.reddit.com/r/worldnews/comments/22sv1o/nsa_said_to_have_used_heartbleed_bug_exposing/">https://www.reddit.com/r/worldnews/comments/22sv1o/nsa_said_to_have_used_heartbleed_bug_exposing/</a>
<a href="https://www.smh.com.au/technology/man-who-introduced-serious-heartbleed-security-flaw-denies-he-inserted-it-deliberately-20140410-zqta1.html">https://www.smh.com.au/technology/man-who-introduced-serious-heartbleed-security-flaw-denies-he-inserted-it-deliberately-20140410-zqta1.html</a>
</p>
<p>
self-hosting
sql <a href="https://blog.secaserver.com/tag/haproxy-mysql-load-balance/">https://blog.secaserver.com/tag/haproxy-mysql-load-balance/</a>
mail <a href="https://medium.com/@kevinsimper/self-hosting-email-in-2016-is-still-hard-797a6320bfa8">https://medium.com/@kevinsimper/self-hosting-email-in-2016-is-still-hard-797a6320bfa8</a>
redis
</p>
<ul class="org-ul">
<li>easy backup: <a href="https://redis.io/topics/persistence">https://redis.io/topics/persistence</a>
</li>
<li>sharing files: <a href="https://redislabs.com/ebook/part-2-core-concepts/chapter-6-application-components-in-redis/6-6-distributing-files-with-redis/">https://redislabs.com/ebook/part-2-core-concepts/chapter-6-application-components-in-redis/6-6-distributing-files-with-redis/</a>
</li>
<li>load balancing: <a href="https://redis.io/topics/sentinel">https://redis.io/topics/sentinel</a>
</li>
</ul>
<p>
tor
tor is more than a anonymization client but has a wide ecosystem:
<a href="https://www.torproject.org/projects/projects">https://www.torproject.org/projects/projects</a>
<a href="https://www.torproject.org/projects/community.html.en">https://www.torproject.org/projects/community.html.en</a>
</p>
<p>
'is tor safe' see vanguards:
Possible quests:
install the ooni app on your smartphone to measure censorship: <a href="https://lists.torproject.org/pipermail/ooni-dev/2018-November/000544.html">https://lists.torproject.org/pipermail/ooni-dev/2018-November/000544.html</a>
set up a cdn with two onion nodes via onionbalance
publish a git repository via globalist and let everyone in the group add a commit
create damn secret underground chat group with cwtch.im "Warning: Cwtch is an experimental prototype. Please do not use it for anything where security, privacy, or anonymity is critical." lol
create an onion farm with tor controllers like bine stem or carml
run tor-ramdisk in a vm
secure communication
find out why Perfect Forward Secrecy and metadata protection are important
have an end to end encrypted goup chat: <a href="https://cwtch.im">https://cwtch.im</a>
meet via voice/video chat: <a href="https://meet.jit.si/">https://meet.jit.si/</a>
use OMEMO <a href="https://omemo.top/">https://omemo.top/</a>
alternatives: <a href="https://prism-break.org/en/subcategories/gnu-linux-video-voice/">https://prism-break.org/en/subcategories/gnu-linux-video-voice/</a>
Be careful with your phones and tell your friends: <a href="https://www.wired.co.uk/article/europe-immigration-refugees-smartphone-metadata-deportations">https://www.wired.co.uk/article/europe-immigration-refugees-smartphone-metadata-deportations</a>
read more on security <a href="https://riseup.net/en/security/resources">https://riseup.net/en/security/resources</a> ie. <a href="https://ssd.eff.org/">https://ssd.eff.org/</a>
</p>
<p>
cgAn
<a href="https://archive.cyberguerrilla.org/a/2017/?s=course&submit_x=0&submit_y=0">https://archive.cyberguerrilla.org/a/2017/?s=course&submit_x=0&submit_y=0</a>
<a href="https://irc.anarchyplanet.org/pad/p/othertutorials">https://irc.anarchyplanet.org/pad/p/othertutorials</a>
<a href="https://newblood.anonops.com/security.html">https://newblood.anonops.com/security.html</a>
</p>
<p>
<a href="https://irc.anarchyplanet.org/pad/p/jellyfish">https://irc.anarchyplanet.org/pad/p/jellyfish</a>
</p>
<p>
<a href="https://startyourownisp.com/">https://startyourownisp.com/</a>
connect to freenode via tor: <a href="https://freenode.net/kb/answer/certfp">https://freenode.net/kb/answer/certfp</a>
</p>
<p>
fun
<a href="https://irc.anarchyplanet.org/pad/p/mud">https://irc.anarchyplanet.org/pad/p/mud</a>
<a href="https://irc.anarchyplanet.org/pad/p/ap-the-game">https://irc.anarchyplanet.org/pad/p/ap-the-game</a>
</p>
<p>
admin
<a href="https://irc.anarchyplanet.org/pad/p/serverl337-backup">https://irc.anarchyplanet.org/pad/p/serverl337-backup</a>
</p>
<p>
wanna start coding?
<a href="https://lifehacker.com/why-you-should-learn-to-run-a-server-before-you-learn-t-1497178889">https://lifehacker.com/why-you-should-learn-to-run-a-server-before-you-learn-t-1497178889</a>
</p>
<p>
play around with tor: <a href="https://www.torproject.org/projects/projects">https://www.torproject.org/projects/projects</a> &amp; <a href="https://www.torproject.org/projects/community.html.en">https://www.torproject.org/projects/community.html.en</a>
set up a cdn with two onion nodes via onionbalance
publish a git repository via globalist and let everyone in the group add a commit
create damn secret underground chat group with cwtch.im
create an onion farm with tor controllers like bine stem or carml
run tor-ramdisk in a vm
secure communication
find out why Perfect Forward Secrecy and metadata protection are important
use riseup invite to get a new email account: <a href="https://account.riseup.net/user/new">https://account.riseup.net/user/new</a> or any of <a href="https://riseup.net/en/security/resources/radical-servers">https://riseup.net/en/security/resources/radical-servers</a>
register an account at <a href="https://we.riseup.net">https://we.riseup.net</a>
create encrypted mailinglist: <a href="https://systemausfall.org/wikis/howto/CryptoMailingLists">https://systemausfall.org/wikis/howto/CryptoMailingLists</a>
try bitmask VPN <a href="https://leap.se">https://leap.se</a> - lookout for the beta snap package
use XMPP with OTR/OMEMO for instant messaging <a href="https://prism-break.org/en/all/#instant-messaging">https://prism-break.org/en/all/#instant-messaging</a>
background: <a href="https://www.activism.net/cypherpunk/manifesto.html">https://www.activism.net/cypherpunk/manifesto.html</a> - "the internet has become a tool of the police state" <a href="https://en.wikipedia.org/wiki/Cypherpunks_(book)">https://en.wikipedia.org/wiki/Cypherpunks_(book)</a>
OTR encryption: <a href="https://otr.cypherpunks.ca/">https://otr.cypherpunks.ca/</a> - for pidign.im install the package pidgin-otr
OMEMO encryption: <a href="https://en.wikipedia.org/wiki/OMEMO#Client_Support">https://en.wikipedia.org/wiki/OMEMO#Client_Support</a> (not so widely supported yet)
have an end to end encrypted goup chat: <a href="https://cwtch.im">https://cwtch.im</a>
meet via voice/video chat: <a href="https://meet.jit.si/">https://meet.jit.si/</a>
alternatives: <a href="https://prism-break.org/en/subcategories/gnu-linux-video-voice/">https://prism-break.org/en/subcategories/gnu-linux-video-voice/</a>
Be careful with your phones and tell your friends: <a href="https://www.wired.co.uk/article/europe-immigration-refugees-smartphone-metadata-deportations">https://www.wired.co.uk/article/europe-immigration-refugees-smartphone-metadata-deportations</a>
read more on security <a href="https://riseup.net/en/security/resources">https://riseup.net/en/security/resources</a> ie. <a href="https://ssd.eff.org/">https://ssd.eff.org/</a>
</p>
<p>
Use globalist:
</p>
<p>
Add to torrc:
HidServAuth jyx4pglulzhhf3uj.onion KDaoFiimBt9GL6MKF7U2bw
as root: apt install python3-pip
as user: cd globalist ; torsocks pip3 install .
</p>
</div>
</div>
</div>
<div id="postamble" class="status">
<p class="author">Author: anarchyplanet</p>
<p class="date">Created: 2019-01-12 Sat 15:31</p>
<p class="creator"><a href="http://www.gnu.org/software/emacs/">Emacs</a> 24.5.1 (<a href="http://orgmode.org">Org</a> mode 8.2.10)</p>
<p class="validation"><a href="http://validator.w3.org/check?uri=referer">Validate</a></p>
</div>
</body>
</html>

194
index.org Normal file
View File

@ -0,0 +1,194 @@
#+TITLE Anarchy Planet Projex
#+AUTHOR: anarchyplanet
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="css/htmlize.css"/>
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="css/readtheorg.css"/>
* Introduction
The purpose of this project is to protoype a process of collaborating with strangers over the internet on mutual interests, with a trajectory toward infosec/osint topics. Its current manifestion is a series of 'Anarchy Planet Tech Tuesdays' tutorials where we get together Tuesdays 8PM EST to go over a topic of choice.
Goals include:
- creating documentation of our proesses for internal use (and possibly for sharing in the future if it doesn't suck)
- discovering and using (and possibly developing) FOSS tools, in particular tools for collaboration
- creating a 'website' for keeping track of our notes that users can edit, with some sort of version control (hopefully git)
Feel free to generate your own tutorial topics, with the constraint that the tutorials should be:
1. short. something we can do together start to finish in 1-2 hours.
2. tangible. we should have something by the end that we didn't have before, such as an email address with gpg enabled.
3. FOSS all day erry day
This project has an implicit tagline: "Can we even get one tutorial off the ground?" We've all felt the frustration of starting a project full of enthusiasm and motivation to accomplish huge goals, only for the initial excitement to wane as people get busy and drift on to other tasks. So this project is about starting small. Can we even complete one tutorial together? Can we break our grand plans into tiny projects that we can execute without requiring massive amounts of time and energy? And if we can't, how can we hope to accomplish larger and messier goals without repeating the cycle of early enthusiasm and eventual burnout?
Another motivation is to develop a process of creating documentation through 'user testing'-- that is, understanding what someone needs to know in order to accomplish a task, and then providing that information and that information only. I find this more helpful than providing someone the entire history of the internet and expecting them to develop a deep understanding of every related concept and skill every time they try to read a tutorial. Ultimately I hope this will result in building a shareable corpus of knowledge that is (1) plaintext (2) shareable and (3) useful to others, but even if this task fails we will at least have the pieces we create which should be already useful in themselves.
Finally, this project is about building rapport with our collaborators as we go through this process together. At the very least we will end up with onboarding documentation that can help new people who come into the process late, or who decide to go through their own process. And at best we will also have data about whether or not a group of loosely-affiliated strangers on the internet can collaborate together to work toward their goals, leveraging existing infrastructure that exists by keeping track of their process and developing strategies for sharing that process. Can we?
* Tech Tuesday Topics
- setting up IRC to run through Tor (hexchat, irssi, freenode w/ tor) https://irc.anarchyplanet.org/pad/p/connect-to-apirc-with-tor
- Inspircd, Atheme Services, setting up channels https://irc.anarchyplanet.org/pad/p/inspircdathemelimnoria
- Novatore The Bot (i.e., Limnoria, python) https://irc.anarchyplanet.org/pad/p/novatoreonboard
- using fishlim with hexchat / irssi: https://irc.anarchyplanet.org/pad/p/fish
- setting up and using GPG: https://irc.anarchyplanet.org/pad/p/gpg
- setting up ssh keys https://irc.anarchyplanet.org/pad/p/ssh
- xmpp with OTR and OMEMO https://irc.anarchyplanet.org/pad/p/xmpp
- setting up host files to block advertisements https://en.wikipedia.org/wiki/Hosts_%28file%29 (beware effects on fingerprintability)
- VPNS
- host your own IRC https://irc.anarchyplanet.org/pad/p/inspircd
- self-hosting w/ Nginx
- make etherpad not require the /p/ (i.e. nginx)
- audio streaming
- osint
- send and receive bitcoin (and/or other cryptocurrency? and setting up group wallets?) https://archive.cyberguerrilla.org/a/2017/cgan-course-4-todays-lesson-what-is-btc/
- set up i2p https://www.reddit.com/r/i2p/comments/1tlqct/irc_on_i2p_irc2p_startup_guide/
- ipfs
- mesh https://en.wikipedia.org/wiki/OpenWrt
- bootloaders: how do they work? <3
- zsh https://ohmyz.sh/ - Plugins: https://github.com/robbyrussell/oh-my-zsh/wiki/Plugins - zsh.org - https://en.wikipedia.org/wiki/Z_shell
* tools
email resources
https://pad.anarchistnews.org/p/letsgobois
https://projex.neocities.org
wiki
http://pad.anarchistnews.org/p/wiki
fileshare resources
https://github.com/micahflee/onionshare
syncthing
gobby (collaborative writing / code development) https://gobby.github.io - setup server: https://irc.anarchyplanet.org/pad/p/obby
git resources
gitea
gitosis https://git-scm.com/book/en/v1/Git-on-the-Server-Gitosis
gobalist https://irc.anarchyplanet.org/pad/p/globalist
gogs
gitweb
IRC
http://www.inspircd.org/
atheme
https://limnoria.readthedocs.io/en/latest/use/index.html
https://irc.anarchyplanet.org/pad/p/kiwi-onion
http://gribble.sourceforge.net/supybook
briar https://media.ccc.de/v/34c3-8937-briar
terminals
if you love your console: apt search dwm
tmux
- post text and images http://ix.io/ - https://0xacab.org/riseup/share/up1-cli-client-nodejs
- bash scripts (for, {}, ..)
editos
emacs-orgmode
vi http://www.penguintutor.com/linux/vi-texteditor-tutorial
focuswriter
forums
https://flaskbb.org/ (meh)
session: together test which cms of @LIST is eaiest to setup
imgboard
(chans not run by neonazis, maybe?)
anokchan.org ;-) <3
privacy
'privacy' is a myth but that doesn't mean we should just give all of the companies and the state all of our data. it actually matters a lot (i.e. they are very much able to invade your life in powerful ways by mining your data) <3 <3
https://riseup.net/security/resources
https://www.privacytools.io
https://prism-break.org
https://unhosted.org
https://www.reddit.com/r/NSALeaks/wiki/index
https://www.reddit.com/r/NSALeaks
TAO / JTRIG https://i.imgur.com/yzpKDPH.png
https://www.reddit.com/r/worldnews/comments/22sv1o/nsa_said_to_have_used_heartbleed_bug_exposing/
https://www.smh.com.au/technology/man-who-introduced-serious-heartbleed-security-flaw-denies-he-inserted-it-deliberately-20140410-zqta1.html
self-hosting
sql https://blog.secaserver.com/tag/haproxy-mysql-load-balance/
mail https://medium.com/@kevinsimper/self-hosting-email-in-2016-is-still-hard-797a6320bfa8
redis
- easy backup: https://redis.io/topics/persistence
- sharing files: https://redislabs.com/ebook/part-2-core-concepts/chapter-6-application-components-in-redis/6-6-distributing-files-with-redis/
- load balancing: https://redis.io/topics/sentinel
tor
tor is more than a anonymization client but has a wide ecosystem:
https://www.torproject.org/projects/projects
https://www.torproject.org/projects/community.html.en
'is tor safe' see vanguards:
Possible quests:
install the ooni app on your smartphone to measure censorship: https://lists.torproject.org/pipermail/ooni-dev/2018-November/000544.html
set up a cdn with two onion nodes via onionbalance
publish a git repository via globalist and let everyone in the group add a commit
create damn secret underground chat group with cwtch.im "Warning: Cwtch is an experimental prototype. Please do not use it for anything where security, privacy, or anonymity is critical." lol
create an onion farm with tor controllers like bine stem or carml
run tor-ramdisk in a vm
secure communication
find out why Perfect Forward Secrecy and metadata protection are important
have an end to end encrypted goup chat: https://cwtch.im
meet via voice/video chat: https://meet.jit.si/
use OMEMO https://omemo.top/
alternatives: https://prism-break.org/en/subcategories/gnu-linux-video-voice/
Be careful with your phones and tell your friends: https://www.wired.co.uk/article/europe-immigration-refugees-smartphone-metadata-deportations
read more on security https://riseup.net/en/security/resources ie. https://ssd.eff.org/
cgAn
https://archive.cyberguerrilla.org/a/2017/?s=course&submit_x=0&submit_y=0
https://irc.anarchyplanet.org/pad/p/othertutorials
https://newblood.anonops.com/security.html
https://irc.anarchyplanet.org/pad/p/jellyfish
https://startyourownisp.com/
connect to freenode via tor: https://freenode.net/kb/answer/certfp
fun
https://irc.anarchyplanet.org/pad/p/mud
https://irc.anarchyplanet.org/pad/p/ap-the-game
admin
https://irc.anarchyplanet.org/pad/p/serverl337-backup
wanna start coding?
https://lifehacker.com/why-you-should-learn-to-run-a-server-before-you-learn-t-1497178889
play around with tor: https://www.torproject.org/projects/projects & https://www.torproject.org/projects/community.html.en
set up a cdn with two onion nodes via onionbalance
publish a git repository via globalist and let everyone in the group add a commit
create damn secret underground chat group with cwtch.im
create an onion farm with tor controllers like bine stem or carml
run tor-ramdisk in a vm
secure communication
find out why Perfect Forward Secrecy and metadata protection are important
use riseup invite to get a new email account: https://account.riseup.net/user/new or any of https://riseup.net/en/security/resources/radical-servers
register an account at https://we.riseup.net
create encrypted mailinglist: https://systemausfall.org/wikis/howto/CryptoMailingLists
try bitmask VPN https://leap.se - lookout for the beta snap package
use XMPP with OTR/OMEMO for instant messaging https://prism-break.org/en/all/#instant-messaging
background: https://www.activism.net/cypherpunk/manifesto.html - "the internet has become a tool of the police state" https://en.wikipedia.org/wiki/Cypherpunks_(book)
OTR encryption: https://otr.cypherpunks.ca/ - for pidign.im install the package pidgin-otr
OMEMO encryption: https://en.wikipedia.org/wiki/OMEMO#Client_Support (not so widely supported yet)
have an end to end encrypted goup chat: https://cwtch.im
meet via voice/video chat: https://meet.jit.si/
alternatives: https://prism-break.org/en/subcategories/gnu-linux-video-voice/
Be careful with your phones and tell your friends: https://www.wired.co.uk/article/europe-immigration-refugees-smartphone-metadata-deportations
read more on security https://riseup.net/en/security/resources ie. https://ssd.eff.org/
Use globalist:
Add to torrc:
HidServAuth jyx4pglulzhhf3uj.onion KDaoFiimBt9GL6MKF7U2bw
as root: apt install python3-pip
as user: cd globalist ; torsocks pip3 install .