Separate irc documentation

This commit is contained in:
Bob Mottram 2016-11-12 20:28:55 +00:00
parent c71db82848
commit b4a5aed84d
6 changed files with 721 additions and 419 deletions

100
doc/EN/app_irc.org Normal file
View File

@ -0,0 +1,100 @@
#+TITLE:
#+AUTHOR: Bob Mottram
#+EMAIL: bob@freedombone.net
#+KEYWORDS: freedombome, irc
#+DESCRIPTION: How to use IRC
#+OPTIONS: ^:nil toc:nil
#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="freedombone.css" />
#+BEGIN_CENTER
[[file:images/logo.png]]
#+END_CENTER
#+BEGIN_EXPORT html
<center>
<h1>IRC</h1>
</center>
#+END_EXPORT
IRC is useful for multi-user chat. The classic use case is for software development where many engineers might need to coordinate their activities, but it's also useful for meetings, parties and general socialising.
* Irssi
The easiest way to use irssi is to connect to your system, like this:
#+BEGIN_SRC bash
ssh myusername@mydomain -p 2222
#+END_SRC
Then select *IRC* from the menu. However, other than via this method using ssh, irssi isn't a very good IRC client because it doesn't have the capability to onion route messages, and therefore leaks metadata. For the best security when using your IRC server, use HexChat, Emacs ERC or another client which supports socks5 proxying.
* HexChat
HexChat (formerly XChat) is compatible with proxying via Tor and so provides the best security when connecting to your IRC server. It will allow you to connect to your IRC server's onion address.
First install HexChat and set up its configuration file. This can be done on your local machine with:
#+BEGIN_SRC bash
freedombone-client --setup hexchat
#+END_SRC
Now look up the onion address for your IRC server
#+BEGIN_SRC bash
ssh username@mydomainname -p 2222
#+END_SRC
Select Administrator options, then *About this system* and make a note of the onion address for IRC. Also select the *IRC Menu* and take a note of the login password.
Run HexChat.
Within the network list click, *Add* and enter your domain name then click *Edit*.
Select the entry within the servers box, then enter *ircaddress.onion/6697* or *mydomainname/6697* and press *Enter*.
Uncheck *use global user information*.
Enter first and second nicknames and check *connect to this network on startup*.
If you are using the ordinary domain name (clearnet/ICANN) then make sure that *Use SSL* is checked.
[[file:images/hexchat_setup_clearnet.jpg]]
If you are using the onion address then *use SSL* should be unchecked and the transport encryption will be handled via the onion address itself.
[[file:images/hexchat_setup.jpg]]
Within the *Password* field enter the password which can be found from the IRC menu of the *control panel*.
Select the *Autojoin channels* tab, click *Add* and enter *#freedombone* as the channel name.
Click *close* and then *connect*.
* Emacs
If you are an Emacs user then you can also connect to your IRC server via Emacs.
Ensure that tor is installed onto your local system:
#+BEGIN_SRC bash
sudo apt-get install tor
#+END_SRC
Add the following to your Emacs configuration file:
#+BEGIN_SRC elisp
(setq socks-noproxy '("localhost"))
(require 'socks)
(require 'tls)
(setq socks-server (list "Tor socks" "localhost" 9050 5))
(setq erc-server-connect-function 'socks-open-network-stream)
(setq erc-autojoin-channels-alist
'(("myircaddress.onion" "#freedombone")))
(erc :server "myircaddress.onion" :port 6697 :nick "yourusername" :password "your IRC password")
#+END_SRC
* Changing or removing the IRC password
By default the IRC server is set up to require a password for users to log in. The password is the same for all users. If you want to change or remove the password:
#+BEGIN_SRC bash
ssh myusername@mydomain -p 2222
#+END_SRC
Select /Administrator controls/ then *IRC Menu* and then change the password. An empty password will allow anyone to log in, so you can have a globally accessible IRC system if you wish, although you might want to carefully consider whether that's wise.

View File

@ -53,6 +53,7 @@ Web publishing platform with social network like features and good privacy contr
* IRC Server (ngirc)
Run your own IRC chat channel which can be secured with a password and accessible via an onion address. A bouncer is included so that you can receive messages sent while you were offline. Works with Hexchat and other popular clients.
[[./app_irc.html][How to use it]]
* Jitsi Meet
Experimental WebRTC video conferencing system, similar to Google Hangouts. This may not be fully functional, but is hoped to be in the near future.

View File

@ -25,6 +25,7 @@
| [[./app_dlna.html][Play Music]] |
| [[./app_gnusocial.html][Microblogging (GNU Social)]] |
| [[./app_hubzilla.html][Social Network]] |
| [[./app_irc.html][Multi-user chat with IRC]] |
| [[Chat Services]] |
| [[RSS Reader]] |
| [[Git Projects]] |
@ -98,86 +99,6 @@ ssh username@address.onion -p 2222
Subsequently even if dynamic DNS isn't working you may still be able to administer your system. Using the onion address also gives you some degree of protection against corporate or government metadata analysis, since it becomes more difficult to passively detect which systems are communicating.
* Chat Services
** IRC
IRC is useful for multi-user chat. The classic use case is for software development where many engineers might need to coordinate their activities, but it's also useful for meetings, parties and general socialising.
*** Irssi
The easiest way to use irssi is to connect to your system, like this:
#+BEGIN_SRC bash
ssh myusername@mydomain -p 2222
#+END_SRC
Then select *IRC* from the menu. However, other than via this method using ssh, irssi isn't a very good IRC client because it doesn't have the capability to onion route messages, and therefore leaks metadata. For the best security when using your IRC server, use HexChat, Emacs ERC or another client which supports socks5 proxying.
*** HexChat
HexChat (formerly XChat) is compatible with proxying via Tor and so provides the best security when connecting to your IRC server. It will allow you to connect to your IRC server's onion address.
First install HexChat and set up its configuration file. This can be done on your local machine with:
#+BEGIN_SRC bash
freedombone-client --setup hexchat
#+END_SRC
Now look up the onion address for your IRC server
#+BEGIN_SRC bash
ssh username@mydomainname -p 2222
#+END_SRC
Select Administrator options, then *About this system* and make a note of the onion address for IRC. Also select the *IRC Menu* and take a note of the login password.
Run HexChat.
Within the network list click, *Add* and enter your domain name then click *Edit*.
Select the entry within the servers box, then enter *ircaddress.onion/6697* or *mydomainname/6697* and press *Enter*.
Uncheck *use global user information*.
Enter first and second nicknames and check *connect to this network on startup*.
If you are using the ordinary domain name (clearnet/ICANN) then make sure that *Use SSL* is checked.
[[file:images/hexchat_setup_clearnet.jpg]]
If you are using the onion address then *use SSL* should be unchecked and the transport encryption will be handled via the onion address itself.
[[file:images/hexchat_setup.jpg]]
Within the *Password* field enter the password which can be found from the IRC menu of the *control panel*.
Select the *Autojoin channels* tab, click *Add* and enter *#freedombone* as the channel name.
Click *close* and then *connect*.
*** Emacs
If you are an Emacs user then you can also connect to your IRC server via Emacs.
Ensure that tor is installed onto your local system:
#+BEGIN_SRC bash
sudo apt-get install tor
#+END_SRC
Add the following to your Emacs configuration file:
#+BEGIN_SRC elisp
(setq socks-noproxy '("localhost"))
(require 'socks)
(require 'tls)
(setq socks-server (list "Tor socks" "localhost" 9050 5))
(setq erc-server-connect-function 'socks-open-network-stream)
(setq erc-autojoin-channels-alist
'(("myircaddress.onion" "#freedombone")))
(erc :server "myircaddress.onion" :port 6697 :nick "yourusername" :password "your IRC password")
#+END_SRC
*** Changing or removing the IRC password
By default the IRC server is set up to require a password for users to log in. The password is the same for all users. If you want to change or remove the password:
#+BEGIN_SRC bash
ssh myusername@mydomain -p 2222
#+END_SRC
Select /Administrator controls/ then *IRC Menu* and then change the password. An empty password will allow anyone to log in, so you can have a globally accessible IRC system if you wish, although you might want to carefully consider whether that's wise.
** XMPP/Jabber
*** About XMPP

432
website/EN/app_irc.html Normal file
View File

@ -0,0 +1,432 @@
<?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>
<!-- 2016-11-12 Sat 20:26 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
<meta name="generator" content="Org mode" />
<meta name="author" content="Bob Mottram" />
<meta name="description" content="How to use IRC"
/>
<meta name="keywords" content="freedombome, irc" />
<style type="text/css">
<!--/*--><![CDATA[/*><!--*/
.title { text-align: center;
margin-bottom: .2em; }
.subtitle { text-align: center;
font-size: medium;
font-weight: bold;
margin-top:0; }
.todo { font-family: monospace; color: red; }
.done { font-family: monospace; color: green; }
.priority { font-family: monospace; color: orange; }
.tag { background-color: #eee; font-family: monospace;
padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
.org-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;}
/* Languages per Org manual */
pre.src-asymptote:before { content: 'Asymptote'; }
pre.src-awk:before { content: 'Awk'; }
pre.src-C:before { content: 'C'; }
/* pre.src-C++ doesn't work in CSS */
pre.src-clojure:before { content: 'Clojure'; }
pre.src-css:before { content: 'CSS'; }
pre.src-D:before { content: 'D'; }
pre.src-ditaa:before { content: 'ditaa'; }
pre.src-dot:before { content: 'Graphviz'; }
pre.src-calc:before { content: 'Emacs Calc'; }
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
pre.src-fortran:before { content: 'Fortran'; }
pre.src-gnuplot:before { content: 'gnuplot'; }
pre.src-haskell:before { content: 'Haskell'; }
pre.src-java:before { content: 'Java'; }
pre.src-js:before { content: 'Javascript'; }
pre.src-latex:before { content: 'LaTeX'; }
pre.src-ledger:before { content: 'Ledger'; }
pre.src-lisp:before { content: 'Lisp'; }
pre.src-lilypond:before { content: 'Lilypond'; }
pre.src-lua:before { content: 'Lua'; }
pre.src-matlab:before { content: 'MATLAB'; }
pre.src-mscgen:before { content: 'Mscgen'; }
pre.src-ocaml:before { content: 'Objective Caml'; }
pre.src-octave:before { content: 'Octave'; }
pre.src-org:before { content: 'Org mode'; }
pre.src-oz:before { content: 'OZ'; }
pre.src-plantuml:before { content: 'Plantuml'; }
pre.src-processing:before { content: 'Processing.js'; }
pre.src-python:before { content: 'Python'; }
pre.src-R:before { content: 'R'; }
pre.src-ruby:before { content: 'Ruby'; }
pre.src-sass:before { content: 'Sass'; }
pre.src-scheme:before { content: 'Scheme'; }
pre.src-screen:before { content: 'Gnu Screen'; }
pre.src-sed:before { content: 'Sed'; }
pre.src-sh:before { content: 'shell'; }
pre.src-sql:before { content: 'SQL'; }
pre.src-sqlite:before { content: 'SQLite'; }
/* additional languages in org.el's org-babel-load-languages alist */
pre.src-forth:before { content: 'Forth'; }
pre.src-io:before { content: 'IO'; }
pre.src-J:before { content: 'J'; }
pre.src-makefile:before { content: 'Makefile'; }
pre.src-maxima:before { content: 'Maxima'; }
pre.src-perl:before { content: 'Perl'; }
pre.src-picolisp:before { content: 'Pico Lisp'; }
pre.src-scala:before { content: 'Scala'; }
pre.src-shell:before { content: 'Shell Script'; }
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
/* additional language identifiers per "defun org-babel-execute"
in ob-*.el */
pre.src-cpp:before { content: 'C++'; }
pre.src-abc:before { content: 'ABC'; }
pre.src-coq:before { content: 'Coq'; }
pre.src-groovy:before { content: 'Groovy'; }
/* additional language identifiers from org-babel-shell-names in
ob-shell.el: ob-shell is the only babel language using a lambda to put
the execution function name together. */
pre.src-bash:before { content: 'bash'; }
pre.src-csh:before { content: 'csh'; }
pre.src-ash:before { content: 'ash'; }
pre.src-dash:before { content: 'dash'; }
pre.src-ksh:before { content: 'ksh'; }
pre.src-mksh:before { content: 'mksh'; }
pre.src-posh:before { content: 'posh'; }
/* Additional Emacs modes also supported by the LaTeX listings package */
pre.src-ada:before { content: 'Ada'; }
pre.src-asm:before { content: 'Assembler'; }
pre.src-caml:before { content: 'Caml'; }
pre.src-delphi:before { content: 'Delphi'; }
pre.src-html:before { content: 'HTML'; }
pre.src-idl:before { content: 'IDL'; }
pre.src-mercury:before { content: 'Mercury'; }
pre.src-metapost:before { content: 'MetaPost'; }
pre.src-modula-2:before { content: 'Modula-2'; }
pre.src-pascal:before { content: 'Pascal'; }
pre.src-ps:before { content: 'PostScript'; }
pre.src-prolog:before { content: 'Prolog'; }
pre.src-simula:before { content: 'Simula'; }
pre.src-tcl:before { content: 'tcl'; }
pre.src-tex:before { content: 'TeX'; }
pre.src-plain-tex:before { content: 'Plain TeX'; }
pre.src-verilog:before { content: 'Verilog'; }
pre.src-vhdl:before { content: 'VHDL'; }
pre.src-xml:before { content: 'XML'; }
pre.src-nxml:before { content: 'XML'; }
/* add a generic configuration mode; LaTeX export needs an additional
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
pre.src-conf:before { content: 'Configuration File'; }
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
th.org-right { text-align: center; }
th.org-left { text-align: center; }
th.org-center { text-align: center; }
td.org-right { text-align: right; }
td.org-left { text-align: left; }
td.org-center { text-align: center; }
dt { font-weight: bold; }
.footpara { display: inline; }
.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; }
.org-svg { width: 90%; }
/*]]>*/-->
</style>
<link rel="stylesheet" type="text/css" href="freedombone.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="preamble" class="status">
<a name="top" id="top"></a>
</div>
<div id="content">
<div class="org-center">
<div class="figure">
<p><img src="images/logo.png" alt="logo.png" />
</p>
</div>
</div>
<center>
<h1>IRC</h1>
</center>
<p>
IRC is useful for multi-user chat. The classic use case is for software development where many engineers might need to coordinate their activities, but it's also useful for meetings, parties and general socialising.
</p>
<div id="outline-container-org854be38" class="outline-2">
<h2 id="org854be38">Irssi</h2>
<div class="outline-text-2" id="text-org854be38">
<p>
The easiest way to use irssi is to connect to your system, like this:
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh myusername@mydomain -p 2222
</pre>
</div>
<p>
Then select <b>IRC</b> from the menu. However, other than via this method using ssh, irssi isn't a very good IRC client because it doesn't have the capability to onion route messages, and therefore leaks metadata. For the best security when using your IRC server, use HexChat, Emacs ERC or another client which supports socks5 proxying.
</p>
</div>
</div>
<div id="outline-container-orgf253d99" class="outline-2">
<h2 id="orgf253d99">HexChat</h2>
<div class="outline-text-2" id="text-orgf253d99">
<p>
HexChat (formerly XChat) is compatible with proxying via Tor and so provides the best security when connecting to your IRC server. It will allow you to connect to your IRC server's onion address.
</p>
<p>
First install HexChat and set up its configuration file. This can be done on your local machine with:
</p>
<div class="org-src-container">
<pre class="src src-bash">freedombone-client --setup hexchat
</pre>
</div>
<p>
Now look up the onion address for your IRC server
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh username@mydomainname -p 2222
</pre>
</div>
<p>
Select Administrator options, then <b>About this system</b> and make a note of the onion address for IRC. Also select the <b>IRC Menu</b> and take a note of the login password.
</p>
<p>
Run HexChat.
</p>
<p>
Within the network list click, <b>Add</b> and enter your domain name then click <b>Edit</b>.
</p>
<p>
Select the entry within the servers box, then enter <b>ircaddress.onion/6697</b> or <b>mydomainname/6697</b> and press <b>Enter</b>.
</p>
<p>
Uncheck <b>use global user information</b>.
</p>
<p>
Enter first and second nicknames and check <b>connect to this network on startup</b>.
</p>
<p>
If you are using the ordinary domain name (clearnet/ICANN) then make sure that <b>Use SSL</b> is checked.
</p>
<div class="figure">
<p><img src="images/hexchat_setup_clearnet.jpg" alt="hexchat_setup_clearnet.jpg" />
</p>
</div>
<p>
If you are using the onion address then <b>use SSL</b> should be unchecked and the transport encryption will be handled via the onion address itself.
</p>
<div class="figure">
<p><img src="images/hexchat_setup.jpg" alt="hexchat_setup.jpg" />
</p>
</div>
<p>
Within the <b>Password</b> field enter the password which can be found from the IRC menu of the <b>control panel</b>.
</p>
<p>
Select the <b>Autojoin channels</b> tab, click <b>Add</b> and enter <b>#freedombone</b> as the channel name.
</p>
<p>
Click <b>close</b> and then <b>connect</b>.
</p>
</div>
</div>
<div id="outline-container-orgf17377b" class="outline-2">
<h2 id="orgf17377b">Emacs</h2>
<div class="outline-text-2" id="text-orgf17377b">
<p>
If you are an Emacs user then you can also connect to your IRC server via Emacs.
</p>
<p>
Ensure that tor is installed onto your local system:
</p>
<div class="org-src-container">
<pre class="src src-bash">sudo apt-get install tor
</pre>
</div>
<p>
Add the following to your Emacs configuration file:
</p>
<div class="org-src-container">
<pre class="src src-elisp">(<span class="org-keyword">setq</span> socks-noproxy '(<span class="org-string">"localhost"</span>))
(<span class="org-keyword">require</span> '<span class="org-constant">socks</span>)
(<span class="org-keyword">require</span> '<span class="org-constant">tls</span>)
(<span class="org-keyword">setq</span> socks-server (list <span class="org-string">"Tor socks"</span> <span class="org-string">"localhost"</span> 9050 5))
(<span class="org-keyword">setq</span> erc-server-connect-function 'socks-open-network-stream)
(<span class="org-keyword">setq</span> erc-autojoin-channels-alist
'((<span class="org-string">"myircaddress.onion"</span> <span class="org-string">"#freedombone"</span>)))
(erc <span class="org-builtin">:server</span> <span class="org-string">"myircaddress.onion"</span> <span class="org-builtin">:port</span> 6697 <span class="org-builtin">:nick</span> <span class="org-string">"yourusername"</span> <span class="org-builtin">:password</span> <span class="org-string">"your IRC password"</span>)
</pre>
</div>
</div>
</div>
<div id="outline-container-org918124e" class="outline-2">
<h2 id="org918124e">Changing or removing the IRC password</h2>
<div class="outline-text-2" id="text-org918124e">
<p>
By default the IRC server is set up to require a password for users to log in. The password is the same for all users. If you want to change or remove the password:
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh myusername@mydomain -p 2222
</pre>
</div>
<p>
Select <i>Administrator controls</i> then <b>IRC Menu</b> and then change the password. An empty password will allow anyone to log in, so you can have a globally accessible IRC system if you wish, although you might want to carefully consider whether that's wise.
</p>
</div>
</div>
</div>
<div id="postamble" class="status">
<style type="text/css">
.back-to-top {
position: fixed;
bottom: 2em;
right: 0px;
text-decoration: none;
color: #000000;
background-color: rgba(235, 235, 235, 0.80);
font-size: 12px;
padding: 1em;
display: none;
}
.back-to-top:hover {
background-color: rgba(135, 135, 135, 0.50);
}
</style>
<div class="back-to-top">
<a href="#top">Back to top</a> | <a href="mailto:bob@freedombone.net">E-mail me</a>
</div>
</div>
</body>
</html>

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2016-11-12 Sat 20:19 -->
<!-- 2016-11-12 Sat 20:28 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -257,9 +257,9 @@ The base install of the system just contains an email server and Mutt client, bu
</div>
</div>
<div id="outline-container-org8b362e0" class="outline-2">
<h2 id="org8b362e0">DLNA</h2>
<div class="outline-text-2" id="text-org8b362e0">
<div id="outline-container-orgd6bca02" class="outline-2">
<h2 id="orgd6bca02">DLNA</h2>
<div class="outline-text-2" id="text-orgd6bca02">
<p>
Enables you to use the system as a music server which any DLNA compatible devices can connect to within your home network.
</p>
@ -269,45 +269,45 @@ Enables you to use the system as a music server which any DLNA compatible device
</p>
</div>
</div>
<div id="outline-container-org5a75e71" class="outline-2">
<h2 id="org5a75e71">Dokuwiki</h2>
<div class="outline-text-2" id="text-org5a75e71">
<div id="outline-container-org571c0cf" class="outline-2">
<h2 id="org571c0cf">Dokuwiki</h2>
<div class="outline-text-2" id="text-org571c0cf">
<p>
A databaseless wiki system.
</p>
</div>
</div>
<div id="outline-container-org08e9b36" class="outline-2">
<h2 id="org08e9b36">Emacs</h2>
<div class="outline-text-2" id="text-org08e9b36">
<div id="outline-container-org86c450f" class="outline-2">
<h2 id="org86c450f">Emacs</h2>
<div class="outline-text-2" id="text-org86c450f">
<p>
If you use the Mutt client to read your email then this will set it up to use emacs for composing new mail.
</p>
</div>
</div>
<div id="outline-container-orgc84769a" class="outline-2">
<h2 id="orgc84769a">Etherpad</h2>
<div class="outline-text-2" id="text-orgc84769a">
<div id="outline-container-orgce869ec" class="outline-2">
<h2 id="orgce869ec">Etherpad</h2>
<div class="outline-text-2" id="text-orgce869ec">
<p>
Collaborate on creating documents in real time. Maybe you're planning a holiday with other family members or creating documentation for a Free Software project along with other volunteers. Etherpad is hard to beat for simplicity and speed. Only users of the system will be able to access it.
</p>
</div>
</div>
<div id="outline-container-org6fc29f0" class="outline-2">
<h2 id="org6fc29f0">Ghost</h2>
<div class="outline-text-2" id="text-org6fc29f0">
<div id="outline-container-orgfa92334" class="outline-2">
<h2 id="orgfa92334">Ghost</h2>
<div class="outline-text-2" id="text-orgfa92334">
<p>
Modern looking blogging system.
</p>
</div>
</div>
<div id="outline-container-org13473f6" class="outline-2">
<h2 id="org13473f6">GNU Social</h2>
<div class="outline-text-2" id="text-org13473f6">
<div id="outline-container-orgd5b6c40" class="outline-2">
<h2 id="orgd5b6c40">GNU Social</h2>
<div class="outline-text-2" id="text-orgd5b6c40">
<p>
Federated social network. You can "<i>remote follow</i>" other users within the GNU Social federation.
</p>
@ -317,27 +317,27 @@ Federated social network. You can "<i>remote follow</i>" other users within the
</p>
</div>
</div>
<div id="outline-container-orge704409" class="outline-2">
<h2 id="orge704409">Gogs</h2>
<div class="outline-text-2" id="text-orge704409">
<div id="outline-container-org5a990e6" class="outline-2">
<h2 id="org5a990e6">Gogs</h2>
<div class="outline-text-2" id="text-org5a990e6">
<p>
Lightweight git project hosting system. You can mirror projects from Github, or if Github turns evil then just host your own projects while retaining the familiar <i>fork-and-pull</i> workflow. If you can use Github then you can also use Gogs.
</p>
</div>
</div>
<div id="outline-container-org615d7da" class="outline-2">
<h2 id="org615d7da">HTMLy</h2>
<div class="outline-text-2" id="text-org615d7da">
<div id="outline-container-org6d858db" class="outline-2">
<h2 id="org6d858db">HTMLy</h2>
<div class="outline-text-2" id="text-org6d858db">
<p>
Databaseless blogging system. Quite simple and with a markdown-like format.
</p>
</div>
</div>
<div id="outline-container-org11b80ad" class="outline-2">
<h2 id="org11b80ad">Hubzilla</h2>
<div class="outline-text-2" id="text-org11b80ad">
<div id="outline-container-org6fad5ec" class="outline-2">
<h2 id="org6fad5ec">Hubzilla</h2>
<div class="outline-text-2" id="text-org6fad5ec">
<p>
Web publishing platform with social network like features and good privacy controls so that it's possible to specify who can see which content. Includes photo albums, calendar, wiki and file storage.
</p>
@ -347,90 +347,93 @@ Web publishing platform with social network like features and good privacy contr
</p>
</div>
</div>
<div id="outline-container-org3edd239" class="outline-2">
<h2 id="org3edd239">IRC Server (ngirc)</h2>
<div class="outline-text-2" id="text-org3edd239">
<div id="outline-container-org6904871" class="outline-2">
<h2 id="org6904871">IRC Server (ngirc)</h2>
<div class="outline-text-2" id="text-org6904871">
<p>
Run your own IRC chat channel which can be secured with a password and accessible via an onion address. A bouncer is included so that you can receive messages sent while you were offline. Works with Hexchat and other popular clients.
</p>
</div>
</div>
<div id="outline-container-orgbd7eda1" class="outline-2">
<h2 id="orgbd7eda1">Jitsi Meet</h2>
<div class="outline-text-2" id="text-orgbd7eda1">
<p>
<a href="./app_irc.html">How to use it</a>
</p>
</div>
</div>
<div id="outline-container-org3640e06" class="outline-2">
<h2 id="org3640e06">Jitsi Meet</h2>
<div class="outline-text-2" id="text-org3640e06">
<p>
Experimental WebRTC video conferencing system, similar to Google Hangouts. This may not be fully functional, but is hoped to be in the near future.
</p>
</div>
</div>
<div id="outline-container-org56f2d4c" class="outline-2">
<h2 id="org56f2d4c">Lychee</h2>
<div class="outline-text-2" id="text-org56f2d4c">
<div id="outline-container-org9134521" class="outline-2">
<h2 id="org9134521">Lychee</h2>
<div class="outline-text-2" id="text-org9134521">
<p>
Make your photo albums available on the web.
</p>
</div>
</div>
<div id="outline-container-org2c415e2" class="outline-2">
<h2 id="org2c415e2">Mailpile</h2>
<div class="outline-text-2" id="text-org2c415e2">
<div id="outline-container-org44a1ff5" class="outline-2">
<h2 id="org44a1ff5">Mailpile</h2>
<div class="outline-text-2" id="text-org44a1ff5">
<p>
Modern email client which supports GPG encryption.
</p>
</div>
</div>
<div id="outline-container-orgb65e532" class="outline-2">
<h2 id="orgb65e532">Mumble</h2>
<div class="outline-text-2" id="text-orgb65e532">
<div id="outline-container-org228ca34" class="outline-2">
<h2 id="org228ca34">Mumble</h2>
<div class="outline-text-2" id="text-org228ca34">
<p>
The popular VoIP and text chat system. Say goodbye to old-fashioned telephony conferences with silly dial codes. Also works well on mobile.
</p>
</div>
</div>
<div id="outline-container-org73032ef" class="outline-2">
<h2 id="org73032ef">PI-Hole</h2>
<div class="outline-text-2" id="text-org73032ef">
<div id="outline-container-orgeccf92f" class="outline-2">
<h2 id="orgeccf92f">PI-Hole</h2>
<div class="outline-text-2" id="text-orgeccf92f">
<p>
The black hole for web adverts. Block adverts at the domain name level within your local network. It can significantly reduce bandwidth, speed up page load times and protect your systems from being tracked by spyware.
</p>
</div>
</div>
<div id="outline-container-orgac6069d" class="outline-2">
<h2 id="orgac6069d">PostActiv</h2>
<div class="outline-text-2" id="text-orgac6069d">
<div id="outline-container-orgd52fb5a" class="outline-2">
<h2 id="orgd52fb5a">PostActiv</h2>
<div class="outline-text-2" id="text-orgd52fb5a">
<p>
An alternative federated social networking system compatible with GNU Social. It includes some optimisations and fixes currently not available within the main GNU Social project.
</p>
</div>
</div>
<div id="outline-container-org889b446" class="outline-2">
<h2 id="org889b446">Radicale</h2>
<div class="outline-text-2" id="text-org889b446">
<div id="outline-container-org70d72b7" class="outline-2">
<h2 id="org70d72b7">Radicale</h2>
<div class="outline-text-2" id="text-org70d72b7">
<p>
Calendar system compatible with CalDAV and CardDAV. Manage your calendar events easily across all your devices.
</p>
</div>
</div>
<div id="outline-container-orgbad0c63" class="outline-2">
<h2 id="orgbad0c63">tt-rss</h2>
<div class="outline-text-2" id="text-orgbad0c63">
<div id="outline-container-org951789f" class="outline-2">
<h2 id="org951789f">tt-rss</h2>
<div class="outline-text-2" id="text-org951789f">
<p>
Private RSS reader. Pulls in RSS/Atom feeds via Tor and is only accessible via an onion address. Have "<i>the right to read</i>" without the Surveillance State knowing what you're reading. Also available with a user interface suitable for viewing on mobile devices via a browser such as OrFox.
</p>
</div>
</div>
<div id="outline-container-org7425471" class="outline-2">
<h2 id="org7425471">Syncthing</h2>
<div class="outline-text-2" id="text-org7425471">
<div id="outline-container-org742baf7" class="outline-2">
<h2 id="org742baf7">Syncthing</h2>
<div class="outline-text-2" id="text-org742baf7">
<p>
Possibly the best way to synchronise files across all of your devices. Once it has been set up it "just works" with no user intervention needed.
</p>
@ -440,27 +443,27 @@ Possibly the best way to synchronise files across all of your devices. Once it h
</p>
</div>
</div>
<div id="outline-container-org182c2c6" class="outline-2">
<h2 id="org182c2c6">Tox</h2>
<div class="outline-text-2" id="text-org182c2c6">
<div id="outline-container-org7fa483d" class="outline-2">
<h2 id="org7fa483d">Tox</h2>
<div class="outline-text-2" id="text-org7fa483d">
<p>
Client and bootstrap node for the Tox chat/VoIP system.
</p>
</div>
</div>
<div id="outline-container-org6f2a32f" class="outline-2">
<h2 id="org6f2a32f">Vim</h2>
<div class="outline-text-2" id="text-org6f2a32f">
<div id="outline-container-org1459499" class="outline-2">
<h2 id="org1459499">Vim</h2>
<div class="outline-text-2" id="text-org1459499">
<p>
If you use the Mutt client to read your email then this will set it up to use vim for composing new mail.
</p>
</div>
</div>
<div id="outline-container-orga1114f1" class="outline-2">
<h2 id="orga1114f1">XMPP</h2>
<div class="outline-text-2" id="text-orga1114f1">
<div id="outline-container-orgac0c9d6" class="outline-2">
<h2 id="orgac0c9d6">XMPP</h2>
<div class="outline-text-2" id="text-orgac0c9d6">
<p>
Chat server which can be used together with client such as Gajim or Conversations to provide end-to-end content security and also onion routed metadata security. Includes advanced features such as <i>client state notification</i> to save battery power on your mobile devices, support for seamless roaming between networks and <i>message carbons</i> so that you can receive the same messages while being simultaneously logged in to your account on more than one device.
</p>

View File

@ -3,7 +3,7 @@
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<!-- 2016-11-12 Sat 20:18 -->
<!-- 2016-11-12 Sat 20:27 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
@ -255,15 +255,15 @@ for the JavaScript code in this tag.
</colgroup>
<tbody>
<tr>
<td class="org-left"><a href="#orge0d5123">Readme</a></td>
<td class="org-left"><a href="#org5bb31f9">Readme</a></td>
</tr>
<tr>
<td class="org-left"><a href="#orgd2a9afb">Improving ssh security</a></td>
<td class="org-left"><a href="#orgbd22da2">Improving ssh security</a></td>
</tr>
<tr>
<td class="org-left"><a href="#orgaf97067">Administrating the system via an onion address (Tor)</a></td>
<td class="org-left"><a href="#org03083b8">Administrating the system via an onion address (Tor)</a></td>
</tr>
<tr>
@ -291,30 +291,34 @@ for the JavaScript code in this tag.
</tr>
<tr>
<td class="org-left"><a href="#org61a775a">Chat Services</a></td>
<td class="org-left"><a href="./app_irc.html">Multi-user chat with IRC</a></td>
</tr>
<tr>
<td class="org-left"><a href="#orgf076640">RSS Reader</a></td>
<td class="org-left"><a href="#org93777dd">Chat Services</a></td>
</tr>
<tr>
<td class="org-left"><a href="#org8b7fde8">Git Projects</a></td>
<td class="org-left"><a href="#org3eb0562">RSS Reader</a></td>
</tr>
<tr>
<td class="org-left"><a href="#org0f48943">Adding or removing users</a></td>
<td class="org-left"><a href="#org0140487">Git Projects</a></td>
</tr>
<tr>
<td class="org-left"><a href="#org99fb698">Blocking Ads</a></td>
<td class="org-left"><a href="#org5c79868">Adding or removing users</a></td>
</tr>
<tr>
<td class="org-left"><a href="#orgf047482">Blocking Ads</a></td>
</tr>
</tbody>
</table>
<div id="outline-container-orge0d5123" class="outline-2">
<h2 id="orge0d5123">Readme</h2>
<div class="outline-text-2" id="text-orge0d5123">
<div id="outline-container-org5bb31f9" class="outline-2">
<h2 id="org5bb31f9">Readme</h2>
<div class="outline-text-2" id="text-org5bb31f9">
<p>
After the system has installed a README file will be generated which contains passwords and some brief advice on using the installed systems. You can read this with the following commands:
</p>
@ -334,9 +338,9 @@ To exit you can either just close the terminal or use <b>CTRL-x CTRL-c</b> follo
</p>
</div>
</div>
<div id="outline-container-orgd2a9afb" class="outline-2">
<h2 id="orgd2a9afb">Improving ssh security</h2>
<div class="outline-text-2" id="text-orgd2a9afb">
<div id="outline-container-orgbd22da2" class="outline-2">
<h2 id="orgbd22da2">Improving ssh security</h2>
<div class="outline-text-2" id="text-orgbd22da2">
<p>
To improve ssh security you can generate an ssh key pair on your system and then upload the public key to the Freedombone.
</p>
@ -386,9 +390,9 @@ If you wish to only use ssh keys then log in to the Freedombone, become the root
</div>
</div>
<div id="outline-container-orgaf97067" class="outline-2">
<h2 id="orgaf97067">Administrating the system via an onion address (Tor)</h2>
<div class="outline-text-2" id="text-orgaf97067">
<div id="outline-container-org03083b8" class="outline-2">
<h2 id="org03083b8">Administrating the system via an onion address (Tor)</h2>
<div class="outline-text-2" id="text-org03083b8">
<p>
You can also access your system via the Tor system using an onion address. To find out what the onion address for ssh access is you can do the following:
</p>
@ -430,182 +434,23 @@ Subsequently even if dynamic DNS isn't working you may still be able to administ
</p>
</div>
</div>
<div id="outline-container-org61a775a" class="outline-2">
<h2 id="org61a775a">Chat Services</h2>
<div class="outline-text-2" id="text-org61a775a">
</div><div id="outline-container-orgf4bf4ce" class="outline-3">
<h3 id="orgf4bf4ce">IRC</h3>
<div class="outline-text-3" id="text-orgf4bf4ce">
<p>
IRC is useful for multi-user chat. The classic use case is for software development where many engineers might need to coordinate their activities, but it's also useful for meetings, parties and general socialising.
</p>
</div>
<div id="outline-container-orgacaf59f" class="outline-4">
<h4 id="orgacaf59f">Irssi</h4>
<div class="outline-text-4" id="text-orgacaf59f">
<p>
The easiest way to use irssi is to connect to your system, like this:
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh myusername@mydomain -p 2222
</pre>
</div>
<p>
Then select <b>IRC</b> from the menu. However, other than via this method using ssh, irssi isn't a very good IRC client because it doesn't have the capability to onion route messages, and therefore leaks metadata. For the best security when using your IRC server, use HexChat, Emacs ERC or another client which supports socks5 proxying.
</p>
</div>
</div>
<div id="outline-container-org4acdb42" class="outline-4">
<h4 id="org4acdb42">HexChat</h4>
<div class="outline-text-4" id="text-org4acdb42">
<p>
HexChat (formerly XChat) is compatible with proxying via Tor and so provides the best security when connecting to your IRC server. It will allow you to connect to your IRC server's onion address.
</p>
<p>
First install HexChat and set up its configuration file. This can be done on your local machine with:
</p>
<div class="org-src-container">
<pre class="src src-bash">freedombone-client --setup hexchat
</pre>
</div>
<p>
Now look up the onion address for your IRC server
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh username@mydomainname -p 2222
</pre>
</div>
<p>
Select Administrator options, then <b>About this system</b> and make a note of the onion address for IRC. Also select the <b>IRC Menu</b> and take a note of the login password.
</p>
<p>
Run HexChat.
</p>
<p>
Within the network list click, <b>Add</b> and enter your domain name then click <b>Edit</b>.
</p>
<p>
Select the entry within the servers box, then enter <b>ircaddress.onion/6697</b> or <b>mydomainname/6697</b> and press <b>Enter</b>.
</p>
<p>
Uncheck <b>use global user information</b>.
</p>
<p>
Enter first and second nicknames and check <b>connect to this network on startup</b>.
</p>
<p>
If you are using the ordinary domain name (clearnet/ICANN) then make sure that <b>Use SSL</b> is checked.
</p>
<div class="figure">
<p><img src="images/hexchat_setup_clearnet.jpg" alt="hexchat_setup_clearnet.jpg" />
</p>
</div>
<p>
If you are using the onion address then <b>use SSL</b> should be unchecked and the transport encryption will be handled via the onion address itself.
</p>
<div class="figure">
<p><img src="images/hexchat_setup.jpg" alt="hexchat_setup.jpg" />
</p>
</div>
<p>
Within the <b>Password</b> field enter the password which can be found from the IRC menu of the <b>control panel</b>.
</p>
<p>
Select the <b>Autojoin channels</b> tab, click <b>Add</b> and enter <b>#freedombone</b> as the channel name.
</p>
<p>
Click <b>close</b> and then <b>connect</b>.
</p>
</div>
</div>
<div id="outline-container-orgcb3ad1c" class="outline-4">
<h4 id="orgcb3ad1c">Emacs</h4>
<div class="outline-text-4" id="text-orgcb3ad1c">
<p>
If you are an Emacs user then you can also connect to your IRC server via Emacs.
</p>
<p>
Ensure that tor is installed onto your local system:
</p>
<div class="org-src-container">
<pre class="src src-bash">sudo apt-get install tor
</pre>
</div>
<p>
Add the following to your Emacs configuration file:
</p>
<div class="org-src-container">
<pre class="src src-elisp">(<span class="org-keyword">setq</span> socks-noproxy '(<span class="org-string">"localhost"</span>))
(<span class="org-keyword">require</span> '<span class="org-constant">socks</span>)
(<span class="org-keyword">require</span> '<span class="org-constant">tls</span>)
(<span class="org-keyword">setq</span> socks-server (list <span class="org-string">"Tor socks"</span> <span class="org-string">"localhost"</span> 9050 5))
(<span class="org-keyword">setq</span> erc-server-connect-function 'socks-open-network-stream)
(<span class="org-keyword">setq</span> erc-autojoin-channels-alist
'((<span class="org-string">"myircaddress.onion"</span> <span class="org-string">"#freedombone"</span>)))
(erc <span class="org-builtin">:server</span> <span class="org-string">"myircaddress.onion"</span> <span class="org-builtin">:port</span> 6697 <span class="org-builtin">:nick</span> <span class="org-string">"yourusername"</span> <span class="org-builtin">:password</span> <span class="org-string">"your IRC password"</span>)
</pre>
</div>
</div>
</div>
<div id="outline-container-orgaec0a45" class="outline-4">
<h4 id="orgaec0a45">Changing or removing the IRC password</h4>
<div class="outline-text-4" id="text-orgaec0a45">
<p>
By default the IRC server is set up to require a password for users to log in. The password is the same for all users. If you want to change or remove the password:
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh myusername@mydomain -p 2222
</pre>
</div>
<p>
Select <i>Administrator controls</i> then <b>IRC Menu</b> and then change the password. An empty password will allow anyone to log in, so you can have a globally accessible IRC system if you wish, although you might want to carefully consider whether that's wise.
</p>
</div>
</div>
</div>
<div id="outline-container-org4016ecb" class="outline-3">
<h3 id="org4016ecb">XMPP/Jabber</h3>
<div class="outline-text-3" id="text-org4016ecb">
</div><div id="outline-container-org4c7f956" class="outline-4">
<h4 id="org4c7f956">About XMPP</h4>
<div class="outline-text-4" id="text-org4c7f956">
<div id="outline-container-org93777dd" class="outline-2">
<h2 id="org93777dd">Chat Services</h2>
<div class="outline-text-2" id="text-org93777dd">
</div><div id="outline-container-org848d506" class="outline-3">
<h3 id="org848d506">XMPP/Jabber</h3>
<div class="outline-text-3" id="text-org848d506">
</div><div id="outline-container-org05712a9" class="outline-4">
<h4 id="org05712a9">About XMPP</h4>
<div class="outline-text-4" id="text-org05712a9">
<p>
A well written article on the state of XMPP and how it compares to other chat protocols <a href="https://gultsch.de/xmpp_2016.html">can be found here</a>.
</p>
</div>
</div>
<div id="outline-container-org706b122" class="outline-4">
<h4 id="org706b122">Using with Gajim</h4>
<div class="outline-text-4" id="text-org706b122">
<div id="outline-container-org063f13a" class="outline-4">
<h4 id="org063f13a">Using with Gajim</h4>
<div class="outline-text-4" id="text-org063f13a">
<p>
In mid 2016 <a href="https://gajim.org/">Gajim</a> became the first desktop XMPP client to support the <a href="https://en.wikipedia.org/wiki/OMEMO">OMEMO end-to-end security standard</a>, which is superior to the more traditional <a href="https://en.wikipedia.org/wiki/Off-the-Record_Messaging">OTR</a> since it also includes multi-user chat and the ratcheting mechanism pioneered by Open Whisper Systems. To install it:
</p>
@ -649,9 +494,9 @@ If you wish to use OpenPGP to encrypt your messages then go to <b>Edit/Accounts<
</div>
</div>
<div id="outline-container-org27d6954" class="outline-4">
<h4 id="org27d6954">Using with Profanity</h4>
<div class="outline-text-4" id="text-org27d6954">
<div id="outline-container-orge5efeff" class="outline-4">
<h4 id="orge5efeff">Using with Profanity</h4>
<div class="outline-text-4" id="text-orge5efeff">
<p>
The <a href="https://profanity.im">Profanity</a> shell based user interface and is perhaps the simplest way to use XMPP from a laptop. It's also a good way to ensure that your OTR keys are the same even when logging in from different laptops or devices, and it also means that if those devices later become compomised then there are no locally stored OTR keys to be found.
</p>
@ -733,9 +578,9 @@ When accessed via the user control panel the client is automatically routed thro
</p>
</div>
</div>
<div id="outline-container-org3a05a57" class="outline-4">
<h4 id="org3a05a57">Using with Jitsi</h4>
<div class="outline-text-4" id="text-org3a05a57">
<div id="outline-container-org1243af3" class="outline-4">
<h4 id="org1243af3">Using with Jitsi</h4>
<div class="outline-text-4" id="text-org1243af3">
<p>
Jitsi is the recommended communications client for desktop or laptop systems, since it includes the <i>off the record</i> (OTR) feature which provides some additional security beyond the usual SSL certificates.
</p>
@ -765,9 +610,9 @@ You can also <a href="https://www.youtube.com/watch?v=vgx7VSrDGjk">see this vide
</p>
</div>
</div>
<div id="outline-container-org77d30ac" class="outline-4">
<h4 id="org77d30ac">Using with Ubuntu</h4>
<div class="outline-text-4" id="text-org77d30ac">
<div id="outline-container-org26e4d0c" class="outline-4">
<h4 id="org26e4d0c">Using with Ubuntu</h4>
<div class="outline-text-4" id="text-org26e4d0c">
<p>
The default XMPP client in Ubuntu is Empathy. Using Empathy isn't as secure as using Jitsi, since it doesn't include the <i>off the record</i> feature, but since it's the default it's what many users will have easy access to.
</p>
@ -785,17 +630,17 @@ Click on <b>Advanced</b> and make sure that <b>Encryption required</b> and <b>Ig
</p>
</div>
</div>
<div id="outline-container-orgeba2ba7" class="outline-4">
<h4 id="orgeba2ba7">Using Tor Messenger</h4>
<div class="outline-text-4" id="text-orgeba2ba7">
<div id="outline-container-org0d31b4f" class="outline-4">
<h4 id="org0d31b4f">Using Tor Messenger</h4>
<div class="outline-text-4" id="text-org0d31b4f">
<p>
Tor Messenger is a messaging client which supports XMPP, and its onion routing enables you to protect the metadata of chat interactions to some extent by making it difficult for an adversary to know which server is talking to which. You can download Tor Messenger from <a href="https://torproject.org">torproject.org</a> and the setup is pretty simple.
</p>
</div>
</div>
<div id="outline-container-orgab2ba25" class="outline-4">
<h4 id="orgab2ba25">Using with Android/Conversations</h4>
<div class="outline-text-4" id="text-orgab2ba25">
<div id="outline-container-org205f4a5" class="outline-4">
<h4 id="org205f4a5">Using with Android/Conversations</h4>
<div class="outline-text-4" id="text-org205f4a5">
<p>
Install <a href="https://f-droid.org/">F-Droid</a>
</p>
@ -830,16 +675,16 @@ Then select <b>Next</b>. When chatting you can use the lock icon to encrypt your
</div>
</div>
</div>
<div id="outline-container-org4f4b967" class="outline-3">
<h3 id="org4f4b967">Tox</h3>
<div class="outline-text-3" id="text-org4f4b967">
<div id="outline-container-orgd56650b" class="outline-3">
<h3 id="orgd56650b">Tox</h3>
<div class="outline-text-3" id="text-orgd56650b">
<p>
Tox is an encrypted peer-to-peer messaging system and so should work without Freedombone. It uses a system of nodes which act as a sort of directory service allowing users to find and connect to each other. The Tox node ID on the Freedombone can be found within the README within your home directory. If you have other users connect to your node then you will be able to continue chatting even when no other nodes are available.
</p>
</div>
<div id="outline-container-org1b76e54" class="outline-4">
<h4 id="org1b76e54">Using the Toxic client</h4>
<div class="outline-text-4" id="text-org1b76e54">
<div id="outline-container-orga52b252" class="outline-4">
<h4 id="orga52b252">Using the Toxic client</h4>
<div class="outline-text-4" id="text-orga52b252">
<p>
Log into your system with:
</p>
@ -862,20 +707,20 @@ Then from the menu select <b>Tox Chat</b>. Tox is encrypted by default and also
</div>
</div>
<div id="outline-container-org39c5c24" class="outline-3">
<h3 id="org39c5c24">VoIP (Voice and text chat)</h3>
<div class="outline-text-3" id="text-org39c5c24">
</div><div id="outline-container-org29bf1bd" class="outline-4">
<h4 id="org29bf1bd">Text chat</h4>
<div class="outline-text-4" id="text-org29bf1bd">
<div id="outline-container-orge804b5d" class="outline-3">
<h3 id="orge804b5d">VoIP (Voice and text chat)</h3>
<div class="outline-text-3" id="text-orge804b5d">
</div><div id="outline-container-org3f66035" class="outline-4">
<h4 id="org3f66035">Text chat</h4>
<div class="outline-text-4" id="text-org3f66035">
<p>
In addition to voice it is also possible to do text chat via mumble. The security of this is pretty good provided that you do it via Plumble and Orbot on mobile, but compared to other options such as XMPP/Conversations or Tox the security is not as good, since the mumble server currently doesn't support forward secrecy.
</p>
</div>
</div>
<div id="outline-container-orgdeb8d3a" class="outline-4">
<h4 id="orgdeb8d3a">Using with Ubuntu</h4>
<div class="outline-text-4" id="text-orgdeb8d3a">
<div id="outline-container-org89b03bc" class="outline-4">
<h4 id="org89b03bc">Using with Ubuntu</h4>
<div class="outline-text-4" id="text-org89b03bc">
<p>
Within the software center search for "mumble" and install the client then run it. Skip through the audio setup wizard.
</p>
@ -885,9 +730,9 @@ Click on "add new" to add a new server and enter the default domain name for the
</p>
</div>
</div>
<div id="outline-container-org1fc921a" class="outline-4">
<h4 id="org1fc921a">Using with Android</h4>
<div class="outline-text-4" id="text-org1fc921a">
<div id="outline-container-org85a5327" class="outline-4">
<h4 id="org85a5327">Using with Android</h4>
<div class="outline-text-4" id="text-org85a5327">
<p>
Install <a href="https://f-droid.org/">F-Droid</a>
</p>
@ -922,24 +767,24 @@ Selecting the server by pressing on it then connects you to the server so that y
</div>
</div>
</div>
<div id="outline-container-org678aa32" class="outline-3">
<h3 id="org678aa32">SIP phones</h3>
<div class="outline-text-3" id="text-org678aa32">
<div id="outline-container-org7b7a25c" class="outline-3">
<h3 id="org7b7a25c">SIP phones</h3>
<div class="outline-text-3" id="text-org7b7a25c">
<p>
Freedombone also supports SIP phones The username and domain is the same as for your email address, and the SIP password and extension number will appear within the README file in your home directory. Various SIP client options are available, such as CSipSimple on Android and Jitsi on desktop or laptop machines. Ideally use clients which support ZRTP, which will provide the best level of security.
</p>
</div>
<div id="outline-container-org74168da" class="outline-4">
<h4 id="org74168da">About ZRTP</h4>
<div class="outline-text-4" id="text-org74168da">
<div id="outline-container-orgbb92679" class="outline-4">
<h4 id="orgbb92679">About ZRTP</h4>
<div class="outline-text-4" id="text-orgbb92679">
<p>
<a href="https://jitsi.org/Documentation/ZrtpFAQ">ZRTP</a> appears to be the current best standard to end-to-end encrypted voice calls, combining good security with simplicity of use. When the initial cryptographic negotiation between phones is done at the start of a call a short authentication string (SAS) is calculated and displayed at both ends. To check that there isn't anyone intercepting the call and acting as a <i>man in the middle</i> - as <a href="https://en.wikipedia.org/wiki/Stingray_phone_tracker">stingray type devices</a> try to do - the short authentication string can be read out and verbally confirmed between the callers. If it's the same then you can be pretty confident that the call is secure.
</p>
</div>
</div>
<div id="outline-container-org5a51525" class="outline-4">
<h4 id="org5a51525">Using with CSIPSimple</h4>
<div class="outline-text-4" id="text-org5a51525">
<div id="outline-container-org8e84902" class="outline-4">
<h4 id="org8e84902">Using with CSIPSimple</h4>
<div class="outline-text-4" id="text-org8e84902">
<p>
Add an account. Under <b>General Wizards</b> choose <b>Expert</b> and enter the following details:
</p>
@ -995,9 +840,9 @@ If everything is working the account should appear in green with a status of <b>
</p>
</div>
</div>
<div id="outline-container-org3a1fff5" class="outline-4">
<h4 id="org3a1fff5">Using with Ring</h4>
<div class="outline-text-4" id="text-org3a1fff5">
<div id="outline-container-org89e6c64" class="outline-4">
<h4 id="org89e6c64">Using with Ring</h4>
<div class="outline-text-4" id="text-org89e6c64">
<p>
From the menu select <b>Manage accounts</b>.
</p>
@ -1050,9 +895,9 @@ Select the <b>Security</b> tab. Under <b>SRTP Key Exchange</b> select <b>ZRTP</b
</div>
</div>
<div id="outline-container-orgf076640" class="outline-2">
<h2 id="orgf076640">RSS Reader</h2>
<div class="outline-text-2" id="text-orgf076640">
<div id="outline-container-org3eb0562" class="outline-2">
<h2 id="org3eb0562">RSS Reader</h2>
<div class="outline-text-2" id="text-org3eb0562">
<p>
The way that RSS reading is set up on Freedombone gives you strong reading privacy. Not only is there onion routing between you and the server but also between the server and the source of the RSS feed. The only down side is that many RSS feeds are still http only, and so could be vulnerable to injection attacks, but it's expected that more of this will go to https in the foreseeable future due to a combination of growing recognition of security issues and systems like Let's Encrypt which make obtaining certificates much easier.
</p>
@ -1064,9 +909,9 @@ The way that RSS reading is set up on Freedombone gives you strong reading priva
</div>
</div>
<div id="outline-container-orgc718f45" class="outline-3">
<h3 id="orgc718f45">Finding the onion address</h3>
<div class="outline-text-3" id="text-orgc718f45">
<div id="outline-container-org45ca393" class="outline-3">
<h3 id="org45ca393">Finding the onion address</h3>
<div class="outline-text-3" id="text-org45ca393">
<p>
See the control panel for the RSS reader onion address.
</p>
@ -1090,9 +935,9 @@ To set up the system open <a href="http://rss_reader_onion_address">http://rss_r
</div>
</div>
<div id="outline-container-orgfebdb13" class="outline-3">
<h3 id="orgfebdb13">On mobile</h3>
<div class="outline-text-3" id="text-orgfebdb13">
<div id="outline-container-org0814faa" class="outline-3">
<h3 id="org0814faa">On mobile</h3>
<div class="outline-text-3" id="text-org0814faa">
<p>
To access the RSS reader from a mobile device you can install a Tor compatible browser such as OrFox. It will try to automatically change to the mobile version of the user interface. Remember to add the site to the NoScript whitelist, and you may also need to turn HTTPS Everywhere off.
</p>
@ -1104,9 +949,9 @@ A note for the paranoid is that on mobile devices you get redirected to a differ
</blockquote>
</div>
</div>
<div id="outline-container-orgac64c2b" class="outline-3">
<h3 id="orgac64c2b">With Emacs</h3>
<div class="outline-text-3" id="text-orgac64c2b">
<div id="outline-container-org4f142b0" class="outline-3">
<h3 id="org4f142b0">With Emacs</h3>
<div class="outline-text-3" id="text-org4f142b0">
<p>
If you are an Emacs user then you can also read your RSS feeds via the <a href="https://github.com/dk87/avandu">Avandu</a> mode.
</p>
@ -1145,9 +990,9 @@ And ensure that the Tor daemon is installed:
</div>
</div>
</div>
<div id="outline-container-org8b7fde8" class="outline-2">
<h2 id="org8b7fde8">Git Projects</h2>
<div class="outline-text-2" id="text-org8b7fde8">
<div id="outline-container-org0140487" class="outline-2">
<h2 id="org0140487">Git Projects</h2>
<div class="outline-text-2" id="text-org0140487">
<p>
Github is ok, but it's proprietary and funded by venture capital. If you been around on the internet for long enough then you know how this story eventually works itself out - i.e. badly for the users. It's really only a question of time. If you're a software developer or do things which involve the Git version control system then it's a good idea to become accustomed to hosting your own repositories, before the inevitable Github shitstorm happens.
</p>
@ -1183,9 +1028,9 @@ This will stop any spam accounts being created by random strangers or bots. You
</p>
</div>
</div>
<div id="outline-container-org0f48943" class="outline-2">
<h2 id="org0f48943">Adding or removing users</h2>
<div class="outline-text-2" id="text-org0f48943">
<div id="outline-container-org5c79868" class="outline-2">
<h2 id="org5c79868">Adding or removing users</h2>
<div class="outline-text-2" id="text-org5c79868">
<p>
Log into the system with:
</p>
@ -1213,9 +1058,9 @@ control
</div>
</div>
<div id="outline-container-org99fb698" class="outline-2">
<h2 id="org99fb698">Blocking Ads</h2>
<div class="outline-text-2" id="text-org99fb698">
<div id="outline-container-orgf047482" class="outline-2">
<h2 id="orgf047482">Blocking Ads</h2>
<div class="outline-text-2" id="text-orgf047482">
<p>
Everyone except for advertisers hates adverts. Not only are they annoying, but they can consume a lot of bandwidth, be a privacy problem in terms of allowing companies to track your browsing habits and also any badly written scripts they contain may introduce exploitable security holes. Also if you're poor then adverts often make you want things that you can't have.
</p>
@ -1229,9 +1074,9 @@ Also don't expect perfection. Though many ads may be blocked by this system some
</p>
</div>
<div id="outline-container-org36b0a42" class="outline-3">
<h3 id="org36b0a42">Set a static IP address</h3>
<div class="outline-text-3" id="text-org36b0a42">
<div id="outline-container-org9407dca" class="outline-3">
<h3 id="org9407dca">Set a static IP address</h3>
<div class="outline-text-3" id="text-org9407dca">
<p>
Ensure that your system has a static local IP address (typically 192.168..) using the option on the control panel. You will also need to know the IP address of your internet router, which is usually <b>192.168.1.1</b> or <b>192.168.1.254</b>.
</p>
@ -1242,9 +1087,9 @@ When that's done select <b>About this system</b> from the control panel and see
</div>
</div>
<div id="outline-container-orgf4ac5e0" class="outline-3">
<h3 id="orgf4ac5e0">On each client system within your local network</h3>
<div class="outline-text-3" id="text-orgf4ac5e0">
<div id="outline-container-org4309453" class="outline-3">
<h3 id="org4309453">On each client system within your local network</h3>
<div class="outline-text-3" id="text-org4309453">
<div class="org-src-container">
<pre class="src src-bash">sudo chattr -i /etc/resolv.conf
sudo nano /etc/resolv.conf
@ -1271,9 +1116,9 @@ Normally <i>resolv.conf</i> will be overwritten every time your reboot, but you
</div>
</div>
<div id="outline-container-org9063cc0" class="outline-3">
<h3 id="org9063cc0">On your internet router</h3>
<div class="outline-text-3" id="text-org9063cc0">
<div id="outline-container-org22c1431" class="outline-3">
<h3 id="org22c1431">On your internet router</h3>
<div class="outline-text-3" id="text-org22c1431">
<p>
If you can access the settings on your local internet router then this is the simplest way to provide ad blocking for all devices which connect to it. Unfortunately some router models don't let you edit the DNS settings and if that's the case you might want to consider getting a different router.
</p>
@ -1283,9 +1128,9 @@ Edit the DNS settings and add the IPv4 address which you got from the control pa
</p>
</div>
<div id="outline-container-org1b0b157" class="outline-4">
<h4 id="org1b0b157">LibreCMC</h4>
<div class="outline-text-4" id="text-org1b0b157">
<div id="outline-container-org6c4afef" class="outline-4">
<h4 id="org6c4afef">LibreCMC</h4>
<div class="outline-text-4" id="text-org6c4afef">
<p>
On a router running LibreCMC from the <b>Network</b> menu select <b>DHCP and DNS</b>. Enter the static IP address of your Freedombone system within <b>DNS Forwardings</b>, then at the bottom of the page click on <b>Save &amp; Apply</b>. Any devices which connect to your router will now have ad blocking.
</p>
@ -1293,9 +1138,9 @@ On a router running LibreCMC from the <b>Network</b> menu select <b>DHCP and DNS
</div>
</div>
<div id="outline-container-org116997a" class="outline-3">
<h3 id="org116997a">Configuring block lists</h3>
<div class="outline-text-3" id="text-org116997a">
<div id="outline-container-org987a1ad" class="outline-3">
<h3 id="org987a1ad">Configuring block lists</h3>
<div class="outline-text-3" id="text-org987a1ad">
<p>
You can configure the block lists which the system uses by going to the <b>administrator control panel</b>, selecting <b>App Settings</b> then choosing <b>pihole</b>. You can also add any extra domain names to the whitelist if they're being wrongly blocked or to the blacklist if they're not blocked by the current lists.
</p>