From 4873fa19c76eb336f95c67acfe4f77bba212a115 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 12 Nov 2016 18:38:02 +0000 Subject: [PATCH] Separate documentation for gnusocial --- doc/EN/app_gnusocial.org | 86 +++++++ doc/EN/apps.org | 1 + doc/EN/usage.org | 62 +---- website/EN/app_gnusocial.html | 438 +++++++++++++++++++++++++++++++++ website/EN/apps.html | 141 +++++------ website/EN/usage.html | 448 +++++++++++----------------------- 6 files changed, 742 insertions(+), 434 deletions(-) create mode 100644 doc/EN/app_gnusocial.org create mode 100644 website/EN/app_gnusocial.html diff --git a/doc/EN/app_gnusocial.org b/doc/EN/app_gnusocial.org new file mode 100644 index 00000000..6b6f5c00 --- /dev/null +++ b/doc/EN/app_gnusocial.org @@ -0,0 +1,86 @@ +#+TITLE: +#+AUTHOR: Bob Mottram +#+EMAIL: bob@freedombone.net +#+KEYWORDS: freedombone, gnu social +#+DESCRIPTION: How to use GNU Social +#+OPTIONS: ^:nil toc:nil +#+HTML_HEAD: + +#+BEGIN_CENTER +[[file:images/logo.png]] +#+END_CENTER + +#+BEGIN_EXPORT html +
+

GNU Social

+
+#+END_EXPORT + +GNU Social is typically referred to as a microblogging system, although with a maximum post length much longer than Twitter it's really a sort of federated community blog with a stream-based appearance which also supports markdown formatting. + +You can host your own GNU Social instance and then "/remote follow/" other users who may also be doing the same. With a federated structure this type of system is hard to censor or ban. Unlike Twitter, there are no bribed adverts pushed into your stream, and any trends happening are likely to be real rather than being manipulated by some opaque algorithm. + +You should regard anything posted to GNU Social as being /public communication/ visible to anyone on the internet. There is a direct messaging capability between users but it's not particularly secure, so for one-to-one messages stick to better methods, such as XMPP with OTR/OMEMO or Tox. + +* Initial setup +To log into your GNU Social site first obtain your username and password from the "microblogging" section of the readme file. + +#+BEGIN_SRC bash +ssh username@domainname -p 2222 +cat README +exit +#+END_SRC + +Navigate to your site and log in. You may then want to select *Admin* and check or change the details. You may also wish to change the license for the site to be either Creative Commons or private. + +GNU Social has a clutter-free mobile user interface which can be accessed via a Tor compatible browser (make sure to add a NoScript exception). Unlike similar proprietary sites there are no bribed posts. + +#+BEGIN_CENTER +[[file:images/gnusocial_mobile.jpg]] +#+END_CENTER + +* Using with Emacs +If you are an Emacs user it's also possible to set up GNU Social mode as follows: + +#+begin_src bash :tangle no +mkdir ~/elisp +git clone git://git.savannah.nongnu.org/gnu-social-mode ~/elisp/gnu-social-mode +sed -i 's|"http"|"https"|g' ~/elisp/gnu-social-mode/gnu-social-mode.el +sed -i 's|http:|https:|g' ~/elisp/gnu-social-mode/gnu-social-mode.el +sed -i 's|http?|https?|g' ~/elisp/gnu-social-mode/gnu-social-mode.el +echo "(add-to-list 'load-path \"~/elisp/gnu-social-mode\")" >> ~/.emacs +echo "(require 'gnu-social-mode)" >> ~/.emacs +echo "(setq gnu-social-server-textlimit 2000" >> ~/.emacs +echo " gnu-social-server \"yourgnusocialdomain\"" >> ~/.emacs +echo " gnu-social-username \"yourusername\"" >> ~/.emacs +echo " gnu-social-password \"gnusocialpassword\")" >> ~/.emacs +#+end_src + +And as a quick reference the main keys are: + +| Key | Function | +|---------------+--------------------| +| i | Show icons | +| CTRL-c CTRL-s | Post status update | +| r | Repeat | +| F | Favourite | +| R | Reply to user | +| CTRL-c CTRL-h | Highlight | +| CTRL-c CTRL-r | Show replies | +| CTRL-c CTRL-f | Friends timeline | + + +* Sharing things +If you have the GNU Social microblogging system installed then it's also possible to share things or services between groups or with particular users. This can be useful for sharing items within a family, club or in a local sharing economy. Sharing things freely, without money, reveals the social basis at the root of all economics which money normally conceals or obscures. + +Click on "/share/" or "/my catalog/" and this will switch to a screen which allows you to enter details for things to be shared or wanted. + +#+BEGIN_CENTER +[[file:images/sharings3.jpg]] +#+END_CENTER + +The "/catalog/" button then allows you to search for shared things within the federated network. + +#+BEGIN_CENTER +[[file:images/sharings4.jpg]] +#+END_CENTER diff --git a/doc/EN/apps.org b/doc/EN/apps.org index 2714b512..2f928016 100644 --- a/doc/EN/apps.org +++ b/doc/EN/apps.org @@ -38,6 +38,7 @@ Modern looking blogging system. * GNU Social Federated social network. You can "/remote follow/" other users within the GNU Social federation. +[[./app_gnusocial.html][How to use it]] * Gogs Lightweight git project hosting system. You can mirror projects from Github, or if Github turns evil then just host your own projects while retaining the familiar /fork-and-pull/ workflow. If you can use Github then you can also use Gogs. diff --git a/doc/EN/usage.org b/doc/EN/usage.org index d4215472..a62f79a9 100644 --- a/doc/EN/usage.org +++ b/doc/EN/usage.org @@ -23,8 +23,7 @@ | [[./usage_email.html][Using Email]] | | [[./app_syncthing.html][Syncing to the Cloud]] | | [[Play Music]] | -| [[Microblogging (GNU Social)]] | -| [[Sharing things]] | +| [[./app_gnusocial.html][Microblogging (GNU Social)]] | | [[Social Network]] | | [[Chat Services]] | | [[RSS Reader]] | @@ -121,65 +120,6 @@ If you have an Android device then go to F-Droid (if you don't already have it i 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. -* Microblogging (GNU Social) -** Initial setup -To log into your GNU Social site first obtain your username and password from the "microblogging" section of the readme file. - -#+BEGIN_SRC bash -ssh username@domainname -p 2222 -cat README -exit -#+END_SRC - -Navigate to your site and log in. You may then want to select *Admin* and check or change the details. You may also wish to change the license for the site to be either Creative Commons or private. - -GNU Social has a clutter-free mobile user interface which can be accessed via a Tor compatible browser (make sure to add a NoScript exception). Unlike similar proprietary sites there are no bribed posts. - -[[file:images/gnusocial_mobile.jpg]] - -** Direct Messages (DMs) and privacy -One important point about GNU Social is that although direct messages (DMs) are treated as being private their security is quite poor. If you want real communications privacy then use other systems such as XMPP+OMEMO/OTR, Tox or email with GPG. GNU Social is primarily about /fully public communications/. -** Using with Emacs -If you are an Emacs user it's also possible to set up GNU Social mode as follows: - -#+begin_src bash :tangle no -mkdir ~/elisp -git clone git://git.savannah.nongnu.org/gnu-social-mode ~/elisp/gnu-social-mode -sed -i 's|"http"|"https"|g' ~/elisp/gnu-social-mode/gnu-social-mode.el -sed -i 's|http:|https:|g' ~/elisp/gnu-social-mode/gnu-social-mode.el -sed -i 's|http?|https?|g' ~/elisp/gnu-social-mode/gnu-social-mode.el -echo "(add-to-list 'load-path \"~/elisp/gnu-social-mode\")" >> ~/.emacs -echo "(require 'gnu-social-mode)" >> ~/.emacs -echo "(setq gnu-social-server-textlimit 2000" >> ~/.emacs -echo " gnu-social-server \"yourgnusocialdomain\"" >> ~/.emacs -echo " gnu-social-username \"yourusername\"" >> ~/.emacs -echo " gnu-social-password \"gnusocialpassword\")" >> ~/.emacs -#+end_src - -And as a quick reference the main keys are: - -| Key | Function | -|---------------+--------------------| -| i | Show icons | -| CTRL-c CTRL-s | Post status update | -| r | Repeat | -| F | Favourite | -| R | Reply to user | -| CTRL-c CTRL-h | Highlight | -| CTRL-c CTRL-r | Show replies | -| CTRL-c CTRL-f | Friends timeline | - -* Sharing things -If you have the GNU Social microblogging system installed then it's also possible to share things or services between groups or with particular users. This can be useful for sharing items within a family, club or in a local sharing economy. Sharing things freely, without money, reveals the social basis at the root of all economics which money normally conceals or obscures. - -Click on "/share/" or "/my catalog/" and this will switch to a screen which allows you to enter details for things to be shared or wanted. - -[[file:images/sharings3.jpg]] - -The "/catalog/" button then allows you to search for shared things within the federated network. - -[[file:images/sharings4.jpg]] - * Social Network ** Domains 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. diff --git a/website/EN/app_gnusocial.html b/website/EN/app_gnusocial.html new file mode 100644 index 00000000..0633b3d8 --- /dev/null +++ b/website/EN/app_gnusocial.html @@ -0,0 +1,438 @@ + + + + + + + + + + + + + + + + + +
+ +
+
+
+ +
+

logo.png +

+
+
+ +
+

GNU Social

+
+ +

+GNU Social is typically referred to as a microblogging system, although with a maximum post length much longer than Twitter it's really a sort of federated community blog with a stream-based appearance which also supports markdown formatting. +

+ +

+You can host your own GNU Social instance and then "remote follow" other users who may also be doing the same. With a federated structure this type of system is hard to censor or ban. Unlike Twitter, there are no bribed adverts pushed into your stream, and any trends happening are likely to be real rather than being manipulated by some opaque algorithm. +

+ +

+You should regard anything posted to GNU Social as being public communication visible to anyone on the internet. There is a direct messaging capability between users but it's not particularly secure, so for one-to-one messages stick to better methods, such as XMPP with OTR/OMEMO or Tox. +

+ +
+

Initial setup

+
+

+To log into your GNU Social site first obtain your username and password from the "microblogging" section of the readme file. +

+ +
+
ssh username@domainname -p 2222
+cat README
+exit
+
+
+ +

+Navigate to your site and log in. You may then want to select Admin and check or change the details. You may also wish to change the license for the site to be either Creative Commons or private. +

+ +

+GNU Social has a clutter-free mobile user interface which can be accessed via a Tor compatible browser (make sure to add a NoScript exception). Unlike similar proprietary sites there are no bribed posts. +

+ +
+ +
+

gnusocial_mobile.jpg +

+
+
+
+
+ +
+

Using with Emacs

+
+

+If you are an Emacs user it's also possible to set up GNU Social mode as follows: +

+ +
+
mkdir ~/elisp
+git clone git://git.savannah.nongnu.org/gnu-social-mode ~/elisp/gnu-social-mode
+sed -i 's|"http"|"https"|g' ~/elisp/gnu-social-mode/gnu-social-mode.el
+sed -i 's|http:|https:|g' ~/elisp/gnu-social-mode/gnu-social-mode.el
+sed -i 's|http?|https?|g' ~/elisp/gnu-social-mode/gnu-social-mode.el
+echo "(add-to-list 'load-path \"~/elisp/gnu-social-mode\")" >> ~/.emacs
+echo "(require 'gnu-social-mode)" >> ~/.emacs
+echo "(setq gnu-social-server-textlimit 2000" >> ~/.emacs
+echo "      gnu-social-server \"yourgnusocialdomain\"" >> ~/.emacs
+echo "    gnu-social-username \"yourusername\"" >> ~/.emacs
+echo "    gnu-social-password \"gnusocialpassword\")" >> ~/.emacs
+
+
+ +

+And as a quick reference the main keys are: +

+ + + + +++ ++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
KeyFunction
iShow icons
CTRL-c CTRL-sPost status update
rRepeat
FFavourite
RReply to user
CTRL-c CTRL-hHighlight
CTRL-c CTRL-rShow replies
CTRL-c CTRL-fFriends timeline
+
+
+ + +
+

Sharing things

+
+

+If you have the GNU Social microblogging system installed then it's also possible to share things or services between groups or with particular users. This can be useful for sharing items within a family, club or in a local sharing economy. Sharing things freely, without money, reveals the social basis at the root of all economics which money normally conceals or obscures. +

+ +

+Click on "share" or "my catalog" and this will switch to a screen which allows you to enter details for things to be shared or wanted. +

+ +
+ +
+

sharings3.jpg +

+
+
+ +

+The "catalog" button then allows you to search for shared things within the federated network. +

+ +
+ +
+

sharings4.jpg +

+
+
+
+
+
+
+ + + + +
+ + diff --git a/website/EN/apps.html b/website/EN/apps.html index ec785d4a..46493d93 100644 --- a/website/EN/apps.html +++ b/website/EN/apps.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + @@ -257,171 +257,174 @@ The base install of the system just contains an email server and Mutt client, bu -
-

DLNA

-
+
+

DLNA

+

Enables you to use the system as a music server which any DLNA compatible devices can connect to within your home network.

-
-

Dokuwiki

-
+
+

Dokuwiki

+

A databaseless wiki system.

-
-

Emacs

-
+
+

Emacs

+

If you use the Mutt client to read your email then this will set it up to use emacs for composing new mail.

-
-

Etherpad

-
+
+

Etherpad

+

Collaborate on creating documents in real time. Maybe you're planning a holiday with other family members or creating documentation for a Free Software project along with other volunteers. Etherpad is hard to beat for simplicity and speed. Only users of the system will be able to access it.

-
-

Ghost

-
+
+

Ghost

+

Modern looking blogging system.

-
-

GNU Social

-
+
+

GNU Social

+

Federated social network. You can "remote follow" other users within the GNU Social federation.

-
-
-
-

Gogs

- +
+
+

Gogs

+

Lightweight git project hosting system. You can mirror projects from Github, or if Github turns evil then just host your own projects while retaining the familiar fork-and-pull workflow. If you can use Github then you can also use Gogs.

-
-

HTMLy

-
+
+

HTMLy

+

Databaseless blogging system. Quite simple and with a markdown-like format.

-
-

Hubzilla

-
+
+

Hubzilla

+

Web publishing platform with social network like features and good privacy controls so that it's possible to specify who can see which content. Includes photo albums, calendar, wiki and file storage.

-
-

IRC Server (ngirc)

-
+
+

IRC Server (ngirc)

+

Run your own IRC chat channel which can be secured with a password and accessible via an onion address. A bouncer is included so that you can receive messages sent while you were offline. Works with Hexchat and other popular clients.

-
-

Jitsi Meet

-
+
+

Jitsi Meet

+

Experimental WebRTC video conferencing system, similar to Google Hangouts. This may not be fully functional, but is hoped to be in the near future.

-
-

Lychee

-
+
+

Lychee

+

Make your photo albums available on the web.

-
-

Mailpile

-
+
+

Mailpile

+

Modern email client which supports GPG encryption.

-
-

Mumble

-
+
+

Mumble

+

The popular VoIP and text chat system. Say goodbye to old-fashioned telephony conferences with silly dial codes. Also works well on mobile.

-
-

PI-Hole

-
+
+

PI-Hole

+

The black hole for web adverts. Block adverts at the domain name level within your local network. It can significantly reduce bandwidth, speed up page load times and protect your systems from being tracked by spyware.

-
-

PostActiv

-
+
+

PostActiv

+

An alternative federated social networking system compatible with GNU Social. It includes some optimisations and fixes currently not available within the main GNU Social project.

-
-

Radicale

-
+
+

Radicale

+

Calendar system compatible with CalDAV and CardDAV. Manage your calendar events easily across all your devices.

-
-

tt-rss

-
+
+

tt-rss

+

Private RSS reader. Pulls in RSS/Atom feeds via Tor and is only accessible via an onion address. Have "the right to read" without the Surveillance State knowing what you're reading. Also available with a user interface suitable for viewing on mobile devices via a browser such as OrFox.

-
-

Syncthing

-
+
+

Syncthing

+

Possibly the best way to synchronise files across all of your devices. Once it has been set up it "just works" with no user intervention needed.

@@ -431,27 +434,27 @@ Possibly the best way to synchronise files across all of your devices. Once it h

-
-

Tox

-
+
+

Tox

+

Client and bootstrap node for the Tox chat/VoIP system.

-
-

Vim

-
+
+

Vim

+

If you use the Mutt client to read your email then this will set it up to use vim for composing new mail.

-
-

XMPP

-
+
+

XMPP

+

Chat server which can be used together with client such as Gajim or Conversations to provide end-to-end content security and also onion routed metadata security. Includes advanced features such as client state notification to save battery power on your mobile devices, support for seamless roaming between networks and message carbons so that you can receive the same messages while being simultaneously logged in to your account on more than one device.

diff --git a/website/EN/usage.html b/website/EN/usage.html index 2fb87b8c..fc4f5284 100644 --- a/website/EN/usage.html +++ b/website/EN/usage.html @@ -3,7 +3,7 @@ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> - + @@ -255,15 +255,15 @@ for the JavaScript code in this tag. -Readme +Readme -Improving ssh security +Improving ssh security -Administrating the system via an onion address (Tor) +Administrating the system via an onion address (Tor) @@ -279,46 +279,42 @@ for the JavaScript code in this tag. -Play Music +Play Music -Microblogging (GNU Social) +Microblogging (GNU Social) -Sharing things +Social Network -Social Network +Chat Services -Chat Services +RSS Reader -RSS Reader +Git Projects -Git Projects +Adding or removing users -Adding or removing users - - - -Blocking Ads +Blocking Ads -
-

Readme

-
+
+

Readme

+

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:

@@ -338,9 +334,9 @@ To exit you can either just close the terminal or use CTRL-x CTRL-c follo

-
-

Improving ssh security

-
+
+

Improving ssh security

+

To improve ssh security you can generate an ssh key pair on your system and then upload the public key to the Freedombone.

@@ -390,9 +386,9 @@ If you wish to only use ssh keys then log in to the Freedombone, become the root
-
-

Administrating the system via an onion address (Tor)

-
+
+

Administrating the system via an onion address (Tor)

+

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:

@@ -434,12 +430,12 @@ Subsequently even if dynamic DNS isn't working you may still be able to administ

-
-

Play Music

-
-
-

With the DLNA service

-
+
+

Play Music

+
+
+

With the DLNA service

+

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 "Music" on a USB thumb drive and then insert it into from socket on the Beaglebone.

@@ -478,176 +474,20 @@ The DLNA service will only work within your local home network, and isn't remote
-
-

Microblogging (GNU Social)

-
-
-

Initial setup

-
-

-To log into your GNU Social site first obtain your username and password from the "microblogging" section of the readme file. -

- -
-
ssh username@domainname -p 2222
-cat README
-exit
-
-
- -

-Navigate to your site and log in. You may then want to select Admin and check or change the details. You may also wish to change the license for the site to be either Creative Commons or private. -

- -

-GNU Social has a clutter-free mobile user interface which can be accessed via a Tor compatible browser (make sure to add a NoScript exception). Unlike similar proprietary sites there are no bribed posts. -

- - -
-

gnusocial_mobile.jpg -

-
-
-
- -
-

Direct Messages (DMs) and privacy

-
-

-One important point about GNU Social is that although direct messages (DMs) are treated as being private their security is quite poor. If you want real communications privacy then use other systems such as XMPP+OMEMO/OTR, Tox or email with GPG. GNU Social is primarily about fully public communications. -

-
-
-
-

Using with Emacs

-
-

-If you are an Emacs user it's also possible to set up GNU Social mode as follows: -

- -
-
mkdir ~/elisp
-git clone git://git.savannah.nongnu.org/gnu-social-mode ~/elisp/gnu-social-mode
-sed -i 's|"http"|"https"|g' ~/elisp/gnu-social-mode/gnu-social-mode.el
-sed -i 's|http:|https:|g' ~/elisp/gnu-social-mode/gnu-social-mode.el
-sed -i 's|http?|https?|g' ~/elisp/gnu-social-mode/gnu-social-mode.el
-echo "(add-to-list 'load-path \"~/elisp/gnu-social-mode\")" >> ~/.emacs
-echo "(require 'gnu-social-mode)" >> ~/.emacs
-echo "(setq gnu-social-server-textlimit 2000" >> ~/.emacs
-echo "      gnu-social-server \"yourgnusocialdomain\"" >> ~/.emacs
-echo "    gnu-social-username \"yourusername\"" >> ~/.emacs
-echo "    gnu-social-password \"gnusocialpassword\")" >> ~/.emacs
-
-
- -

-And as a quick reference the main keys are: -

- - - - --- -- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
KeyFunction
iShow icons
CTRL-c CTRL-sPost status update
rRepeat
FFavourite
RReply to user
CTRL-c CTRL-hHighlight
CTRL-c CTRL-rShow replies
CTRL-c CTRL-fFriends timeline
-
-
-
- -
-

Sharing things

-
-

-If you have the GNU Social microblogging system installed then it's also possible to share things or services between groups or with particular users. This can be useful for sharing items within a family, club or in a local sharing economy. Sharing things freely, without money, reveals the social basis at the root of all economics which money normally conceals or obscures. -

- -

-Click on "share" or "my catalog" and this will switch to a screen which allows you to enter details for things to be shared or wanted. -

- - -
-

sharings3.jpg -

-
- -

-The "catalog" button then allows you to search for shared things within the federated network. -

- - -
-

sharings4.jpg -

-
-
-
- -
-

Social Network

-
-
-

Domains

-
+
+

Social Network

+
+
+

Domains

+

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.

-
-

Initial install

-
+
+

Initial install

+

On first visiting your Hubzilla site you'll see the login screen. The first thing you need to do is register a new user. The first user on the system then becomes its administrator.

@@ -661,19 +501,19 @@ On first visiting your Hubzilla site you'll see the login screen. The first thin
-
-

Chat Services

-
-
-

IRC

-
+
+

Chat Services

+
+
+

IRC

+

IRC is useful for multi-user chat. The classic use case is for software development where many engineers might need to coordinate their activities, but it's also useful for meetings, parties and general socialising.

-
-

Irssi

-
+
+

Irssi

+

The easiest way to use irssi is to connect to your system, like this:

@@ -688,9 +528,9 @@ Then select IRC from the menu. However, other than via this method using

-
-

HexChat

-
+
+

HexChat

+

HexChat (formerly XChat) is compatible with proxying via Tor and so provides the best security when connecting to your IRC server. It will allow you to connect to your IRC server's onion address.

@@ -771,9 +611,9 @@ Click close and then connect.
-
-

Emacs

-
+
+

Emacs

+

If you are an Emacs user then you can also connect to your IRC server via Emacs.

@@ -804,9 +644,9 @@ Add the following to your Emacs configuration file:
-
-

Changing or removing the IRC password

-
+
+

Changing or removing the IRC password

+

By default the IRC server is set up to require a password for users to log in. The password is the same for all users. If you want to change or remove the password:

@@ -823,20 +663,20 @@ Select Administrator controls then IRC Menu and then change the pa
-
-

XMPP/Jabber

-
-
-

About XMPP

-
+
+

XMPP/Jabber

+
+
+

About XMPP

+

A well written article on the state of XMPP and how it compares to other chat protocols can be found here.

-
-

Using with Gajim

-
+
+

Using with Gajim

+

In mid 2016 Gajim became the first desktop XMPP client to support the OMEMO end-to-end security standard, which is superior to the more traditional OTR since it also includes multi-user chat and the ratcheting mechanism pioneered by Open Whisper Systems. To install it:

@@ -880,9 +720,9 @@ If you wish to use OpenPGP to encrypt your messages then go to Edit/Accounts<
-
-

Using with Profanity

-
+
+

Using with Profanity

+

The Profanity 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.

@@ -964,9 +804,9 @@ When accessed via the user control panel the client is automatically routed thro

-
-

Using with Jitsi

-
+
+

Using with Jitsi

+

Jitsi is the recommended communications client for desktop or laptop systems, since it includes the off the record (OTR) feature which provides some additional security beyond the usual SSL certificates.

@@ -996,9 +836,9 @@ You can also see this vide

-
-

Using with Ubuntu

-
+
+

Using with Ubuntu

+

The default XMPP client in Ubuntu is Empathy. Using Empathy isn't as secure as using Jitsi, since it doesn't include the off the record feature, but since it's the default it's what many users will have easy access to.

@@ -1016,17 +856,17 @@ Click on Advanced and make sure that Encryption required and Ig

-
-

Using Tor Messenger

-
+ -
-

Using with Android/Conversations

-
+
+

Using with Android/Conversations

+

Install F-Droid

@@ -1061,16 +901,16 @@ Then select Next. When chatting you can use the lock icon to encrypt your
-
-

Tox

-
+
+

Tox

+

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.

-
-

Using the Toxic client

-
+
+

Using the Toxic client

+

Log into your system with:

@@ -1093,20 +933,20 @@ Then from the menu select Tox Chat. Tox is encrypted by default and also
-
-

VoIP (Voice and text chat)

-
-
-

Text chat

-
+
+

VoIP (Voice and text chat)

+
+
+

Text chat

+

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.

-
-

Using with Ubuntu

-
+
+

Using with Ubuntu

+

Within the software center search for "mumble" and install the client then run it. Skip through the audio setup wizard.

@@ -1116,9 +956,9 @@ Click on "add new" to add a new server and enter the default domain name for the

-
-

Using with Android

-
+
+

Using with Android

+

Install F-Droid

@@ -1153,24 +993,24 @@ Selecting the server by pressing on it then connects you to the server so that y
-
-

SIP phones

-
+
+

SIP phones

+

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.

-
-

About ZRTP

-
+
+

About ZRTP

+

ZRTP 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 man in the middle - as stingray type devices 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.

-
-

Using with CSIPSimple

-
+
+

Using with CSIPSimple

+

Add an account. Under General Wizards choose Expert and enter the following details:

@@ -1226,9 +1066,9 @@ If everything is working the account should appear in green with a status of

-
-

Using with Ring

-
+
+

Using with Ring

+

From the menu select Manage accounts.

@@ -1281,9 +1121,9 @@ Select the Security tab. Under SRTP Key Exchange select ZRTP
-
-

RSS Reader

-
+
+

RSS Reader

+

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.

@@ -1295,9 +1135,9 @@ The way that RSS reading is set up on Freedombone gives you strong reading priva
-
-

Finding the onion address

-
+
+

Finding the onion address

+

See the control panel for the RSS reader onion address.

@@ -1321,9 +1161,9 @@ To set up the system open http://rss_r
-
-

On mobile

-
+
+

On mobile

+

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.

@@ -1335,9 +1175,9 @@ A note for the paranoid is that on mobile devices you get redirected to a differ
-
-

With Emacs

-
+
+

With Emacs

+

If you are an Emacs user then you can also read your RSS feeds via the Avandu mode.

@@ -1376,9 +1216,9 @@ And ensure that the Tor daemon is installed:
-
-

Git Projects

-
+
+

Git Projects

+

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.

@@ -1414,9 +1254,9 @@ This will stop any spam accounts being created by random strangers or bots. You

-
-

Adding or removing users

-
+
+

Adding or removing users

+

Log into the system with:

@@ -1444,9 +1284,9 @@ control
-
-

Blocking Ads

-
+
+

Blocking Ads

+

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.

@@ -1460,9 +1300,9 @@ Also don't expect perfection. Though many ads may be blocked by this system some

-
-

Set a static IP address

-
+
+

Set a static IP address

+

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 192.168.1.1 or 192.168.1.254.

@@ -1473,9 +1313,9 @@ When that's done select About this system from the control panel and see
-
-

On each client system within your local network

-
+
+

On each client system within your local network

+
sudo chattr -i /etc/resolv.conf
 sudo nano /etc/resolv.conf
@@ -1502,9 +1342,9 @@ Normally resolv.conf will be overwritten every time your reboot, but you
 
-
-

On your internet router

-
+
+

On your internet router

+

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.

@@ -1514,9 +1354,9 @@ Edit the DNS settings and add the IPv4 address which you got from the control pa

-
-

LibreCMC

-
+
+

LibreCMC

+

On a router running LibreCMC from the Network menu select DHCP and DNS. Enter the static IP address of your Freedombone system within DNS Forwardings, then at the bottom of the page click on Save & Apply. Any devices which connect to your router will now have ad blocking.

@@ -1524,9 +1364,9 @@ On a router running LibreCMC from the Network menu select DHCP and DNS
-
-

Configuring block lists

-
+
+

Configuring block lists

+

You can configure the block lists which the system uses by going to the administrator control panel, selecting App Settings then choosing pihole. 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.