freedomboneeee/website/EN/usage.html

907 lines
31 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-02-08 16:52:38 +01:00
<!-- 2016-02-08 Mon 15:52 -->
2016-01-07 20:26:08 +01:00
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
2016-01-08 15:09:24 +01:00
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title></title>
2014-10-26 21:55:12 +01: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"
/>
<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;}
pre.src-sh:before { content: 'sh'; }
pre.src-bash:before { content: 'sh'; }
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
pre.src-R:before { content: 'R'; }
pre.src-perl:before { content: 'Perl'; }
pre.src-java:before { content: 'Java'; }
pre.src-sql:before { content: 'SQL'; }
table { border-collapse:collapse; }
caption.t-above { caption-side: top; }
caption.t-bottom { caption-side: bottom; }
td, th { vertical-align:top; }
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; }
2016-01-07 15:51:37 +01:00
.footpara:nth-child(2) { display: inline; }
.footpara { display: block; }
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; }
/*]]>*/-->
</style>
2016-01-07 15:51:37 +01:00
<link rel="stylesheet" type="text/css" href="solarized-light.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">
2016-01-07 15:51:37 +01:00
<div class="center">
<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>
<td class="org-left"><a href="#orgheadline1">Readme</a></td>
</tr>
2014-10-26 21:55:12 +01:00
2015-12-16 20:56:29 +01:00
<tr>
<td class="org-left"><a href="#orgheadline2">Improving ssh security</a></td>
</tr>
2014-10-26 21:55:12 +01:00
2016-01-08 15:09:24 +01:00
<tr>
<td class="org-left"><a href="#orgheadline3">Administrating the system via an onion address (Tor)</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-01-08 15:09:24 +01:00
<td class="org-left"><a href="#orgheadline4">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-01-08 15:09:24 +01:00
<td class="org-left"><a href="#orgheadline5">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-02-03 17:33:14 +01:00
<td class="org-left"><a href="#orgheadline6">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-01-08 15:09:24 +01:00
<td class="org-left"><a href="#orgheadline7">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-01-08 15:09:24 +01:00
<td class="org-left"><a href="#orgheadline8">Chat Services</a></td>
2014-10-26 21:55:12 +01:00
</tr>
2016-02-08 16:52:38 +01:00
<tr>
<td class="org-left"><a href="#orgheadline9">RSS Reader</a></td>
</tr>
2014-10-26 21:55:12 +01:00
</tbody>
</table>
2015-07-11 13:51:59 +02:00
<div id="outline-container-orgheadline1" class="outline-2">
<h2 id="orgheadline1">Readme</h2>
<div class="outline-text-2" id="text-orgheadline1">
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>
You should transfer any passwords to a password manager such as <a href="http://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>.
</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>
2015-12-16 20:56:29 +01:00
<div id="outline-container-orgheadline2" class="outline-2">
<h2 id="orgheadline2">Improving ssh security</h2>
<div class="outline-text-2" id="text-orgheadline2">
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
2015-12-16 20:56:29 +01:00
sudo control
2014-12-08 19:43:32 +01:00
</pre>
</div>
<p>
2015-12-16 20:56:29 +01:00
Select <i>Manage Users</i> then <i>Change user ssh public key</i>. Copy and paste the public key here, then exit.
</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>
2015-12-16 20:56:29 +01:00
<div id="outline-container-orgheadline3" class="outline-2">
2016-01-08 15:09:24 +01:00
<h2 id="orgheadline3">Administrating the system via an onion address (Tor)</h2>
2015-12-16 20:56:29 +01:00
<div class="outline-text-2" id="text-orgheadline3">
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
sudo control
</pre>
</div>
<p>
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:
</p>
<div class="org-src-container">
<pre class="src src-bash">sudo apt-get install tor connect-proxy
<span class="org-builtin">echo</span> <span class="org-string">'Host *.onion'</span> &gt;&gt; ~/.ssh/config
<span class="org-builtin">echo</span> <span class="org-string">'ProxyCommand connect -R remote -5 -S 127.0.0.1:9050 %h %p'</span> &gt;&gt; ~/.ssh/config
ssh username@address.onion -p 2222
</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>
<div id="outline-container-orgheadline4" class="outline-2">
<h2 id="orgheadline4">Syncing to the Cloud</h2>
<div class="outline-text-2" id="text-orgheadline4">
2016-02-08 16:52:38 +01:00
</div><div id="outline-container-orgheadline10" class="outline-3">
<h3 id="orgheadline10">Initial install</h3>
<div class="outline-text-3" id="text-orgheadline10">
2014-10-26 21:55:12 +01:00
<p>
Within a browser go to your owncloud domain, then create an administrator account. The username and password can be anything, and ideally should be generated from a password manager.
</p>
<p>
You will also need to enter database details:
</p>
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
2015-07-11 13:51:59 +02:00
<col class="org-left" />
2014-10-26 21:55:12 +01:00
2015-07-11 13:51:59 +02:00
<col class="org-left" />
2014-10-26 21:55:12 +01:00
</colgroup>
<tbody>
<tr>
2015-07-11 13:51:59 +02:00
<td class="org-left">Owncloud database user</td>
<td class="org-left">owncloudadmin</td>
2014-10-26 21:55:12 +01:00
</tr>
<tr>
2015-07-11 13:51:59 +02:00
<td class="org-left">Owncloud database password</td>
<td class="org-left">See the <a href="#orgheadline1">Readme</a> file</td>
2014-10-26 21:55:12 +01:00
</tr>
<tr>
2015-07-11 13:51:59 +02:00
<td class="org-left">Owncloud database name</td>
<td class="org-left">owncloud</td>
2014-10-26 21:55:12 +01:00
</tr>
</tbody>
</table>
<p>
After creating an administrator account then create a user account via the Users dropdown menu entry on the right hand side and log the details in a password manager. Give the user a quota suitable for the size of your microSD card or other storage.
</p>
<p>
Log out from the administrator account and then log back in as the user you just created.
</p>
</div>
</div>
2016-02-08 16:52:38 +01:00
<div id="outline-container-orgheadline11" class="outline-3">
<h3 id="orgheadline11">On Android</h3>
<div class="outline-text-3" id="text-orgheadline11">
2014-10-26 21:55:12 +01:00
<p>
Within F-droid search for <b>owncloud</b> and install the client. Also install <b>CalDAV Sync Adapter</b>.
</p>
<p>
Open the owncloud app and enter your owncloud domain name (including the https prefix) and login details for the user you created.
</p>
<p>
2015-07-11 13:51:59 +02:00
Open the calendar app (S planner) and under <b>settings</b> select <b>Calendars</b> then <b>Add account</b> then <b>CalDAV Sync Adapter</b>. Enter your owncloud username and password and the following URL:
2014-10-26 21:55:12 +01:00
</p>
<div class="org-src-container">
<pre class="src src-bash">https://myownclouddomain/remote.php/caldav/principals/myowncloudusername
</pre>
</div>
<p>
You will also be prompted to enter login details. Your Android and Owncloud calendars should now be synchronised.
</p>
</div>
</div>
2016-02-08 16:52:38 +01:00
<div id="outline-container-orgheadline12" class="outline-3">
<h3 id="orgheadline12">On Linux</h3>
<div class="outline-text-3" id="text-orgheadline12">
2014-10-26 21:55:12 +01:00
<p>
Open your software center and search for "owncloud client". Enter your owncloud domain name (with the https prefix) and login details.
</p>
<p>
You can now drag files into the <b>~/owncloud</b> directory and they will automatically sync to your server. It's that easy.
</p>
</div>
</div>
</div>
2016-01-08 15:09:24 +01:00
<div id="outline-container-orgheadline5" class="outline-2">
<h2 id="orgheadline5">Play Music</h2>
<div class="outline-text-2" id="text-orgheadline5">
2016-02-08 16:52:38 +01:00
</div><div id="outline-container-orgheadline13" class="outline-3">
<h3 id="orgheadline13">With the DLNA service</h3>
<div class="outline-text-3" id="text-orgheadline13">
2014-10-26 21:55:12 +01:00
<p>
An easy way to play music on any mobile device in your home is to use the DLNA service. Copy your music into a directory called "<i>Music</i>" on a USB thumb drive and then insert it into from socket on the Beaglebone.
</p>
<p>
ssh into the system with:
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh myusername@mydomain.com -p 2222
</pre>
</div>
<p>
Then mount the USB drive with:
</p>
<div class="org-src-container">
<pre class="src src-bash">su
attach-music
</pre>
</div>
<p>
The system will scan the Music directory, which could take a while if there are thousands of files, but you don't need to do anything further with the Beaglebone other than perhaps to log out by typing <b>exit</b> a couple of times.
</p>
<p>
If you have an Android device then go to F-Droid (if you don't already have it installed then it can be <a href="https://f-droid.org/">downloaded here</a>) and search for <b>ControlDLNA</b>. On running the app you should see a red Debian icon which you can press on, then you may need to select "local". After a few seconds the list of albums or tracks should then appear and you can browse and play them.
</p>
<p>
The DLNA service will only work within your local home network, and isn't remotely accessible from other locations via the internet. That can be both a good and a bad thing. Another consideration is that there are no access controls on DLNA services, so any music or videos on the USB drive will be playable by anyone within your home network. If you need to restrict access to certain files then it may be better to use the music player within Owncloud.
</p>
</div>
</div>
2016-02-08 16:52:38 +01:00
<div id="outline-container-orgheadline14" class="outline-3">
<h3 id="orgheadline14">With Owncloud</h3>
<div class="outline-text-3" id="text-orgheadline14">
2014-10-26 21:55:12 +01:00
<p>
The main advantage of playing music via Owncloud is that you can do that from anywhere - not only within your home network.
</p>
<p>
By default a music player is installed into Owncloud, so all you need to do is to visit your Owncloud web site, select the <b>music</b> directory and then upload some music files. Afterwards you can select the <b>music icon</b> from the top left drop down menu and albums will then appear which can be played. If you want to share music with other users then you can select the <b>share</b> option from within the files view to make the tracks available.
</p>
</div>
</div>
</div>
2016-01-08 15:09:24 +01:00
<div id="outline-container-orgheadline6" class="outline-2">
2016-02-03 17:33:14 +01:00
<h2 id="orgheadline6">Microblogging (GNU Social)</h2>
2016-01-08 15:09:24 +01:00
<div class="outline-text-2" id="text-orgheadline6">
2016-02-08 16:52:38 +01:00
</div><div id="outline-container-orgheadline15" class="outline-3">
<h3 id="orgheadline15">Initial configuration</h3>
<div class="outline-text-3" id="text-orgheadline15">
2014-10-26 21:55:12 +01:00
<p>
2016-02-03 17:33:14 +01:00
To log into your GNU Social site first obtain your username and password from the "microblogging" section of the readme file.
2014-10-26 21:55:12 +01:00
</p>
<div class="org-src-container">
2016-02-03 17:33:14 +01:00
<pre class="src src-bash">ssh username@domainname -p 2222
cat README
<span class="org-keyword">exit</span>
2014-10-26 21:55:12 +01:00
</pre>
</div>
<p>
2016-02-03 17:33:14 +01:00
Navigate to your site and log in. You may then want to select <b>Admin</b> and check or change the details. You may also wish to change the license for the site to be either Creative Commons or private.
2014-10-26 21:55:12 +01:00
</p>
</div>
</div>
</div>
2016-01-08 15:09:24 +01:00
<div id="outline-container-orgheadline7" class="outline-2">
<h2 id="orgheadline7">Social Network</h2>
<div class="outline-text-2" id="text-orgheadline7">
2016-02-08 16:52:38 +01:00
</div><div id="outline-container-orgheadline16" class="outline-3">
<h3 id="orgheadline16">Domains</h3>
<div class="outline-text-3" id="text-orgheadline16">
2014-10-26 21:55:12 +01:00
<p>
2015-12-19 23:29:29 +01:00
Both Hubzilla and GNU Social try to obtain certificates automatically at the time of installation via Let's Encrypt. This will likely mean that in order for this to work you'll need to have obtained at least one "official" domain via a domain selling service, since Let's Encrypt mostly doesn't seem to work with free subdomains from sites such as freeDNS.
2014-10-26 21:55:12 +01:00
</p>
</div>
</div>
2016-02-08 16:52:38 +01:00
<div id="outline-container-orgheadline17" class="outline-3">
<h3 id="orgheadline17">Initial install</h3>
<div class="outline-text-3" id="text-orgheadline17">
2014-10-26 21:55:12 +01:00
<p>
Visit the URL of your Hubzilla site and you should be taken through the rest of the installation procedure. Note that this may take a few minutes so don't be concerned if it looks as if it has crashed - just leave it running.
2014-10-26 21:55:12 +01:00
</p>
<p>
When installation is complete you can register a new user.
</p>
</div>
</div>
</div>
2016-01-08 15:09:24 +01:00
<div id="outline-container-orgheadline8" class="outline-2">
<h2 id="orgheadline8">Chat Services</h2>
<div class="outline-text-2" id="text-orgheadline8">
2016-02-08 16:52:38 +01:00
</div><div id="outline-container-orgheadline18" class="outline-3">
<h3 id="orgheadline18">IRC</h3>
<div class="outline-text-3" id="text-orgheadline18">
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-02-08 16:52:38 +01:00
<div id="outline-container-orgheadline19" class="outline-4">
<h4 id="orgheadline19">Irssi</h4>
<div class="outline-text-4" id="text-orgheadline19">
2014-10-26 21:55:12 +01:00
<p>
2014-12-17 21:08:32 +01:00
If you are using the <a href="http://www.irssi.org/">irssi</a> IRC client then you can use the following commands to connect to your IRC server.
2014-10-26 21:55:12 +01:00
</p>
<div class="org-src-container">
<pre class="src src-bash">/server add -auto -ssl yourdomainname 6697
/connect yourdomainname
/join freedombone
</pre>
</div>
</div>
</div>
2016-02-08 16:52:38 +01:00
<div id="outline-container-orgheadline20" class="outline-4">
<h4 id="orgheadline20">XChat</h4>
<div class="outline-text-4" id="text-orgheadline20">
2014-10-26 21:55:12 +01:00
<p>
If you are using the XChat client:
</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>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>auto connect to this network on startup</b>.
</p>
<p>
Check <b>use SSL</b> and <b>accept invalid SSL certificate</b>.
</p>
<p>
Enter <b>#freedombone</b> as the channel name.
</p>
<p>
Click <b>close</b> and then <b>connect</b>.
</p>
</div>
</div>
</div>
2016-02-08 16:52:38 +01:00
<div id="outline-container-orgheadline26" class="outline-3">
<h3 id="orgheadline26">XMPP/Jabber</h3>
<div class="outline-text-3" id="text-orgheadline26">
</div><div id="outline-container-orgheadline21" class="outline-4">
<h4 id="orgheadline21">Managing users</h4>
<div class="outline-text-4" id="text-orgheadline21">
2014-10-27 23:29:38 +01:00
<p>
To add a user:
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh username@domainname -p 2222
su
2015-04-05 14:38:01 +02:00
freedombone-addxmpp -e newusername@newdomainname
2014-12-17 21:08:32 +01:00
<span class="org-keyword">exit</span>
<span class="org-keyword">exit</span>
2014-10-27 23:29:38 +01:00
</pre>
</div>
<p>
To change a user password:
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh username@domainname -p 2222
su
2015-04-05 15:12:47 +02:00
freedombone-xmpp-pass -e username@domainname
2014-12-17 21:08:32 +01:00
<span class="org-keyword">exit</span>
<span class="org-keyword">exit</span>
2014-10-27 23:29:38 +01:00
</pre>
</div>
<p>
To remove a user:
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh username@domainname -p 2222
su
2015-04-05 15:12:47 +02:00
freedombone-rmxmpp -e username@domainname
2014-12-17 21:08:32 +01:00
<span class="org-keyword">exit</span>
<span class="org-keyword">exit</span>
2014-10-27 23:29:38 +01:00
</pre>
</div>
<p>
Report the status of the XMPP server:
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh username@domainname -p 2222
su
prosodyctl status
2014-12-17 21:08:32 +01:00
<span class="org-keyword">exit</span>
<span class="org-keyword">exit</span>
2014-10-27 23:29:38 +01:00
</pre>
</div>
</div>
</div>
2016-02-08 16:52:38 +01:00
<div id="outline-container-orgheadline22" class="outline-4">
<h4 id="orgheadline22">Using with Jitsi</h4>
<div class="outline-text-4" id="text-orgheadline22">
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>
2014-12-17 21:08:32 +01: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-02-08 16:52:38 +01:00
<div id="outline-container-orgheadline23" class="outline-4">
<h4 id="orgheadline23">Using with Ubuntu</h4>
<div class="outline-text-4" id="text-orgheadline23">
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-02-08 16:52:38 +01:00
<div id="outline-container-orgheadline24" class="outline-4">
<h4 id="orgheadline24">Using Tor Messenger</h4>
<div class="outline-text-4" id="text-orgheadline24">
2014-10-27 23:29:38 +01:00
<p>
2015-12-16 20:56:29 +01: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.
</p>
</div>
</div>
2016-02-08 16:52:38 +01:00
<div id="outline-container-orgheadline25" class="outline-4">
<h4 id="orgheadline25">Using with Android</h4>
<div class="outline-text-4" id="text-orgheadline25">
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 Xabber.
</p>
<p>
Add an account and enter your Jabber/XMPP ID and password.
</p>
<p>
From the menu select <b>Settings</b> then <b>Security</b> then <b>OTR mode</b>. Set the mode to <b>Required</b>.
</p>
<p>
Make sure that <b>Check server certificate</b> is not checked.
</p>
<p>
Go back to the initial screen and then using the menu you can add contacts and begin chatting. Both parties will need to go through the off-the-record question and answer verification before the chat can begin, but that only needs to be done once for each person you're chatting with.
</p>
</div>
</div>
2014-10-26 21:55:12 +01:00
</div>
2016-02-08 16:52:38 +01:00
<div id="outline-container-orgheadline27" class="outline-3">
<h3 id="orgheadline27">Tox</h3>
<div class="outline-text-3" id="text-orgheadline27">
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-02-08 16:52:38 +01:00
<div id="outline-container-orgheadline28" class="outline-4">
<h4 id="orgheadline28">Using the Toxic client</h4>
<div class="outline-text-4" id="text-orgheadline28">
2015-07-11 13:51:59 +02:00
<p>
To connect to your node use the command:
</p>
<div class="org-src-container">
<pre class="src src-bash">/connect [yourdomainname] 33445 [your tox node ID]
</pre>
</div>
</div>
</div>
</div>
2016-02-08 16:52:38 +01:00
<div id="outline-container-orgheadline31" class="outline-3">
<h3 id="orgheadline31">VoIP (Voice chat)</h3>
<div class="outline-text-3" id="text-orgheadline31">
</div><div id="outline-container-orgheadline29" class="outline-4">
<h4 id="orgheadline29">Using with Ubuntu</h4>
<div class="outline-text-4" id="text-orgheadline29">
<p>
Within the software center search for "mumble" and install the client then run it. Skip through the audio setup wizard.
</p>
<p>
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>
<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>
2016-02-08 16:52:38 +01:00
<div id="outline-container-orgheadline30" class="outline-4">
<h4 id="orgheadline30">Using with Android</h4>
<div class="outline-text-4" id="text-orgheadline30">
<p>
Install <a href="https://f-droid.org/">F-Droid</a>
</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>
<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-02-08 16:52:38 +01:00
<div id="outline-container-orgheadline32" class="outline-3">
<h3 id="orgheadline32">SIP phones</h3>
<div class="outline-text-3" id="text-orgheadline32">
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>
2016-01-07 20:26:08 +01:00
<center>
Return to the <a href="index.html">home page</a>
</center>
2014-10-26 21:55:12 +01:00
</div>
</div>
2015-12-16 20:56:29 +01:00
</div>
2016-02-08 16:52:38 +01:00
<div id="outline-container-orgheadline9" class="outline-2">
<h2 id="orgheadline9">RSS Reader</h2>
<div class="outline-text-2" id="text-orgheadline9">
<p>
If you check the readme file within your home directory then you will be able to find out the onion address for the RSS reader which exists on most variants of Freedombone. The address can also be found on the control panel About screen.
</p>
<div class="org-src-container">
<pre class="src src-bash">ssh username@domainname -p 2222
emacs README
<span class="org-keyword">exit</span>
</pre>
</div>
<p>
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 or corporations to create lists of sites which you are subscribed to.
</p>
<p>
To set up the system open <a href="http://rss_reader_onion_address/">http://rss_reader_onion_address/</a> and enter:
</p>
<ul class="org-ul">
<li>Database type: MySQL</li>
<li>Username: root</li>
<li>Password: [MariaDB database root password]</li>
<li>Database name: ttrss</li>
<li>Host name: localhost</li>
<li>Port: 3306</li>
<li>Tiny Tint RSS URL: <a href="http://rss_reader_onion_address/">http://rss_reader_onion_address/</a></li>
</ul>
<p>
Click <b>Test configuration</b> and then <b>Initialize database</b>. You may need to click <b>Save configuration</b>.
Initially log in with username <b>admin</b> and password <b>password</b>.
</p>
<p>
Then go to <b>Preferences/Users</b>, click on the <b>admin</b> user and then change the password. You will immediately see what looks like an authorisation error, so log out and log back in with username "admin" and your new password.
</p>
<p>
To access the RSS reader from a mobile device you can install a Tor compatible browser such as <a href="https://f-droid.org/wiki/page/info.guardianproject.orfox">OrFox</a>. It will try to automatically change to the mobile version of the user interface, but if that doesn't work then navigate to <a href="http://rss_reader_onion_address/mobile">http://rss_reader_onion_address/mobile</a>.
</p>
</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 {
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@robotics.uk.to">E-mail me</a>
</div>
<script type="text/javascript">
var offset = 220;
var duration = 500;
jQuery(window).scroll(function() {
if (jQuery(this).scrollTop() > offset) {
jQuery('.back-to-top').fadeIn(duration);
} else {
jQuery('.back-to-top').fadeOut(duration);
}
});
</script>
2014-10-26 21:55:12 +01:00
</div>
</body>
</html>