|
@@ -1508,6 +1508,12 @@ If you are using a self-signed certificate then at the login screen scroll down
|
1508
|
1508
|
More information about the Friendica app can be found on http://friendica-for-android.wiki-lab.net/
|
1509
|
1509
|
** Install a Blog
|
1510
|
1510
|
|
|
1511
|
+#+BEGIN_VERSE
|
|
1512
|
+/When society gives censors wide and vague powers they never confine themselves to deserving targets. They are not snipers, but machine-gunners. Allow them to fire at will, and they will hit anything that moves./
|
|
1513
|
+
|
|
1514
|
+-- Nick Cohen
|
|
1515
|
+#+END_VERSE
|
|
1516
|
+
|
1511
|
1517
|
Wordpress is the most popular blogging platform, but in practice I found it to be high maintenance with frequent security updates and breakages. More practical for a home server is Flatpress. Flatpress doesn't use a MySql database, just text files, and so is easy to relocate or reinstall.
|
1512
|
1518
|
|
1513
|
1519
|
See the [[Setting up a web site]] section of this document for details of how to configure the web server for your blog's domain.
|
|
@@ -1720,6 +1726,13 @@ TODO
|
1720
|
1726
|
|
1721
|
1727
|
CSipSimple?
|
1722
|
1728
|
** Install an IRC server
|
|
1729
|
+
|
|
1730
|
+#+BEGIN_VERSE
|
|
1731
|
+/Give me the liberty to know, to utter, and to argue freely according to conscience, above all liberties./
|
|
1732
|
+
|
|
1733
|
+-- John Milton
|
|
1734
|
+#+END_VERSE
|
|
1735
|
+
|
1723
|
1736
|
*** Base install
|
1724
|
1737
|
|
1725
|
1738
|
IRC is not an especially secure system. For instance, even with the best encryption it's easily possible to imagine IRC-specific cribs which could be used by cryptanalytic systems. However, we'll try to implement it in a manner which will at least give the surveillance aparatus something to ponder over.
|
|
@@ -2017,7 +2030,7 @@ Click *Add* to add a new user, then enter the Jabber ID which you previously spe
|
2017
|
2030
|
|
2018
|
2031
|
From the *File* 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.
|
2019
|
2032
|
|
2020
|
|
-You can also [[https://www.youtube.com/watch?v=vgx7VSrDGjk][see the following video]] as an example of using OTR.
|
|
2033
|
+You can also [[https://www.youtube.com/watch?v=vgx7VSrDGjk][see this video]] as an example of using OTR.
|
2021
|
2034
|
*** Using with Ubuntu
|
2022
|
2035
|
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.
|
2023
|
2036
|
|
|
@@ -2713,6 +2726,12 @@ pybitmessage
|
2713
|
2726
|
|
2714
|
2727
|
** Install Tripwire
|
2715
|
2728
|
|
|
2729
|
+#+BEGIN_VERSE
|
|
2730
|
+/...by the time you get done with all of that, we have a freedom box/
|
|
2731
|
+
|
|
2732
|
+-- Eben Moglen
|
|
2733
|
+#+END_VERSE
|
|
2734
|
+
|
2716
|
2735
|
Tripwire will try to detect any intrusions into your system. It's a good idea to install it after you have installed all of the other programs which you intend to use.
|
2717
|
2736
|
|
2718
|
2737
|
#+BEGIN_SRC: bash
|