freedomboneeee/website/EN/usage.html

730 lines
26 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 23:54:40 +01:00
<!-- 2016-11-12 Sat 22:54 -->
<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 23:54:40 +01:00
<td class="org-left"><a href="#org18f5094">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 23:54:40 +01:00
<td class="org-left"><a href="#org14f4bd4">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 23:54:40 +01:00
<td class="org-left"><a href="#orga9ee65a">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:28:55 +01:00
<td class="org-left"><a href="./app_irc.html">Multi-user chat with IRC</a></td>
2014-10-26 21:55:12 +01:00
</tr>
2016-02-08 16:52:38 +01:00
<tr>
2016-11-12 22:10:41 +01:00
<td class="org-left"><a href="./app_xmpp.html">XMPP/Jabber</a></td>
2016-02-08 16:52:38 +01:00
</tr>
<tr>
2016-11-12 23:21:12 +01:00
<td class="org-left"><a href="./app_tox.html">Tox</a></td>
2016-05-12 22:35:35 +02:00
</tr>
<tr>
2016-11-12 23:54:40 +01:00
<td class="org-left"><a href="./app_mumble.html">Mumble</a></td>
2016-05-14 13:10:02 +02:00
</tr>
<tr>
2016-11-12 23:54:40 +01:00
<td class="org-left"><a href="#orgaa7ee3f">RSS Reader</a></td>
2016-11-12 21:28:55 +01:00
</tr>
<tr>
2016-11-12 23:54:40 +01:00
<td class="org-left"><a href="#org96f00d6">Git Projects</a></td>
2016-11-12 22:10:41 +01:00
</tr>
<tr>
2016-11-12 23:54:40 +01:00
<td class="org-left"><a href="#org902fe36">Adding or removing users</a></td>
2016-11-12 23:21:12 +01:00
</tr>
<tr>
2016-11-12 23:54:40 +01:00
<td class="org-left"><a href="#orgee498e5">Blocking Ads</a></td>
</tr>
2014-10-26 21:55:12 +01:00
</tbody>
</table>
2016-11-12 23:54:40 +01:00
<div id="outline-container-org18f5094" class="outline-2">
<h2 id="org18f5094">Readme</h2>
<div class="outline-text-2" id="text-org18f5094">
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 23:54:40 +01:00
<div id="outline-container-org14f4bd4" class="outline-2">
<h2 id="org14f4bd4">Improving ssh security</h2>
<div class="outline-text-2" id="text-org14f4bd4">
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 23:54:40 +01:00
<div id="outline-container-orga9ee65a" class="outline-2">
<h2 id="orga9ee65a">Administrating the system via an onion address (Tor)</h2>
<div class="outline-text-2" id="text-orga9ee65a">
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 23:54:40 +01:00
<div id="outline-container-orgaa7ee3f" class="outline-2">
<h2 id="orgaa7ee3f">RSS Reader</h2>
<div class="outline-text-2" id="text-orgaa7ee3f">
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 23:54:40 +01:00
<div id="outline-container-org971df70" class="outline-3">
<h3 id="org971df70">Finding the onion address</h3>
<div class="outline-text-3" id="text-org971df70">
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 23:54:40 +01:00
<div id="outline-container-orgbab6d5e" class="outline-3">
<h3 id="orgbab6d5e">On mobile</h3>
<div class="outline-text-3" id="text-orgbab6d5e">
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 23:54:40 +01:00
<div id="outline-container-orgc5f38f9" class="outline-3">
<h3 id="orgc5f38f9">With Emacs</h3>
<div class="outline-text-3" id="text-orgc5f38f9">
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 23:54:40 +01:00
<div id="outline-container-org96f00d6" class="outline-2">
<h2 id="org96f00d6">Git Projects</h2>
<div class="outline-text-2" id="text-org96f00d6">
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 23:54:40 +01:00
<div id="outline-container-org902fe36" class="outline-2">
<h2 id="org902fe36">Adding or removing users</h2>
<div class="outline-text-2" id="text-org902fe36">
<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 23:54:40 +01:00
<div id="outline-container-orgee498e5" class="outline-2">
<h2 id="orgee498e5">Blocking Ads</h2>
<div class="outline-text-2" id="text-orgee498e5">
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 23:54:40 +01:00
<div id="outline-container-org30be587" class="outline-3">
<h3 id="org30be587">Set a static IP address</h3>
<div class="outline-text-3" id="text-org30be587">
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 23:54:40 +01:00
<div id="outline-container-org4da7017" class="outline-3">
<h3 id="org4da7017">On each client system within your local network</h3>
<div class="outline-text-3" id="text-org4da7017">
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 23:54:40 +01:00
<div id="outline-container-orgdf8640b" class="outline-3">
<h3 id="orgdf8640b">On your internet router</h3>
<div class="outline-text-3" id="text-orgdf8640b">
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 23:54:40 +01:00
<div id="outline-container-org3817145" class="outline-4">
<h4 id="org3817145">LibreCMC</h4>
<div class="outline-text-4" id="text-org3817145">
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 23:54:40 +01:00
<div id="outline-container-org88c9019" class="outline-3">
<h3 id="org88c9019">Configuring block lists</h3>
<div class="outline-text-3" id="text-org88c9019">
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>