Bläddra i källkod

Tor routing instructions for emacs

Bob Mottram 8 år sedan
förälder
incheckning
ba1f013c42
No account linked to committer's email
2 ändrade filer med 174 tillägg och 136 borttagningar
  1. 15
    0
      doc/EN/usage.org
  2. 159
    136
      website/EN/usage.html

+ 15
- 0
doc/EN/usage.org Visa fil

@@ -580,6 +580,21 @@ Add the following to your configuration, changing the address and password as ap
580 580
 	  avandu-user "admin"
581 581
 	  avandu-password "mypassword")
582 582
 #+end_src
583
+
584
+If you don't already have Emacs set up to route through Tor then also add the following:
585
+
586
+#+begin_src emacs-lisp :tangle no
587
+(setq socks-noproxy '("localhost"))
588
+(require 'socks)
589
+(require 'tls)
590
+(setq socks-server (list "Tor socks" "localhost" 9050 5))
591
+#+end_src 
592
+
593
+And ensure that the Tor daemon is installed:
594
+
595
+#+begin_src bash :tangle no
596
+sudo apt-get install tor
597
+#+end_src
583 598
 * Git Projects
584 599
 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.
585 600
 

+ 159
- 136
website/EN/usage.html Visa fil

@@ -3,7 +3,7 @@
3 3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4 4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5 5
 <head>
6
-<!-- 2016-05-31 Tue 09:54 -->
6
+<!-- 2016-05-31 Tue 09:57 -->
7 7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8 8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
9 9
 <title></title>
@@ -253,15 +253,15 @@ for the JavaScript code in this tag.
253 253
 </colgroup>
254 254
 <tbody>
255 255
 <tr>
256
-<td class="org-left"><a href="#orgfaa2031">Readme</a></td>
256
+<td class="org-left"><a href="#orgd227ef1">Readme</a></td>
257 257
 </tr>
258 258
 
259 259
 <tr>
260
-<td class="org-left"><a href="#orgf204ba9">Improving ssh security</a></td>
260
+<td class="org-left"><a href="#org4d41872">Improving ssh security</a></td>
261 261
 </tr>
262 262
 
263 263
 <tr>
264
-<td class="org-left"><a href="#orgff695b2">Administrating the system via an onion address (Tor)</a></td>
264
+<td class="org-left"><a href="#org12befbb">Administrating the system via an onion address (Tor)</a></td>
265 265
 </tr>
266 266
 
267 267
 <tr>
@@ -273,46 +273,46 @@ for the JavaScript code in this tag.
273 273
 </tr>
274 274
 
275 275
 <tr>
276
-<td class="org-left"><a href="#orgfda2e39">Syncing to the Cloud</a></td>
276
+<td class="org-left"><a href="#orgbbef597">Syncing to the Cloud</a></td>
277 277
 </tr>
278 278
 
279 279
 <tr>
280
-<td class="org-left"><a href="#orga6c2960">Play Music</a></td>
280
+<td class="org-left"><a href="#org2041e81">Play Music</a></td>
281 281
 </tr>
282 282
 
283 283
 <tr>
284
-<td class="org-left"><a href="#orge9a2bc5">Microblogging (GNU Social)</a></td>
284
+<td class="org-left"><a href="#orge3622ef">Microblogging (GNU Social)</a></td>
285 285
 </tr>
286 286
 
287 287
 <tr>
288
-<td class="org-left"><a href="#orgdf12db8">Sharing things</a></td>
288
+<td class="org-left"><a href="#org8bb8ad1">Sharing things</a></td>
289 289
 </tr>
290 290
 
291 291
 <tr>
292
-<td class="org-left"><a href="#org59e3dff">Social Network</a></td>
292
+<td class="org-left"><a href="#orga4524b7">Social Network</a></td>
293 293
 </tr>
294 294
 
295 295
 <tr>
296
-<td class="org-left"><a href="#org06dfa0b">Chat Services</a></td>
296
+<td class="org-left"><a href="#org60367f7">Chat Services</a></td>
297 297
 </tr>
298 298
 
299 299
 <tr>
300
-<td class="org-left"><a href="#org5280061">RSS Reader</a></td>
300
+<td class="org-left"><a href="#org8ce4d68">RSS Reader</a></td>
301 301
 </tr>
302 302
 
303 303
 <tr>
304
-<td class="org-left"><a href="#org544196a">Git Projects</a></td>
304
+<td class="org-left"><a href="#org85ca1e1">Git Projects</a></td>
305 305
 </tr>
306 306
 
307 307
 <tr>
308
-<td class="org-left"><a href="#org2ae50b8">Adding or removing users</a></td>
308
+<td class="org-left"><a href="#orge977acc">Adding or removing users</a></td>
309 309
 </tr>
310 310
 </tbody>
311 311
 </table>
312 312
 
313
-<div id="outline-container-orgfaa2031" class="outline-2">
314
-<h2 id="orgfaa2031">Readme</h2>
315
-<div class="outline-text-2" id="text-orgfaa2031">
313
+<div id="outline-container-orgd227ef1" class="outline-2">
314
+<h2 id="orgd227ef1">Readme</h2>
315
+<div class="outline-text-2" id="text-orgd227ef1">
316 316
 <p>
317 317
 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:
318 318
 </p>
@@ -333,9 +333,9 @@ To exit you can either just close the terminal or use <b>CTRL-x CTRL-c</b> follo
333 333
 </p>
334 334
 </div>
335 335
 </div>
336
-<div id="outline-container-orgf204ba9" class="outline-2">
337
-<h2 id="orgf204ba9">Improving ssh security</h2>
338
-<div class="outline-text-2" id="text-orgf204ba9">
336
+<div id="outline-container-org4d41872" class="outline-2">
337
+<h2 id="org4d41872">Improving ssh security</h2>
338
+<div class="outline-text-2" id="text-org4d41872">
339 339
 <p>
340 340
 To improve ssh security you can generate an ssh key pair on your system and then upload the public key to the Freedombone.
341 341
 </p>
@@ -388,9 +388,9 @@ If you wish to only use ssh keys then log in to the Freedombone, become the root
388 388
 </div>
389 389
 </div>
390 390
 
391
-<div id="outline-container-orgff695b2" class="outline-2">
392
-<h2 id="orgff695b2">Administrating the system via an onion address (Tor)</h2>
393
-<div class="outline-text-2" id="text-orgff695b2">
391
+<div id="outline-container-org12befbb" class="outline-2">
392
+<h2 id="org12befbb">Administrating the system via an onion address (Tor)</h2>
393
+<div class="outline-text-2" id="text-org12befbb">
394 394
 <p>
395 395
 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:
396 396
 </p>
@@ -436,9 +436,9 @@ Subsequently even if dynamic DNS isn't working you may still be able to administ
436 436
 </p>
437 437
 </div>
438 438
 </div>
439
-<div id="outline-container-orgfda2e39" class="outline-2">
440
-<h2 id="orgfda2e39">Syncing to the Cloud</h2>
441
-<div class="outline-text-2" id="text-orgfda2e39">
439
+<div id="outline-container-orgbbef597" class="outline-2">
440
+<h2 id="orgbbef597">Syncing to the Cloud</h2>
441
+<div class="outline-text-2" id="text-orgbbef597">
442 442
 <p>
443 443
 <a href="https://syncthing.net/">Syncthing</a> provides a similar capability to proprietary systems such as <a href="http://www.drop-dropbox.com/">Dropbox</a>, and also is well suited for use with low power single board computers. You can have one or more directories which are synchronized across your various laptops/desktops/devices, and this makes it hard for you to ever lose important files. The manner in which the synchronization is done is pretty secure, such that it would be difficult for passive adversaries (mass surveillance, "<i>men in the middle</i>", etc) to know what files you're sharing. Of course, you don't necessarily need to be running a server in order to use Syncthing, but if you do have a server which is always running then there's always at least one place to synchronize your files to or from.
444 444
 </p>
@@ -448,9 +448,9 @@ Freedombone provides Syncthing shared directories for each user on the system, p
448 448
 </p>
449 449
 </div>
450 450
 
451
-<div id="outline-container-orgdabb2ab" class="outline-3">
452
-<h3 id="orgdabb2ab">On a laptop</h3>
453
-<div class="outline-text-3" id="text-orgdabb2ab">
451
+<div id="outline-container-org2017748" class="outline-3">
452
+<h3 id="org2017748">On a laptop</h3>
453
+<div class="outline-text-3" id="text-org2017748">
454 454
 <p>
455 455
 Install syncthing:
456 456
 </p>
@@ -505,9 +505,9 @@ Now wait for a few minutes. Eventually you will see two messages appear within t
505 505
 </p>
506 506
 </div>
507 507
 </div>
508
-<div id="outline-container-orgde317e5" class="outline-3">
509
-<h3 id="orgde317e5">On Android</h3>
510
-<div class="outline-text-3" id="text-orgde317e5">
508
+<div id="outline-container-orgdc7d76f" class="outline-3">
509
+<h3 id="orgdc7d76f">On Android</h3>
510
+<div class="outline-text-3" id="text-orgdc7d76f">
511 511
 <p>
512 512
 Install Syncthing and Connectbot from F-droid.
513 513
 </p>
@@ -538,12 +538,12 @@ Now wait for a few minutes or more. Eventually you should receive two notificati
538 538
 </div>
539 539
 </div>
540 540
 </div>
541
-<div id="outline-container-orga6c2960" class="outline-2">
542
-<h2 id="orga6c2960">Play Music</h2>
543
-<div class="outline-text-2" id="text-orga6c2960">
544
-</div><div id="outline-container-org3ece73a" class="outline-3">
545
-<h3 id="org3ece73a">With the DLNA service</h3>
546
-<div class="outline-text-3" id="text-org3ece73a">
541
+<div id="outline-container-org2041e81" class="outline-2">
542
+<h2 id="org2041e81">Play Music</h2>
543
+<div class="outline-text-2" id="text-org2041e81">
544
+</div><div id="outline-container-org0e10332" class="outline-3">
545
+<h3 id="org0e10332">With the DLNA service</h3>
546
+<div class="outline-text-3" id="text-org0e10332">
547 547
 <p>
548 548
 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.
549 549
 </p>
@@ -584,9 +584,9 @@ The DLNA service will only work within your local home network, and isn't remote
584 584
 </div>
585 585
 </div>
586 586
 
587
-<div id="outline-container-orge9a2bc5" class="outline-2">
588
-<h2 id="orge9a2bc5">Microblogging (GNU Social)</h2>
589
-<div class="outline-text-2" id="text-orge9a2bc5">
587
+<div id="outline-container-orge3622ef" class="outline-2">
588
+<h2 id="orge3622ef">Microblogging (GNU Social)</h2>
589
+<div class="outline-text-2" id="text-orge3622ef">
590 590
 <p>
591 591
 To log into your GNU Social site first obtain your username and password from the "microblogging" section of the readme file.
592 592
 </p>
@@ -615,9 +615,9 @@ GNU Social has a clutter-free mobile user interface which can be accessed via a
615 615
 </div>
616 616
 </div>
617 617
 
618
-<div id="outline-container-orgdf12db8" class="outline-2">
619
-<h2 id="orgdf12db8">Sharing things</h2>
620
-<div class="outline-text-2" id="text-orgdf12db8">
618
+<div id="outline-container-org8bb8ad1" class="outline-2">
619
+<h2 id="org8bb8ad1">Sharing things</h2>
620
+<div class="outline-text-2" id="text-org8bb8ad1">
621 621
 <p>
622 622
 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.
623 623
 </p>
@@ -644,20 +644,20 @@ The "<i>catalog</i>" button then allows you to search for shared things within t
644 644
 </div>
645 645
 </div>
646 646
 
647
-<div id="outline-container-org59e3dff" class="outline-2">
648
-<h2 id="org59e3dff">Social Network</h2>
649
-<div class="outline-text-2" id="text-org59e3dff">
650
-</div><div id="outline-container-org8777e8d" class="outline-3">
651
-<h3 id="org8777e8d">Domains</h3>
652
-<div class="outline-text-3" id="text-org8777e8d">
647
+<div id="outline-container-orga4524b7" class="outline-2">
648
+<h2 id="orga4524b7">Social Network</h2>
649
+<div class="outline-text-2" id="text-orga4524b7">
650
+</div><div id="outline-container-orgb69ddfa" class="outline-3">
651
+<h3 id="orgb69ddfa">Domains</h3>
652
+<div class="outline-text-3" id="text-orgb69ddfa">
653 653
 <p>
654 654
 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.
655 655
 </p>
656 656
 </div>
657 657
 </div>
658
-<div id="outline-container-org36e514e" class="outline-3">
659
-<h3 id="org36e514e">Initial install</h3>
660
-<div class="outline-text-3" id="text-org36e514e">
658
+<div id="outline-container-org9695337" class="outline-3">
659
+<h3 id="org9695337">Initial install</h3>
660
+<div class="outline-text-3" id="text-org9695337">
661 661
 <p>
662 662
 On first visiting your Hubzilla site you'll see the login screen. The first thing you need to do is <b>register</b> a new user. The first user on the system then becomes its administrator.
663 663
 </p>
@@ -671,19 +671,19 @@ On first visiting your Hubzilla site you'll see the login screen. The first thin
671 671
 </div>
672 672
 </div>
673 673
 
674
-<div id="outline-container-org06dfa0b" class="outline-2">
675
-<h2 id="org06dfa0b">Chat Services</h2>
676
-<div class="outline-text-2" id="text-org06dfa0b">
677
-</div><div id="outline-container-org103cad0" class="outline-3">
678
-<h3 id="org103cad0">IRC</h3>
679
-<div class="outline-text-3" id="text-org103cad0">
674
+<div id="outline-container-org60367f7" class="outline-2">
675
+<h2 id="org60367f7">Chat Services</h2>
676
+<div class="outline-text-2" id="text-org60367f7">
677
+</div><div id="outline-container-orgba28c46" class="outline-3">
678
+<h3 id="orgba28c46">IRC</h3>
679
+<div class="outline-text-3" id="text-orgba28c46">
680 680
 <p>
681 681
 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.
682 682
 </p>
683 683
 </div>
684
-<div id="outline-container-orga0b6c1a" class="outline-4">
685
-<h4 id="orga0b6c1a">Irssi</h4>
686
-<div class="outline-text-4" id="text-orga0b6c1a">
684
+<div id="outline-container-orgddc9e41" class="outline-4">
685
+<h4 id="orgddc9e41">Irssi</h4>
686
+<div class="outline-text-4" id="text-orgddc9e41">
687 687
 <p>
688 688
 The easiest way to use irssi is to connect to your system, like this:
689 689
 </p>
@@ -699,9 +699,9 @@ Then select <b>IRC</b> from the menu. However, other than via this method using
699 699
 </p>
700 700
 </div>
701 701
 </div>
702
-<div id="outline-container-orgeddf14f" class="outline-4">
703
-<h4 id="orgeddf14f">HexChat</h4>
704
-<div class="outline-text-4" id="text-orgeddf14f">
702
+<div id="outline-container-org4090ef2" class="outline-4">
703
+<h4 id="org4090ef2">HexChat</h4>
704
+<div class="outline-text-4" id="text-org4090ef2">
705 705
 <p>
706 706
 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.
707 707
 </p>
@@ -879,9 +879,9 @@ Click <b>close</b> and then <b>connect</b>.
879 879
 </div>
880 880
 </div>
881 881
 
882
-<div id="outline-container-org95f8409" class="outline-4">
883
-<h4 id="org95f8409">Emacs</h4>
884
-<div class="outline-text-4" id="text-org95f8409">
882
+<div id="outline-container-org9484fef" class="outline-4">
883
+<h4 id="org9484fef">Emacs</h4>
884
+<div class="outline-text-4" id="text-org9484fef">
885 885
 <p>
886 886
 If you are an Emacs user then you can also connect to your IRC server via Emacs.
887 887
 </p>
@@ -914,9 +914,9 @@ Add the following to your Emacs configuration file:
914 914
 </div>
915 915
 </div>
916 916
 </div>
917
-<div id="outline-container-org3ca7e1c" class="outline-4">
918
-<h4 id="org3ca7e1c">Changing or removing the IRC password</h4>
919
-<div class="outline-text-4" id="text-org3ca7e1c">
917
+<div id="outline-container-org9b8b601" class="outline-4">
918
+<h4 id="org9b8b601">Changing or removing the IRC password</h4>
919
+<div class="outline-text-4" id="text-org9b8b601">
920 920
 <p>
921 921
 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:
922 922
 </p>
@@ -934,12 +934,12 @@ Select <i>Administrator controls</i> then <b>IRC Menu</b> and then change the pa
934 934
 </div>
935 935
 </div>
936 936
 
937
-<div id="outline-container-orgd87b38d" class="outline-3">
938
-<h3 id="orgd87b38d">XMPP/Jabber</h3>
939
-<div class="outline-text-3" id="text-orgd87b38d">
940
-</div><div id="outline-container-org77f18db" class="outline-4">
941
-<h4 id="org77f18db">Using with Profanity</h4>
942
-<div class="outline-text-4" id="text-org77f18db">
937
+<div id="outline-container-org177547a" class="outline-3">
938
+<h3 id="org177547a">XMPP/Jabber</h3>
939
+<div class="outline-text-3" id="text-org177547a">
940
+</div><div id="outline-container-org42a6bf4" class="outline-4">
941
+<h4 id="org42a6bf4">Using with Profanity</h4>
942
+<div class="outline-text-4" id="text-org42a6bf4">
943 943
 <p>
944 944
 The <a href="http://profanity.im/">Profanity</a> 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.
945 945
 </p>
@@ -1029,9 +1029,9 @@ When accessed via the user control panel the client is automatically routed thro
1029 1029
 </p>
1030 1030
 </div>
1031 1031
 </div>
1032
-<div id="outline-container-orgc2a3e03" class="outline-4">
1033
-<h4 id="orgc2a3e03">Using with Jitsi</h4>
1034
-<div class="outline-text-4" id="text-orgc2a3e03">
1032
+<div id="outline-container-orga19db7e" class="outline-4">
1033
+<h4 id="orga19db7e">Using with Jitsi</h4>
1034
+<div class="outline-text-4" id="text-orga19db7e">
1035 1035
 <p>
1036 1036
 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.
1037 1037
 </p>
@@ -1061,9 +1061,9 @@ You can also <a href="https://www.youtube.com/watch?v=vgx7VSrDGjk">see this vide
1061 1061
 </p>
1062 1062
 </div>
1063 1063
 </div>
1064
-<div id="outline-container-org9abfa3a" class="outline-4">
1065
-<h4 id="org9abfa3a">Using with Ubuntu</h4>
1066
-<div class="outline-text-4" id="text-org9abfa3a">
1064
+<div id="outline-container-org73d82a5" class="outline-4">
1065
+<h4 id="org73d82a5">Using with Ubuntu</h4>
1066
+<div class="outline-text-4" id="text-org73d82a5">
1067 1067
 <p>
1068 1068
 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.
1069 1069
 </p>
@@ -1081,17 +1081,17 @@ Click on <b>Advanced</b> and make sure that <b>Encryption required</b> and <b>Ig
1081 1081
 </p>
1082 1082
 </div>
1083 1083
 </div>
1084
-<div id="outline-container-orgf53437e" class="outline-4">
1085
-<h4 id="orgf53437e">Using Tor Messenger</h4>
1086
-<div class="outline-text-4" id="text-orgf53437e">
1084
+<div id="outline-container-orgcb2c024" class="outline-4">
1085
+<h4 id="orgcb2c024">Using Tor Messenger</h4>
1086
+<div class="outline-text-4" id="text-orgcb2c024">
1087 1087
 <p>
1088 1088
 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.
1089 1089
 </p>
1090 1090
 </div>
1091 1091
 </div>
1092
-<div id="outline-container-org44022ff" class="outline-4">
1093
-<h4 id="org44022ff">Using with Android</h4>
1094
-<div class="outline-text-4" id="text-org44022ff">
1092
+<div id="outline-container-orga138d20" class="outline-4">
1093
+<h4 id="orga138d20">Using with Android</h4>
1094
+<div class="outline-text-4" id="text-orga138d20">
1095 1095
 <p>
1096 1096
 Install <a href="https://f-droid.org/">F-Droid</a>
1097 1097
 </p>
@@ -1127,16 +1127,16 @@ Then select <b>Next</b>. When chatting you can use the lock icon to encrypt your
1127 1127
 </div>
1128 1128
 </div>
1129 1129
 </div>
1130
-<div id="outline-container-orgfe7d1f5" class="outline-3">
1131
-<h3 id="orgfe7d1f5">Tox</h3>
1132
-<div class="outline-text-3" id="text-orgfe7d1f5">
1130
+<div id="outline-container-orgcec97b0" class="outline-3">
1131
+<h3 id="orgcec97b0">Tox</h3>
1132
+<div class="outline-text-3" id="text-orgcec97b0">
1133 1133
 <p>
1134 1134
 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.
1135 1135
 </p>
1136 1136
 </div>
1137
-<div id="outline-container-org51f165c" class="outline-4">
1138
-<h4 id="org51f165c">Using the Toxic client</h4>
1139
-<div class="outline-text-4" id="text-org51f165c">
1137
+<div id="outline-container-orgdb3fd38" class="outline-4">
1138
+<h4 id="orgdb3fd38">Using the Toxic client</h4>
1139
+<div class="outline-text-4" id="text-orgdb3fd38">
1140 1140
 <p>
1141 1141
 Log into your system with:
1142 1142
 </p>
@@ -1160,20 +1160,20 @@ Then from the menu select <b>Tox Chat</b>. Tox is encrypted by default and also
1160 1160
 </div>
1161 1161
 </div>
1162 1162
 
1163
-<div id="outline-container-org0585836" class="outline-3">
1164
-<h3 id="org0585836">VoIP (Voice and text chat)</h3>
1165
-<div class="outline-text-3" id="text-org0585836">
1166
-</div><div id="outline-container-org0f28f0c" class="outline-4">
1167
-<h4 id="org0f28f0c">Text chat</h4>
1168
-<div class="outline-text-4" id="text-org0f28f0c">
1163
+<div id="outline-container-org501d819" class="outline-3">
1164
+<h3 id="org501d819">VoIP (Voice and text chat)</h3>
1165
+<div class="outline-text-3" id="text-org501d819">
1166
+</div><div id="outline-container-orgdc57626" class="outline-4">
1167
+<h4 id="orgdc57626">Text chat</h4>
1168
+<div class="outline-text-4" id="text-orgdc57626">
1169 1169
 <p>
1170 1170
 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.
1171 1171
 </p>
1172 1172
 </div>
1173 1173
 </div>
1174
-<div id="outline-container-orgb7d3d31" class="outline-4">
1175
-<h4 id="orgb7d3d31">Using with Ubuntu</h4>
1176
-<div class="outline-text-4" id="text-orgb7d3d31">
1174
+<div id="outline-container-org04ad172" class="outline-4">
1175
+<h4 id="org04ad172">Using with Ubuntu</h4>
1176
+<div class="outline-text-4" id="text-org04ad172">
1177 1177
 <p>
1178 1178
 Within the software center search for "mumble" and install the client then run it. Skip through the audio setup wizard.
1179 1179
 </p>
@@ -1183,9 +1183,9 @@ Click on "add new" to add a new server and enter the default domain name for the
1183 1183
 </p>
1184 1184
 </div>
1185 1185
 </div>
1186
-<div id="outline-container-org0a46003" class="outline-4">
1187
-<h4 id="org0a46003">Using with Android</h4>
1188
-<div class="outline-text-4" id="text-org0a46003">
1186
+<div id="outline-container-orgb4b2c69" class="outline-4">
1187
+<h4 id="orgb4b2c69">Using with Android</h4>
1188
+<div class="outline-text-4" id="text-orgb4b2c69">
1189 1189
 <p>
1190 1190
 Install <a href="https://f-droid.org/">F-Droid</a>
1191 1191
 </p>
@@ -1220,24 +1220,24 @@ Selecting the server by pressing on it then connects you to the server so that y
1220 1220
 </div>
1221 1221
 </div>
1222 1222
 </div>
1223
-<div id="outline-container-orgc26c863" class="outline-3">
1224
-<h3 id="orgc26c863">SIP phones</h3>
1225
-<div class="outline-text-3" id="text-orgc26c863">
1223
+<div id="outline-container-org1be673f" class="outline-3">
1224
+<h3 id="org1be673f">SIP phones</h3>
1225
+<div class="outline-text-3" id="text-org1be673f">
1226 1226
 <p>
1227 1227
 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.
1228 1228
 </p>
1229 1229
 </div>
1230
-<div id="outline-container-orgad89a47" class="outline-4">
1231
-<h4 id="orgad89a47">About ZRTP</h4>
1232
-<div class="outline-text-4" id="text-orgad89a47">
1230
+<div id="outline-container-orgab3e4be" class="outline-4">
1231
+<h4 id="orgab3e4be">About ZRTP</h4>
1232
+<div class="outline-text-4" id="text-orgab3e4be">
1233 1233
 <p>
1234 1234
 <a href="https://jitsi.org/Documentation/ZrtpFAQ">ZRTP</a> 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 <i>man in the middle</i> - as <a href="https://en.wikipedia.org/wiki/Stingray_phone_tracker">stingray type devices</a> 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.
1235 1235
 </p>
1236 1236
 </div>
1237 1237
 </div>
1238
-<div id="outline-container-orgbb6b51d" class="outline-4">
1239
-<h4 id="orgbb6b51d">Using with CSIPSimple</h4>
1240
-<div class="outline-text-4" id="text-orgbb6b51d">
1238
+<div id="outline-container-org73123dc" class="outline-4">
1239
+<h4 id="org73123dc">Using with CSIPSimple</h4>
1240
+<div class="outline-text-4" id="text-org73123dc">
1241 1241
 <p>
1242 1242
 Add an account. Under <b>General Wizards</b> choose <b>Expert</b> and enter the following details:
1243 1243
 </p>
@@ -1293,9 +1293,9 @@ If everything is working the account should appear in green with a status of <b>
1293 1293
 </p>
1294 1294
 </div>
1295 1295
 </div>
1296
-<div id="outline-container-org3003833" class="outline-4">
1297
-<h4 id="org3003833">Using with Ring</h4>
1298
-<div class="outline-text-4" id="text-org3003833">
1296
+<div id="outline-container-org75089a5" class="outline-4">
1297
+<h4 id="org75089a5">Using with Ring</h4>
1298
+<div class="outline-text-4" id="text-org75089a5">
1299 1299
 <p>
1300 1300
 From the menu select <b>Manage accounts</b>.
1301 1301
 </p>
@@ -1348,9 +1348,9 @@ Select the <b>Security</b> tab. Under <b>SRTP Key Exchange</b> select <b>ZRTP</b
1348 1348
 </div>
1349 1349
 </div>
1350 1350
 
1351
-<div id="outline-container-org5280061" class="outline-2">
1352
-<h2 id="org5280061">RSS Reader</h2>
1353
-<div class="outline-text-2" id="text-org5280061">
1351
+<div id="outline-container-org8ce4d68" class="outline-2">
1352
+<h2 id="org8ce4d68">RSS Reader</h2>
1353
+<div class="outline-text-2" id="text-org8ce4d68">
1354 1354
 <p>
1355 1355
 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.
1356 1356
 </p>
@@ -1362,9 +1362,9 @@ The way that RSS reading is set up on Freedombone gives you strong reading priva
1362 1362
 </div>
1363 1363
 </div>
1364 1364
 
1365
-<div id="outline-container-org340f3fb" class="outline-3">
1366
-<h3 id="org340f3fb">Finding the onion address</h3>
1367
-<div class="outline-text-3" id="text-org340f3fb">
1365
+<div id="outline-container-orgdfd5ab2" class="outline-3">
1366
+<h3 id="orgdfd5ab2">Finding the onion address</h3>
1367
+<div class="outline-text-3" id="text-orgdfd5ab2">
1368 1368
 <p>
1369 1369
 See the control panel for the RSS reader onion address.
1370 1370
 </p>
@@ -1389,9 +1389,9 @@ To set up the system open <a href="http://rss_reader_onion_address/">http://rss_
1389 1389
 </div>
1390 1390
 </div>
1391 1391
 
1392
-<div id="outline-container-org8f21a01" class="outline-3">
1393
-<h3 id="org8f21a01">On mobile</h3>
1394
-<div class="outline-text-3" id="text-org8f21a01">
1392
+<div id="outline-container-org6ce5e98" class="outline-3">
1393
+<h3 id="org6ce5e98">On mobile</h3>
1394
+<div class="outline-text-3" id="text-org6ce5e98">
1395 1395
 <p>
1396 1396
 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.
1397 1397
 </p>
@@ -1403,9 +1403,9 @@ A note for the paranoid is that on mobile devices you get redirected to a differ
1403 1403
 </blockquote>
1404 1404
 </div>
1405 1405
 </div>
1406
-<div id="outline-container-org406981f" class="outline-3">
1407
-<h3 id="org406981f">With Emacs</h3>
1408
-<div class="outline-text-3" id="text-org406981f">
1406
+<div id="outline-container-org24f9b8e" class="outline-3">
1407
+<h3 id="org24f9b8e">With Emacs</h3>
1408
+<div class="outline-text-3" id="text-org24f9b8e">
1409 1409
 <p>
1410 1410
 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.
1411 1411
 </p>
@@ -1421,12 +1421,35 @@ Add the following to your configuration, changing the address and password as ap
1421 1421
       avandu-password <span class="org-string">"mypassword"</span>)
1422 1422
 </pre>
1423 1423
 </div>
1424
+
1425
+<p>
1426
+If you don't already have Emacs set up to route through Tor then also add the following:
1427
+</p>
1428
+
1429
+<div class="org-src-container">
1430
+
1431
+<pre class="src src-emacs-lisp">(setq socks-noproxy '(<span class="org-string">"localhost"</span>))
1432
+(<span class="org-keyword">require</span> '<span class="org-constant">socks</span>)
1433
+(<span class="org-keyword">require</span> '<span class="org-constant">tls</span>)
1434
+(setq socks-server (list <span class="org-string">"Tor socks"</span> <span class="org-string">"localhost"</span> 9050 5))
1435
+</pre>
1436
+</div>
1437
+
1438
+<p>
1439
+And ensure that the Tor daemon is installed:
1440
+</p>
1441
+
1442
+<div class="org-src-container">
1443
+
1444
+<pre class="src src-bash">sudo apt-get install tor
1445
+</pre>
1446
+</div>
1424 1447
 </div>
1425 1448
 </div>
1426 1449
 </div>
1427
-<div id="outline-container-org544196a" class="outline-2">
1428
-<h2 id="org544196a">Git Projects</h2>
1429
-<div class="outline-text-2" id="text-org544196a">
1450
+<div id="outline-container-org85ca1e1" class="outline-2">
1451
+<h2 id="org85ca1e1">Git Projects</h2>
1452
+<div class="outline-text-2" id="text-org85ca1e1">
1430 1453
 <p>
1431 1454
 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.
1432 1455
 </p>
@@ -1464,9 +1487,9 @@ This will stop any spam accounts being created by random strangers or bots. You
1464 1487
 </p>
1465 1488
 </div>
1466 1489
 </div>
1467
-<div id="outline-container-org2ae50b8" class="outline-2">
1468
-<h2 id="org2ae50b8">Adding or removing users</h2>
1469
-<div class="outline-text-2" id="text-org2ae50b8">
1490
+<div id="outline-container-orge977acc" class="outline-2">
1491
+<h2 id="orge977acc">Adding or removing users</h2>
1492
+<div class="outline-text-2" id="text-orge977acc">
1470 1493
 <p>
1471 1494
 Log into the system with:
1472 1495
 </p>