freedomboneeee/website/EN/usage.html

1338 lines
48 KiB
HTML
Raw Normal View History

2014-10-26 21:55:12 +01:00
<?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 21:19:58 +01:00
<!-- 2016-11-12 Sat 20:18 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
2016-01-08 15:09:24 +01:00
<title></title>
2016-10-29 13:22:53 +02:00
<meta name="generator" content="Org mode" />
<meta name="author" content="Bob Mottram" />
<meta name="description" content="Turn the Beaglebone Black into a personal communications server"
2014-10-26 21:55:12 +01:00
/>
<meta name="keywords" content="freedombox, debian, beaglebone, hubzilla, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber" />
2014-10-26 21:55:12 +01:00
<style type="text/css">
<!--/*--><![CDATA[/*><!--*/
2015-07-11 13:51:59 +02:00
.title { text-align: center;
margin-bottom: .2em; }
.subtitle { text-align: center;
font-size: medium;
font-weight: bold;
margin-top:0; }
2014-10-26 21:55:12 +01:00
.todo { font-family: monospace; color: red; }
.done { font-family: monospace; color: green; }
.priority { font-family: monospace; color: orange; }
2014-10-26 21:55:12 +01:00
.tag { background-color: #eee; font-family: monospace;
padding: 2px; font-size: 80%; font-weight: normal; }
.timestamp { color: #bebebe; }
.timestamp-kwd { color: #5f9ea0; }
2015-07-11 13:51:59 +02:00
.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; }
2014-10-26 21:55:12 +01:00
.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;}
2016-06-21 18:51:54 +02:00
/* 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'; }
2014-10-26 21:55:12 +01:00
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
2016-06-21 18:51:54 +02:00
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'; }
2016-10-19 15:18:37 +02:00
pre.src-lua:before { content: 'Lua'; }
2016-06-21 18:51:54 +02:00
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'; }
2014-10-26 21:55:12 +01:00
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
2015-07-11 13:51:59 +02:00
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; }
2014-10-26 21:55:12 +01:00
dt { font-weight: bold; }
.footpara { display: inline; }
2014-10-26 21:55:12 +01:00
.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; }
2016-08-08 18:21:03 +02:00
.org-svg { width: 90%; }
2014-10-26 21:55:12 +01:00
/*]]>*/-->
</style>
<link rel="stylesheet" type="text/css" href="freedombone.css" />
2014-10-26 21:55:12 +01:00
<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>
2014-12-17 21:08:32 +01:00
<div id="preamble" class="status">
<a name="top" id="top"></a>
</div>
2014-10-26 21:55:12 +01:00
<div id="content">
<div class="org-center">
2016-01-07 15:51:37 +01:00
<div class="figure">
<p><img src="images/logo.png" alt="logo.png" />
</p>
</div>
</div>
2015-12-16 20:56:29 +01:00
<center>
2016-01-07 16:00:30 +01:00
<h1>Usage</h1>
2015-12-16 20:56:29 +01:00
</center>
2014-10-26 21:55:12 +01:00
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
2015-07-11 13:51:59 +02:00
<col class="org-left" />
2015-12-16 20:56:29 +01:00
</colgroup>
<tbody>
<tr>
2016-11-12 21:19:58 +01:00
<td class="org-left"><a href="#orge0d5123">Readme</a></td>
2015-12-16 20:56:29 +01:00
</tr>
2014-10-26 21:55:12 +01:00
2015-12-16 20:56:29 +01:00
<tr>
2016-11-12 21:19:58 +01:00
<td class="org-left"><a href="#orgd2a9afb">Improving ssh security</a></td>
2015-12-16 20:56:29 +01:00
</tr>
2014-10-26 21:55:12 +01:00
2016-01-08 15:09:24 +01:00
<tr>
2016-11-12 21:19:58 +01:00
<td class="org-left"><a href="#orgaf97067">Administrating the system via an onion address (Tor)</a></td>
2016-01-08 15:09:24 +01:00
</tr>
2016-03-28 12:05:46 +02:00
<tr>
<td class="org-left"><a href="./mobile.html">Mobile advice</a></td>
</tr>
2015-12-16 20:56:29 +01:00
<tr>
2015-12-17 22:10:29 +01:00
<td class="org-left"><a href="./usage_email.html">Using Email</a></td>
2015-12-16 20:56:29 +01:00
</tr>
2014-10-26 21:55:12 +01:00
2015-12-16 20:56:29 +01:00
<tr>
2016-11-12 19:00:38 +01:00
<td class="org-left"><a href="./app_syncthing.html">Syncing to the Cloud</a></td>
2015-12-16 20:56:29 +01:00
</tr>
2014-10-26 21:55:12 +01:00
2015-12-16 20:56:29 +01:00
<tr>
2016-11-12 21:19:58 +01:00
<td class="org-left"><a href="./app_dlna.html">Play Music</a></td>
2015-12-16 20:56:29 +01:00
</tr>
2014-10-26 21:55:12 +01:00
2015-12-16 20:56:29 +01:00
<tr>
2016-11-12 19:38:02 +01:00
<td class="org-left"><a href="./app_gnusocial.html">Microblogging (GNU Social)</a></td>
2015-12-16 20:56:29 +01:00
</tr>
2014-10-26 21:55:12 +01:00
2015-12-16 20:56:29 +01:00
<tr>
2016-11-12 20:07:24 +01:00
<td class="org-left"><a href="./app_hubzilla.html">Social Network</a></td>
2015-12-16 20:56:29 +01:00
</tr>
2014-10-26 21:55:12 +01:00
2015-12-16 20:56:29 +01:00
<tr>
2016-11-12 21:19:58 +01:00
<td class="org-left"><a href="#org61a775a">Chat Services</a></td>
2014-10-26 21:55:12 +01:00
</tr>
2016-02-08 16:52:38 +01:00
<tr>
2016-11-12 21:19:58 +01:00
<td class="org-left"><a href="#orgf076640">RSS Reader</a></td>
2016-02-08 16:52:38 +01:00
</tr>
<tr>
2016-11-12 21:19:58 +01:00
<td class="org-left"><a href="#org8b7fde8">Git Projects</a></td>
2016-05-12 22:35:35 +02:00
</tr>
<tr>
2016-11-12 21:19:58 +01:00
<td class="org-left"><a href="#org0f48943">Adding or removing users</a></td>
2016-05-14 13:10:02 +02:00
</tr>
<tr>
2016-11-12 21:19:58 +01:00
<td class="org-left"><a href="#org99fb698">Blocking Ads</a></td>
</tr>
2014-10-26 21:55:12 +01:00
</tbody>
</table>
2016-11-12 21:19:58 +01:00
<div id="outline-container-orge0d5123" class="outline-2">
<h2 id="orge0d5123">Readme</h2>
<div class="outline-text-2" id="text-orge0d5123">
2014-10-26 21:55:12 +01:00
<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>
<div class="org-src-container">
<pre class="src src-bash">ssh username@domainname -p 2222
emacs ~/README
</pre>
</div>
<p>
2016-08-08 18:21:03 +02:00
You should transfer any passwords to a password manager such as <a href="https://www.keepassx.org/">KeepassX</a> and then delete them from the README file. To save the file after removing passwords use <b>CTRL-x CTRL-s</b>.
2014-10-26 21:55:12 +01:00
</p>
<p>
To exit you can either just close the terminal or use <b>CTRL-x CTRL-c</b> followed by the <b>exit</b> command.
</p>
</div>
</div>
2016-11-12 21:19:58 +01:00
<div id="outline-container-orgd2a9afb" class="outline-2">
<h2 id="orgd2a9afb">Improving ssh security</h2>
<div class="outline-text-2" id="text-orgd2a9afb">
2014-12-08 19:43:32 +01:00
<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>
<p>
On your local machine:
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh-keygen
</pre>
</div>
<p>
For extra security you may also want to add a passphrase to the ssh private key. You can show the generated public key with:
</p>
<div class="org-src-container">
<pre class="src src-bash">cat ~/.ssh/id_rsa.pub
</pre>
</div>
<p>
2015-12-16 20:56:29 +01:00
Log into your system and open the control panel.
2014-12-08 19:43:32 +01:00
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh username@domain -p 2222
</pre>
</div>
<p>
Select <i>Administrator controls</i> then <i>Manage Users</i> then <i>Change user ssh public key</i>. Copy and paste the public key here, then exit.
2015-12-16 20:56:29 +01:00
</p>
<p>
It's a good idea to also copy the contents of <b>~/.ssh/id_rsa</b> and <b>~/.ssh/id_rsa.pub</b> to you password manager, together with the private key password if you created one.
2014-12-08 19:43:32 +01:00
</p>
<p>
There are advantages and disadvantages to using ssh keys for logins. The advantage is that this is much more secure than a memorised password, but the disadvantage is that you need to carry your ssh keys around and be able to install them on any computer of mobile device that you use. In high security or hostile infosec environments it may not be possible to carry or use USB thumb drives containing your keys and so memorised passwords may be the only available choice.
</p>
<p>
2015-12-16 20:56:29 +01:00
If you wish to only use ssh keys then log in to the Freedombone, become the root user and open the control panel with the 'control' command. Select <i>Security Settings</i> then keep hitting enter until you reach the question about allowing password logins. Select "no" for that, then apply the settings. Any subsequent attempts to log in via a password will then be denied.
2014-12-08 19:43:32 +01:00
</p>
</div>
</div>
2016-11-12 21:19:58 +01:00
<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">
2016-01-08 15:09:24 +01:00
<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>
<div class="org-src-container">
<pre class="src src-bash">ssh username@freedombone.local -p 2222
</pre>
</div>
<p>
Select <i>Administrator controls</i> then select "About this system" and look for the onion address for ssh. You can then close the terminal and open another, then do the following on your local system:
2016-01-08 15:09:24 +01:00
</p>
<div class="org-src-container">
<pre class="src src-bash">freedombone-client
</pre>
</div>
<p>
This will set up your ssh environment to be able to handle onion addresses. In addition if you use monkeysphere then you can do:
</p>
<div class="org-src-container">
<pre class="src src-bash">freedombone-client --ms yes
</pre>
</div>
<p>
Then you can test ssh with:
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh username@address.onion -p 2222
2016-01-08 15:09:24 +01:00
</pre>
</div>
<p>
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.
</p>
</div>
</div>
2016-11-12 21:19:58 +01:00
<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">
2014-10-26 21:55:12 +01:00
<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>
2016-11-12 21:19:58 +01:00
<div id="outline-container-orgacaf59f" class="outline-4">
<h4 id="orgacaf59f">Irssi</h4>
<div class="outline-text-4" id="text-orgacaf59f">
2014-10-26 21:55:12 +01:00
<p>
The easiest way to use irssi is to connect to your system, like this:
2014-10-26 21:55:12 +01:00
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh myusername@mydomain -p 2222
2014-10-26 21:55:12 +01:00
</pre>
</div>
2016-02-15 10:23:10 +01:00
<p>
2016-05-03 16:46:43 +02:00
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.
2016-02-15 10:23:10 +01:00
</p>
2016-04-17 20:23:14 +02:00
</div>
</div>
2016-11-12 21:19:58 +01:00
<div id="outline-container-org4acdb42" class="outline-4">
<h4 id="org4acdb42">HexChat</h4>
<div class="outline-text-4" id="text-org4acdb42">
2016-04-17 15:54:56 +02:00
<p>
2016-05-03 10:56:52 +02:00
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.
2016-04-17 15:54:56 +02:00
</p>
<p>
2016-11-01 23:33:52 +01:00
First install HexChat and set up its configuration file. This can be done on your local machine with:
2016-04-17 15:54:56 +02:00
</p>
<div class="org-src-container">
2016-11-01 23:33:52 +01:00
<pre class="src src-bash">freedombone-client --setup hexchat
2016-04-17 15:54:56 +02:00
</pre>
2014-10-26 21:55:12 +01:00
</div>
2016-04-17 15:54:56 +02:00
<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>
2014-10-26 21:55:12 +01:00
<p>
2016-05-03 10:56:52 +02:00
Run HexChat.
2014-10-26 21:55:12 +01:00
</p>
<p>
Within the network list click, <b>Add</b> and enter your domain name then click <b>Edit</b>.
</p>
<p>
2016-10-29 13:22:53 +02:00
Select the entry within the servers box, then enter <b>ircaddress.onion/6697</b> or <b>mydomainname/6697</b> and press <b>Enter</b>.
2014-10-26 21:55:12 +01:00
</p>
<p>
Uncheck <b>use global user information</b>.
</p>
<p>
2016-05-04 21:19:25 +02:00
Enter first and second nicknames and check <b>connect to this network on startup</b>.
2014-10-26 21:55:12 +01:00
</p>
<p>
2016-10-29 13:22:53 +02:00
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" />
2014-10-26 21:55:12 +01:00
</p>
2016-10-29 13:22:53 +02:00
</div>
2014-10-26 21:55:12 +01:00
<p>
2016-05-04 21:19:25 +02:00
Within the <b>Password</b> field enter the password which can be found from the IRC menu of the <b>control panel</b>.
2014-10-26 21:55:12 +01:00
</p>
2016-04-05 22:50:30 +02:00
<p>
2016-05-04 21:19:25 +02:00
Select the <b>Autojoin channels</b> tab, click <b>Add</b> and enter <b>#freedombone</b> as the channel name.
2016-04-05 22:50:30 +02:00
</p>
2014-10-26 21:55:12 +01:00
<p>
Click <b>close</b> and then <b>connect</b>.
</p>
</div>
</div>
2016-11-12 21:19:58 +01:00
<div id="outline-container-orgcb3ad1c" class="outline-4">
<h4 id="orgcb3ad1c">Emacs</h4>
<div class="outline-text-4" id="text-orgcb3ad1c">
2016-05-03 16:46:43 +02:00
<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">
2016-10-19 15:18:37 +02:00
<pre class="src src-elisp">(<span class="org-keyword">setq</span> socks-noproxy '(<span class="org-string">"localhost"</span>))
2016-05-03 16:46:43 +02:00
(<span class="org-keyword">require</span> '<span class="org-constant">socks</span>)
(<span class="org-keyword">require</span> '<span class="org-constant">tls</span>)
2016-10-19 15:18:37 +02:00
(<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
2016-05-03 16:46:43 +02:00
'((<span class="org-string">"myircaddress.onion"</span> <span class="org-string">"#freedombone"</span>)))
2016-05-03 16:50:15 +02:00
(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>)
2016-05-03 16:46:43 +02:00
</pre>
</div>
</div>
</div>
2016-11-12 21:19:58 +01:00
<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">
2014-10-27 23:29:38 +01:00
<p>
2016-04-05 22:50:30 +02:00
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.
2016-04-05 22:50:30 +02:00
</p>
</div>
</div>
</div>
2016-11-12 21:19:58 +01:00
<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">
2016-06-02 23:59:40 +02:00
<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>
2016-11-12 21:19:58 +01:00
<div id="outline-container-org706b122" class="outline-4">
<h4 id="org706b122">Using with Gajim</h4>
<div class="outline-text-4" id="text-org706b122">
2016-06-18 22:42:01 +02:00
<p>
2016-06-18 22:49:55 +02:00
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:
2016-06-18 22:42:01 +02:00
</p>
<div class="org-src-container">
<pre class="src src-bash">su -c <span class="org-string">'echo "deb ftp://ftp.gajim.org/debian unstable main" &gt; /etc/apt/sources.list.d/gajim.list'</span>
sudo apt-get update
sudo apt-get -y install gajim-dev-keyring
sudo apt-get -y install git tor python-dev python-pip gajim-nightly
mkdir ~/.local/share/gajim/plugins -p
<span class="org-builtin">cd</span> ~/.local/share/gajim/plugins
git clone https://github.com/omemo/gajim-omemo
sudo pip install <span class="org-variable-name">protobuf</span>==2.6.1, python-axolotl==0.1.35
</pre>
</div>
<p>
Open Gajim and enter your XMPP address and password.
</p>
<p>
Go to <b>Edit/Preferences</b> and select the <b>Advanced</b> tab. Under <b>Global Proxy</b> select <b>Tor</b> and the <b>Close</b> button. Then select <b>Edit/Plugins</b> and make sure that OMEMO is active (ticked), then select the <b>Close</b> button.
</p>
<p>
When you start a conversation make sure that the OMEMO box is ticked. You can also click on the keys button and trust various fingerprints. Both sides will need to do that before an encrypted chat can start.
</p>
<p>
If you wish to make backups of the OMEMO keys then they can be found within:
</p>
2016-06-18 22:46:14 +02:00
<div class="org-src-container">
<pre class="src src-bash">~/.local/share/gajim
</pre>
</div>
2016-06-18 22:42:01 +02:00
<p>
If you wish to use OpenPGP to encrypt your messages then go to <b>Edit/Accounts</b>, select your account and then the <b>Personal Information</b> tab. You can then choose your GPG key. When initiating a chat you can select the <b>Advanced</b> button and then select <b>Toggle OpenPGP Encryption</b>. OpenPGP is not as secure as OMEMO, but does allow you to use XMPP in a similar style to email in that the recipient of the message does not necessarily need to be online at the same time that you send it.
</p>
</div>
</div>
2016-11-12 21:19:58 +01:00
<div id="outline-container-org27d6954" class="outline-4">
<h4 id="org27d6954">Using with Profanity</h4>
<div class="outline-text-4" id="text-org27d6954">
2016-04-05 22:50:30 +02:00
<p>
2016-10-19 15:18:37 +02:00
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.
2014-10-27 23:29:38 +01:00
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh username@domain -p 2222
2014-10-27 23:29:38 +01:00
</pre>
</div>
<p>
2016-02-28 12:00:22 +01:00
Then select XMPP. Generate an <a href="https://en.wikipedia.org/wiki/Off-the-Record_Messaging">OTR</a> key with:
2014-10-27 23:29:38 +01:00
</p>
<div class="org-src-container">
<pre class="src src-bash">/otr gen
2014-10-27 23:29:38 +01:00
</pre>
</div>
<p>
Then to start a conversation using OTR:
2014-10-27 23:29:38 +01:00
</p>
<div class="org-src-container">
<pre class="src src-bash">/otr start otherusername@otheruserdomain
2014-10-27 23:29:38 +01:00
</pre>
</div>
<p>
2016-02-28 12:00:22 +01:00
or if you're already in an insecure chat with someone just use:
</p>
<div class="org-src-container">
<pre class="src src-bash">/otr start
</pre>
</div>
<p>
Set a security question and answer:
</p>
<div class="org-src-container">
<pre class="src src-bash">/otr question <span class="org-string">"What is the name of your best friends rabbit?"</span> fiffi
</pre>
</div>
<p>
On the other side the user can enter:
</p>
<div class="org-src-container">
2016-02-28 12:27:58 +01:00
<pre class="src src-bash">/otr answer fiffi
2016-02-28 12:00:22 +01:00
</pre>
</div>
<p>
For the most paranoid you can also obtain your fingerprint:
</p>
<div class="org-src-container">
<pre class="src src-bash">/otr myfp
</pre>
</div>
<p>
2016-02-28 12:02:40 +01:00
and quote that. If they quote theirs back you can check it with:
2016-02-28 12:00:22 +01:00
</p>
<div class="org-src-container">
<pre class="src src-bash">/otr theirfp
</pre>
</div>
<p>
2016-08-08 18:21:03 +02:00
If the fingerprints match then you can be pretty confident that unless you have been socially engineered via the question and answer you probably are talking to who you think you are, and that it will be difficult for mass surveillance systems to know the content of the conversation. For more details see <a href="https://www.profanity.im/otr.html">this guide</a>
2016-02-28 12:00:22 +01:00
</p>
<p>
When accessed via the user control panel the client is automatically routed through Tor and so if you are also using OTR then this provides protection for both message content and metadata.
</p>
2014-10-27 23:29:38 +01:00
</div>
</div>
2016-11-12 21:19:58 +01:00
<div id="outline-container-org3a05a57" class="outline-4">
<h4 id="org3a05a57">Using with Jitsi</h4>
<div class="outline-text-4" id="text-org3a05a57">
2014-10-27 23:29:38 +01:00
<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>
<p>
2016-10-19 15:18:37 +02:00
Jitsi can be downloaded from <a href="https://jitsi.org">https://jitsi.org</a>
2014-10-27 23:29:38 +01:00
</p>
<p>
On your desktop/laptop open Jitsi and select <b>Options</b> from the <b>Tools</b> menu.
</p>
<p>
Click <b>Add</b> to add a new user, then enter the Jabber ID which you previously specified with <i>prosodyctl</i> when setting up the XMPP server. Close and then you should notice that your status is "Online" (or if not then you should be able to set it to online).
</p>
<p>
From the <b>File</b> menu you can add contacts, then select the chat icon to begin a chat. Click on the lock icon on the right hand side and this will initiate an authentication procedure in which you can specify a question and answer to verify the identity of the person you're communicating with. Once authentication is complete then you'll be chating using OTR, which provides an additional layer of security.
</p>
<p>
When opening Jitsi initially you will get a certificate warning for your domain name (assuming that you're using a self-signed certificate). If this happens then select <b>View Certificate</b> and enable the checkbox to trust the certificate, then select <b>Continue Anyway</b>. Once you've done this then the certificate warning will not appear again unless you reinstall Jitsi or use a different computer.
</p>
<p>
You can also <a href="https://www.youtube.com/watch?v=vgx7VSrDGjk">see this video</a> as an example of using OTR.
</p>
</div>
</div>
2016-11-12 21:19:58 +01:00
<div id="outline-container-org77d30ac" class="outline-4">
<h4 id="org77d30ac">Using with Ubuntu</h4>
<div class="outline-text-4" id="text-org77d30ac">
2014-10-27 23:29:38 +01:00
<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>
<p>
Open <b>System Settings</b> and select <b>Online Accounts</b>, <b>Add account</b> and then <b>Jabber</b>.
</p>
<p>
Enter your username (username@domainname) and password.
</p>
<p>
Click on <b>Advanced</b> and make sure that <b>Encryption required</b> and <b>Ignore SSL certificate errors</b> are checked. Ignoring the certificate errors will allow you to use the self-signed certificate created earlier. Then click <b>Done</b> and set your Jabber account and Empathy to <b>On</b>.
</p>
</div>
</div>
2016-11-12 21:19:58 +01:00
<div id="outline-container-orgeba2ba7" class="outline-4">
<h4 id="orgeba2ba7">Using Tor Messenger</h4>
<div class="outline-text-4" id="text-orgeba2ba7">
2014-10-27 23:29:38 +01:00
<p>
2016-10-19 15:18:37 +02:00
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.
2015-12-16 20:56:29 +01:00
</p>
</div>
</div>
2016-11-12 21:19:58 +01:00
<div id="outline-container-orgab2ba25" class="outline-4">
<h4 id="orgab2ba25">Using with Android/Conversations</h4>
<div class="outline-text-4" id="text-orgab2ba25">
2015-12-16 20:56:29 +01:00
<p>
2014-10-27 23:29:38 +01:00
Install <a href="https://f-droid.org/">F-Droid</a>
</p>
<p>
Search for and install <b>Orbot</b> and <b>Conversations</b>.
2014-10-27 23:29:38 +01:00
</p>
<p>
Add an account and enter your Jabber/XMPP ID and password.
</p>
<p>
2016-06-02 23:59:40 +02:00
From the menu select <b>Settings</b> then <b>Expert Settings</b>. Select <b>Connect via Tor</b> and depending on your situation you might also want to select <b>Don't save encrypted messages</b>. Also within expert settings select <b>Keep in foreground</b>. This will enable you to still receive notifications when your device is in standby mode with the screen turned off.
2014-10-27 23:29:38 +01:00
</p>
<p>
From the menu select <b>Manage accounts</b> and add a new account.
2014-10-27 23:29:38 +01:00
</p>
<div class="org-src-container">
<pre class="src src-bash">Jabber ID: myusername@mydomain
Password: your XMPP password
Hostname: mydomain
Port: 5222
</pre>
</div>
2014-10-27 23:29:38 +01:00
<p>
2016-06-02 23:59:40 +02:00
Then select <b>Next</b>. When chatting you can use the lock icon to encrypt your conversation. OMEMO is the recommended type of encryption. It's also going through Tor, so passive surveillance of the metadata should not be easy for an adversary.
2014-10-27 23:29:38 +01:00
</p>
</div>
</div>
2014-10-26 21:55:12 +01:00
</div>
2016-11-12 21:19:58 +01:00
<div id="outline-container-org4f4b967" class="outline-3">
<h3 id="org4f4b967">Tox</h3>
<div class="outline-text-3" id="text-org4f4b967">
2015-07-11 13:51:59 +02:00
<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>
2016-11-12 21:19:58 +01:00
<div id="outline-container-org1b76e54" class="outline-4">
<h4 id="org1b76e54">Using the Toxic client</h4>
<div class="outline-text-4" id="text-org1b76e54">
2015-07-11 13:51:59 +02:00
<p>
Log into your system with:
2015-07-11 13:51:59 +02:00
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh myusername@mydomain -p 2222
2015-07-11 13:51:59 +02:00
</pre>
</div>
<p>
2016-04-02 16:41:07 +02:00
Then from the menu select <b>Tox Chat</b>. Tox is encrypted by default and also routed through Tor, so it should be reasonably secure both in terms of message content and metadata.
</p>
2016-04-02 15:31:29 +02:00
<div class="figure">
<p><img src="images/toxic.jpg" alt="toxic.jpg" />
</p>
</div>
2015-07-11 13:51:59 +02:00
</div>
</div>
</div>
2016-04-02 15:31:29 +02:00
2016-11-12 21:19:58 +01:00
<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">
<p>
2016-05-08 11:57:17 +02:00
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>
2016-05-08 11:57:17 +02:00
</div>
</div>
2016-11-12 21:19:58 +01:00
<div id="outline-container-orgdeb8d3a" class="outline-4">
<h4 id="orgdeb8d3a">Using with Ubuntu</h4>
<div class="outline-text-4" id="text-orgdeb8d3a">
<p>
2016-05-08 11:57:17 +02:00
Within the software center search for "mumble" and install the client then run it. Skip through the audio setup wizard.
</p>
<p>
2016-05-08 11:57:17 +02:00
Click on "add new" to add a new server and enter the default domain name for the Freedombone, your username (which can be anything) and the VoIP server password which can be found in the README file on the Freedombone. Accept the self-signed SSL certificate. You are now ready to chat.
</p>
</div>
</div>
2016-11-12 21:19:58 +01:00
<div id="outline-container-org1fc921a" class="outline-4">
<h4 id="org1fc921a">Using with Android</h4>
<div class="outline-text-4" id="text-org1fc921a">
<p>
Install <a href="https://f-droid.org/">F-Droid</a>
</p>
2016-05-08 11:57:17 +02:00
<p>
If you don't have Orbot installed then enable The Guardian Project repository from the drop down menu and install it.
</p>
<p>
Search for and install Plumble.
</p>
<p>
Press the plus button to add a Mumble server.
</p>
<p>
Enter a label (which can be any name you choose for the server), the default domain name of the Freedombone, your username (which can also be anything) and the VoIP server password which can be found in the README file on the Freedombone.
</p>
2016-05-08 11:57:17 +02:00
<p>
Open the settings. Select General, then Connect via Tor. This will provide better protection, making it more difficult for adversaries to know who is talking to who.
</p>
<p>
Selecting the server by pressing on it then connects you to the server so that you can chat with other connected users.
</p>
<p>
<i>Note: if you don't know the default domain name and you did a full installation then it will be the same as the wiki domain name.</i>
</p>
</div>
</div>
</div>
2016-11-12 21:19:58 +01:00
<div id="outline-container-org678aa32" class="outline-3">
<h3 id="org678aa32">SIP phones</h3>
<div class="outline-text-3" id="text-org678aa32">
2015-12-16 20:56:29 +01:00
<p>
2016-01-07 15:51:37 +01:00
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.
2015-12-16 20:56:29 +01:00
</p>
2014-10-26 21:55:12 +01:00
</div>
2016-11-12 21:19:58 +01:00
<div id="outline-container-org74168da" class="outline-4">
<h4 id="org74168da">About ZRTP</h4>
<div class="outline-text-4" id="text-org74168da">
2016-03-22 21:03:03 +01:00
<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>
2016-11-12 21:19:58 +01:00
<div id="outline-container-org5a51525" class="outline-4">
<h4 id="org5a51525">Using with CSIPSimple</h4>
<div class="outline-text-4" id="text-org5a51525">
2016-03-22 21:03:03 +01:00
<p>
Add an account. Under <b>General Wizards</b> choose <b>Expert</b> and enter the following details:
</p>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
<col class="org-left" />
<col class="org-left" />
</colgroup>
<tbody>
<tr>
<td class="org-left">Account name</td>
<td class="org-left">Your username</td>
</tr>
<tr>
<td class="org-left">Account ID</td>
<td class="org-left">sip:username@yourdomain</td>
</tr>
<tr>
<td class="org-left">Registration URI</td>
<td class="org-left">sip:yourdefaultdomain</td>
</tr>
<tr>
<td class="org-left">Realm</td>
<td class="org-left">*</td>
</tr>
<tr>
<td class="org-left">Username</td>
<td class="org-left">Your username</td>
</tr>
<tr>
<td class="org-left">Data (Password)</td>
<td class="org-left">Your SIP password</td>
</tr>
<tr>
<td class="org-left">ZRTP Mode</td>
<td class="org-left">Create ZRTP</td>
</tr>
</tbody>
</table>
<p>
If everything is working the account should appear in green with a status of <b>Registered</b>.
</p>
</div>
</div>
2016-11-12 21:19:58 +01:00
<div id="outline-container-org3a1fff5" class="outline-4">
<h4 id="org3a1fff5">Using with Ring</h4>
<div class="outline-text-4" id="text-org3a1fff5">
2016-03-22 21:03:03 +01:00
<p>
From the menu select <b>Manage accounts</b>.
</p>
<p>
Add an account with the following details:
</p>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
<col class="org-left" />
<col class="org-left" />
</colgroup>
<tbody>
<tr>
<td class="org-left">Alias</td>
<td class="org-left">Your full name or nickname</td>
</tr>
<tr>
<td class="org-left">Protocol</td>
<td class="org-left">SIP</td>
</tr>
<tr>
<td class="org-left">Hostname</td>
<td class="org-left">yourdefaultdomain</td>
</tr>
<tr>
<td class="org-left">Username</td>
<td class="org-left">Your username</td>
</tr>
<tr>
<td class="org-left">Password</td>
<td class="org-left">Your SIP password</td>
</tr>
</tbody>
</table>
<p>
Select the <b>Security</b> tab. Under <b>SRTP Key Exchange</b> select <b>ZRTP</b>. Unde <b>SRTP Preferences</b> select <b>Not supported warning</b> and <b>Display SAS Once</b>.
</p>
</div>
</div>
2014-10-26 21:55:12 +01:00
</div>
2015-12-16 20:56:29 +01:00
</div>
2016-02-08 16:56:57 +01:00
2016-11-12 21:19:58 +01:00
<div id="outline-container-orgf076640" class="outline-2">
<h2 id="orgf076640">RSS Reader</h2>
<div class="outline-text-2" id="text-orgf076640">
2016-02-08 16:52:38 +01:00
<p>
2016-02-23 12:45:39 +01:00
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>
2016-04-02 14:49:39 +02:00
<div class="figure">
2016-04-02 14:53:09 +02:00
<p><img src="images/rss_reader_mobile.jpg" alt="rss_reader_mobile.jpg" />
2016-04-02 14:49:39 +02:00
</p>
</div>
2016-05-31 10:54:46 +02:00
</div>
2016-04-02 14:49:39 +02:00
2016-11-12 21:19:58 +01:00
<div id="outline-container-orgc718f45" class="outline-3">
<h3 id="orgc718f45">Finding the onion address</h3>
<div class="outline-text-3" id="text-orgc718f45">
2016-02-23 12:45:39 +01:00
<p>
See the control panel for the RSS reader onion address.
2016-02-08 16:52:38 +01:00
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh username@domainname -p 2222
</pre>
</div>
<p>
Select <i>Administrator controls</i> then select the <b>About</b> screen.
2016-02-08 16:52:38 +01:00
</p>
<p>
2016-03-20 16:24:25 +01:00
The RSS reader is accessible only via an onion address. This provides a reasonable degree of reading privacy, making it difficult for passive adversaries such as governments, corporations or criminals to create lists of sites which you are subscribed to.
2016-02-08 16:52:38 +01:00
</p>
<p>
2016-10-19 15:18:37 +02:00
To set up the system open <a href="http://rss_reader_onion_address">http://rss_reader_onion_address</a> and log in with username <b>admin</b> and the password obtained either at the beginning of the install or from the README file in your home directory. You can then select the <b>Actions</b> menu and begin adding your feeds.
2016-02-08 16:52:38 +01:00
</p>
2016-05-31 10:54:46 +02:00
</div>
</div>
2016-02-08 16:52:38 +01:00
2016-11-12 21:19:58 +01:00
<div id="outline-container-orgfebdb13" class="outline-3">
<h3 id="orgfebdb13">On mobile</h3>
<div class="outline-text-3" id="text-orgfebdb13">
2016-02-08 16:52:38 +01:00
<p>
2016-05-31 10:54:46 +02:00
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.
2016-02-08 16:52:38 +01:00
</p>
2016-03-20 16:24:25 +01:00
<blockquote>
<p>
A note for the paranoid is that on mobile devices you get redirected to a different onion address which is specially set up for the mobile interface, so don't be alarmed that it looks like your connection is being hijacked.
</p>
</blockquote>
</div>
</div>
2016-11-12 21:19:58 +01:00
<div id="outline-container-orgac64c2b" class="outline-3">
<h3 id="orgac64c2b">With Emacs</h3>
<div class="outline-text-3" id="text-orgac64c2b">
2016-05-31 10:54:46 +02:00
<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>
<p>
Add the following to your configuration, changing the address and password as appropriate.
</p>
<div class="org-src-container">
2016-10-19 15:18:37 +02:00
<pre class="src src-emacs-lisp">(<span class="org-keyword">setq</span> avandu-tt-rss-api-url <span class="org-string">"http://rss_reader_onion_address/api/"</span>
2016-05-31 10:54:46 +02:00
avandu-user <span class="org-string">"admin"</span>
avandu-password <span class="org-string">"mypassword"</span>)
</pre>
</div>
2016-05-31 10:58:14 +02:00
<p>
If you don't already have Emacs set up to route through Tor then also add the following:
</p>
<div class="org-src-container">
2016-10-19 15:18:37 +02:00
<pre class="src src-emacs-lisp">(<span class="org-keyword">setq</span> socks-noproxy '(<span class="org-string">"localhost"</span>))
2016-05-31 10:58:14 +02:00
(<span class="org-keyword">require</span> '<span class="org-constant">socks</span>)
(<span class="org-keyword">require</span> '<span class="org-constant">tls</span>)
2016-10-19 15:18:37 +02:00
(<span class="org-keyword">setq</span> socks-server (list <span class="org-string">"Tor socks"</span> <span class="org-string">"localhost"</span> 9050 5))
2016-05-31 10:58:14 +02:00
</pre>
</div>
<p>
And ensure that the Tor daemon is installed:
</p>
<div class="org-src-container">
<pre class="src src-bash">sudo apt-get install tor
</pre>
</div>
2016-05-31 10:54:46 +02:00
</div>
</div>
</div>
2016-11-12 21:19:58 +01:00
<div id="outline-container-org8b7fde8" class="outline-2">
<h2 id="org8b7fde8">Git Projects</h2>
<div class="outline-text-2" id="text-org8b7fde8">
2016-05-12 22:35:35 +02:00
<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>
<p>
2016-10-19 15:18:37 +02:00
A Git hosting system called <a href="https://gogs.io">Gogs</a> can optionally be installed. This is very similar to Github in appearance and use. It's lightweight and so well suited for use on low power ARM servers.
2016-05-12 22:35:35 +02:00
</p>
<p>
Navigate to your git site and click the <b>Register</b> button. The first user registered on the system becomes the administrator. Once you've done that then it's a good idea to disable further registrations. Currently that's a little complicated, but you can do it as follows:
</p>
<div class="org-src-container">
<pre class="src src-bash">sudo username@domainname -p 2222
</pre>
</div>
<p>
Select <b>Exit to the comand line</b>.
</p>
<div class="org-src-container">
<pre class="src src-bash">sudo su
2016-10-29 19:09:48 +02:00
sed -i <span class="org-string">"s|DISABLE_REGISTRATION =.*|DISABLE_REGISTRATION = true|g"</span> /home/gogs/custom/conf/app.ini
2016-11-02 22:32:47 +01:00
sed -i <span class="org-string">"s|SHOW_REGISTRATION_BUTTON =.*|SHOW_REGISTRATION_BUTTON = false|g"</span> /home/gogs/custom/conf/app.ini
2016-05-12 22:35:35 +02:00
systemctl restart gogs
<span class="org-keyword">exit</span>; <span class="org-keyword">exit</span>
</pre>
</div>
<p>
This will stop any spam accounts being created by random strangers or bots. You might want to mirror existing repos, and at any time a mirror can be converted into the main repo.
</p>
</div>
</div>
2016-11-12 21:19:58 +01:00
<div id="outline-container-org0f48943" class="outline-2">
<h2 id="org0f48943">Adding or removing users</h2>
<div class="outline-text-2" id="text-org0f48943">
<p>
Log into the system with:
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh username@domainname -p 2222
</pre>
</div>
<p>
Select <b>Administrator controls</b> then <b>User Management</b>. Depending upon the type of installation after selecting administrator controls you might need to enter:
</p>
<div class="org-src-container">
<pre class="src src-bash">sudo su
control
</pre>
</div>
2016-02-08 16:56:57 +01:00
2016-04-02 17:54:40 +02:00
<div class="figure">
<p><img src="images/controlpanel/control_panel_manage_users.jpg" alt="control_panel_manage_users.jpg" />
</p>
</div>
2016-02-08 16:52:38 +01:00
</div>
</div>
2016-10-19 15:18:37 +02:00
2016-11-12 21:19:58 +01:00
<div id="outline-container-org99fb698" class="outline-2">
<h2 id="org99fb698">Blocking Ads</h2>
<div class="outline-text-2" id="text-org99fb698">
2016-10-19 15:18:37 +02:00
<p>
2016-11-02 12:03:44 +01:00
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.
2016-10-19 15:18:37 +02:00
</p>
<p>
You can block ads for any devices connected to your local network by installing the <b>pihole</b> app from <b>Add/Remove Apps</b> on the administrator control panel. This may help to improve overall performance of your devices by not wasting time downloading unwanted images or scripts.
</p>
2016-11-02 12:03:44 +01:00
<p>
Also don't expect perfection. Though many ads may be blocked by this system some will still get through. It's a constant cat and mouse game between advertisers and blockers.
</p>
2016-10-19 15:18:37 +02:00
</div>
2016-11-12 21:19:58 +01:00
<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">
2016-10-19 15:18:37 +02:00
<p>
2016-10-19 16:20:27 +02:00
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>.
2016-10-19 15:18:37 +02:00
</p>
<p>
2016-10-19 16:20:27 +02:00
When that's done select <b>About this system</b> from the control panel and see the IPv4 address. You can use this as a DNS address in two ways:
2016-10-19 15:18:37 +02:00
</p>
</div>
</div>
2016-11-12 21:19:58 +01:00
<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">
2016-10-19 15:18:37 +02:00
<div class="org-src-container">
<pre class="src src-bash">sudo chattr -i /etc/resolv.conf
sudo nano /etc/resolv.conf
</pre>
</div>
<p>
Comment out any existing entries with a # character and add:
</p>
<div class="org-src-container">
<pre class="src src-bash">nameserver [IPv4 address from the About screen]
</pre>
</div>
<p>
Normally <i>resolv.conf</i> will be overwritten every time your reboot, but you can prevent this with:
</p>
<div class="org-src-container">
<pre class="src src-bash">sudo chattr +i /etc/resolv.conf
</pre>
</div>
</div>
</div>
2016-11-12 21:19:58 +01:00
<div id="outline-container-org9063cc0" class="outline-3">
<h3 id="org9063cc0">On your internet router</h3>
<div class="outline-text-3" id="text-org9063cc0">
2016-10-19 15:18:37 +02:00
<p>
2016-11-02 12:03:44 +01:00
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.
2016-10-19 15:18:37 +02:00
</p>
<p>
Edit the DNS settings and add the IPv4 address which you got from the control panel About screen. Exactly how you do this will just depend upon your particular router model. You may also need to set the same address twice, because two addresses are conventional.
</p>
</div>
2016-11-02 12:03:44 +01:00
2016-11-12 21:19:58 +01:00
<div id="outline-container-org1b0b157" class="outline-4">
<h4 id="org1b0b157">LibreCMC</h4>
<div class="outline-text-4" id="text-org1b0b157">
2016-11-02 12:03:44 +01:00
<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>
</div>
</div>
2016-10-19 15:18:37 +02:00
</div>
2016-11-12 21:19:58 +01:00
<div id="outline-container-org116997a" class="outline-3">
<h3 id="org116997a">Configuring block lists</h3>
<div class="outline-text-3" id="text-org116997a">
2016-10-19 15:18:37 +02:00
<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>
2016-10-19 15:31:01 +02:00
<center>
Return to the <a href="index.html">home page</a>
</center>
2016-10-19 15:18:37 +02:00
</div>
</div>
</div>
2015-12-16 20:56:29 +01:00
</div>
2014-10-26 21:55:12 +01:00
<div id="postamble" class="status">
2014-12-17 21:08:32 +01:00
<style type="text/css">
.back-to-top {
2016-08-08 18:21:03 +02:00
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;
2014-12-17 21:08:32 +01:00
}
.back-to-top:hover {
2016-08-08 18:21:03 +02:00
background-color: rgba(135, 135, 135, 0.50);
2014-12-17 21:08:32 +01:00
}
</style>
<div class="back-to-top">
2016-10-31 17:24:49 +01:00
<a href="#top">Back to top</a> | <a href="mailto:bob@freedombone.net">E-mail me</a>
2014-12-17 21:08:32 +01:00
</div>
2014-10-26 21:55:12 +01:00
</div>
</body>
</html>