This commit is contained in:
Bob Mottram 2015-12-13 16:12:57 +00:00
parent 9e97ced1ca
commit 6617def6e8
10 changed files with 69 additions and 45 deletions

View File

@ -9,15 +9,42 @@
[[./images/freedom.png]][fn:1]
#+END_CENTER
With the right technology the internet can be a space for free expression, exploration, cooperation, learning and fun. A place to connect with others are share experiences. It doesn't have to be a gloomy surveillance prison owned and run by a diabolical synthesis of money-grabbing megacorporations and prurient government spooks. Freedombone is designed to help you surmount the contemporary digital privacy conundrums and to increase your online autonomy. It's a self-hosted home server configuration which can be installed onto any computer capable of running [[https://www.debian.org/][Debian]], so if you have an old laptop or netbook which you can leave turned on then you can use Freedombone to provide your own internet services, such as blogging, wiki, email, chat and social networking and have independence from the well known internet companies.
#+BEGIN_HTML
<center>
<table style="width:50%; border:0">
<tr>
<td><a href="variants.html"><img style="width:100%" src="images/icon_variants.png"/></a></td>
<td><a href="installation.html"><img style="width:100%" src="images/icon_install.png"/></a></td>
<td><a href="usage.html"><img style="width:100%" src="images/icon_use.png"/></a></td>
<td><a href="backups.html"><img style="width:100%" src="images/icon_backup.png"/></a></td>
</tr>
<tr>
<td><center><a href="variants.html">Variants</a></center></td>
<td><center><a href="installation.html">Install</a></center></td>
<td><center><a href="usage.html">Use</a></center></td>
<td><center><a href="backups.html">Backups</a></center></td>
</tr>
<tr>
<td><a href="code.html"><img style="width:100%" src="images/icon_code.png"/></a></td>
<td><a href="related.html"><img style="width:100%" src="images/icon_related.png"/></a></td>
<td><a href="faq.html"><img style="width:100%" src="images/icon_faq.png"/></a></td>
<td><a href="support.html"><img style="width:100%" src="images/icon_contact.png"/></a></td>
</tr>
<tr>
<td><center><a href="code.html">Code</a></center></td>
<td><center><a href="related.html">Related</a></center></td>
<td><center><a href="faq.html">F.A.Q.</a></center></td>
<td><center><a href="support.html">Contact</a></center></td>
</tr>
</table>
</center>
#+END_HTML
This is personal or family scale computing, which can then federate to global proportions. We need /community controlled/ information systems and to achieve that they must be inexpensive and simple to install and maintain. This is the opposite of the current dominant paradigm of [[https://www.youtube.com/watch?v=XZmGGAbHqa0][titanic server warehouses]] owned by a tiny number of individuals and it's what is sometimes refered to as [[http://mediagoblin.org/news/userops.html]["userops"]] - i.e. a user being able to do what traditionally only a professional systems administrator would be able to.
With a system installed in your home you also have greater legal protection against unwarranted searches. In general as soon as you put your information onto systems which you don't own then you no longer have the same property rights over it, together with "/no reasonable expectation of privacy/". We all know that's a nonsense, and so maybe we should do something about it.
#+ATTR_HTML: :border -1
| [[./variants.html][Variants]] | [[./installation.html][Installation]] | [[./usage.html][How to use it]] | [[file:backups.html][Backups]] | [[./code.html][Code]] | [[./related.html][Related Projects]] | [[file:faq.html][FAQ]] | [[file:support.html][Contact/Support]] | [[https://www.gnu.org/licenses/gpl-3.0-standalone.html][License]] |
With a system installed in your home you also have greater legal protection against unwarranted searches. In general as soon as you put your information onto systems which you don't own then you no longer have the same property rights over it, together with "/no reasonable expectation of privacy/". We all know that's a nonsense, and so maybe we should do something about it.[fn:2]
#+BEGIN_QUOTE
"With the increasing move of our computing to cloud infrastructures, we give up the control of our computing to the managers of those infrastructures. Our terminals (laptops, desktops) might now be running entirely on Free Software, but this is increasingly irrelevant given that most of what actually matters gets executed on a remote closed system that we dont control. The Free Software community needs to work to help users keep the control of all their computing, by developing suitable alternatives and facilitating their deployment." -- Lucas Nussbaum
@ -42,3 +69,5 @@ Freedombone is an example of the internet as it was supposed to be: a network of
An emphasis of the Freedombone project is the protection of private communications from indiscriminate mass surveillance, otherwise known as "/bulk intercept/" or "/warrantless wiretapping/". With only a few exceptions data entering and leaving the system is encrypted using settings recommended by [[https://bettercrypto.org][bettercrypto.org]]. Stored emails are encrypted such that only someone knowing your GPG password can read them and a GPG key is created automatically if you don't already have one. The system is firewalled with only the necessary ports being opened. Exclusively [[http://en.wikipedia.org/wiki/Free_software][free software]] is used so that all of it can potentially be security audited and proprietary repositories are disabled by default. There are still numerous security problems with the internet in general and software always contains bugs, but a best attempt has been made to ensure that the Freedombone is at least more secure than average. A limitation is that this system will not protect you from metadata analysis, although it is hoped that new types of email system may be able to do that in future.
[fn:1] Title photo by [[https://twitter.com/GrungyBerns][@GrungyBerns]]
[fn:2] Icons by [[https://www.iconfinder.com/tmthymllr][Timothy Miller]] Creative Commons (Attribution-Share Alike 3.0 Unported)

BIN
img/icon_backup.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
img/icon_code.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 718 B

BIN
img/icon_contact.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

BIN
img/icon_faq.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
img/icon_install.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 845 B

BIN
img/icon_related.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

BIN
img/icon_use.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

BIN
img/icon_variants.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 961 B

View File

@ -4,7 +4,7 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title></title>
<!-- 2015-12-13 Sun 11:53 -->
<!-- 2015-12-13 Sun 16:11 -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<meta name="generator" content="Org-mode" />
<meta name="author" content="Bob Mottram" />
@ -160,56 +160,47 @@ for the JavaScript code in this tag.
</p>
</div>
<p>
With the right technology the internet can be a space for free expression, exploration, cooperation, learning and fun. A place to connect with others are share experiences. It doesn't have to be a gloomy surveillance prison owned and run by a diabolical synthesis of money-grabbing megacorporations and prurient government spooks. Freedombone is designed to help you surmount the contemporary digital privacy conundrums and to increase your online autonomy. It's a self-hosted home server configuration which can be installed onto any computer capable of running <a href="https://www.debian.org/">Debian</a>, so if you have an old laptop or netbook which you can leave turned on then you can use Freedombone to provide your own internet services, such as blogging, wiki, email, chat and social networking and have independence from the well known internet companies.
</p>
<center>
<table style="width:50%; border:0">
<tr>
<td><a href="variants.html"><img style="width:100%" src="images/icon_variants.png"/></a></td>
<td><a href="installation.html"><img style="width:100%" src="images/icon_install.png"/></a></td>
<td><a href="usage.html"><img style="width:100%" src="images/icon_use.png"/></a></td>
<td><a href="backups.html"><img style="width:100%" src="images/icon_backup.png"/></a></td>
</tr>
<tr>
<td><center><a href="variants.html">Variants</a></center></td>
<td><center><a href="installation.html">Install</a></center></td>
<td><center><a href="usage.html">Use</a></center></td>
<td><center><a href="backups.html">Backups</a></center></td>
</tr>
<tr>
<td><a href="code.html"><img style="width:100%" src="images/icon_code.png"/></a></td>
<td><a href="related.html"><img style="width:100%" src="images/icon_related.png"/></a></td>
<td><a href="faq.html"><img style="width:100%" src="images/icon_faq.png"/></a></td>
<td><a href="support.html"><img style="width:100%" src="images/icon_contact.png"/></a></td>
</tr>
<tr>
<td><center><a href="code.html">Code</a></center></td>
<td><center><a href="related.html">Related</a></center></td>
<td><center><a href="faq.html">F.A.Q.</a></center></td>
<td><center><a href="support.html">Contact</a></center></td>
</tr>
</table>
</center>
<p>
This is personal or family scale computing, which can then federate to global proportions. We need <i>community controlled</i> information systems and to achieve that they must be inexpensive and simple to install and maintain. This is the opposite of the current dominant paradigm of <a href="https://www.youtube.com/watch?v=XZmGGAbHqa0">titanic server warehouses</a> owned by a tiny number of individuals and it's what is sometimes refered to as <a href="http://mediagoblin.org/news/userops.html">"userops"</a> - i.e. a user being able to do what traditionally only a professional systems administrator would be able to.
</p>
<p>
With a system installed in your home you also have greater legal protection against unwarranted searches. In general as soon as you put your information onto systems which you don't own then you no longer have the same property rights over it, together with "<i>no reasonable expectation of privacy</i>". We all know that's a nonsense, and so maybe we should do something about it.
With a system installed in your home you also have greater legal protection against unwarranted searches. In general as soon as you put your information onto systems which you don't own then you no longer have the same property rights over it, together with "<i>no reasonable expectation of privacy</i>". We all know that's a nonsense, and so maybe we should do something about it.<sup><a id="fnr.2" class="footref" href="#fn.2">2</a></sup>
</p>
<table border="-1" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
<colgroup>
<col class="org-left" />
<col class="org-left" />
<col class="org-left" />
<col class="org-left" />
<col class="org-left" />
<col class="org-left" />
<col class="org-left" />
<col class="org-left" />
<col class="org-left" />
</colgroup>
<tbody>
<tr>
<td class="org-left"><a href="./variants.html">Variants</a></td>
<td class="org-left"><a href="./installation.html">Installation</a></td>
<td class="org-left"><a href="./usage.html">How to use it</a></td>
<td class="org-left"><a href="backups.html">Backups</a></td>
<td class="org-left"><a href="./code.html">Code</a></td>
<td class="org-left"><a href="./related.html">Related Projects</a></td>
<td class="org-left"><a href="faq.html">FAQ</a></td>
<td class="org-left"><a href="support.html">Contact/Support</a></td>
<td class="org-left"><a href="https://www.gnu.org/licenses/gpl-3.0-standalone.html">License</a></td>
</tr>
</tbody>
</table>
<blockquote>
<p>
"With the increasing move of our computing to cloud infrastructures, we give up the control of our computing to the managers of those infrastructures. Our terminals (laptops, desktops) might now be running entirely on Free Software, but this is increasingly irrelevant given that most of what actually matters gets executed on a remote closed system that we dont control. The Free Software community needs to work to help users keep the control of all their computing, by developing suitable alternatives and facilitating their deployment." &#x2013; Lucas Nussbaum
@ -257,6 +248,10 @@ An emphasis of the Freedombone project is the protection of private communicatio
Title photo by <a href="https://twitter.com/GrungyBerns">@GrungyBerns</a>
</p></div>
<div class="footdef"><sup><a id="fn.2" class="footnum" href="#fnr.2">2</a></sup> <p class="footpara">
Icons by <a href="https://www.iconfinder.com/tmthymllr">Timothy Miller</a> Creative Commons (Attribution-Share Alike 3.0 Unported)
</p></div>
</div>
</div></div>