浏览代码

A better setup for hexchat

Bob Mottram 8 年前
父节点
当前提交
133305a317
共有 2 个文件被更改,包括 171 次插入381 次删除
  1. 2
    107
      doc/EN/usage.org
  2. 169
    274
      website/EN/usage.html

+ 2
- 107
doc/EN/usage.org 查看文件

250
 *** HexChat
250
 *** HexChat
251
 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.
251
 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.
252
 
252
 
253
-First install HexChat and set up its configuration file.
253
+First install HexChat and set up its configuration file. This can be done on your local machine with:
254
 
254
 
255
 #+BEGIN_SRC bash
255
 #+BEGIN_SRC bash
256
-sudo apt-get install tor hexchat
257
-mkdir -p ~/.config/hexchat
258
-echo "# By default, HexChat based IRC software, when started-up, or run for first time,
259
-# it starts to use local network, to connect to the internet. To prevent that,
260
-# and to force it, to use Tor proxy (a Socks5 server):
261
-#
262
-# /set net_proxy_host 127.0.0.1
263
-# /set net_proxy_port 9050
264
-# /set net_proxy_type 3
265
-# /set net_proxy_use 0
266
-net_proxy_host = 127.0.0.1
267
-net_proxy_port = 9050
268
-# Technical note: 3 = socks5
269
-net_proxy_type = 3
270
-# Technical note: Do not worry. 0 is not equal to "off". 0 stands for "All".
271
-#                 Check yourself https://toxin.jottit.com/xchat_set_variables
272
-net_proxy_use = 0
273
-
274
-# HexChat should not use the same circuit/exit server as other Tor applications.
275
-# Otherwise activity in different applications could be correlated to the same
276
-# pseudonym. There is a way to prevent that.
277
-# It is called stream isolation. We use IsolateSOCKSAuth,
278
-# see https://www.torproject.org/docs/tor-manual-dev.html.en
279
-# The password is actually not required, but it does not hurt either.
280
-# Will probable not hurt on Tor 0.2.2 and below.
281
-# Works with Tor 0.2.3 and above.
282
-#
283
-# /set net_proxy_auth 1
284
-# /set net_proxy_pass = HexChat
285
-# /set net_proxy_user = HexChat
286
-#
287
-net_proxy_auth = 1
288
-net_proxy_pass = HexChat
289
-net_proxy_user = HexChat
290
-
291
-# Get rid of protocol leaks:
292
-# a DCC session can reveal IP address, etc. identd flag can reveal your
293
-# username which you use to login in your OS(Windows/Linux/Unix/MacOS) profile.
294
-# To prevent those:
295
-#
296
-# /set dcc_auto_chat 0
297
-# /set dcc_auto_resume OFF
298
-# /set dcc_auto_send 0
299
-# /set irc_hide_version ON
300
-# /set identd OFF <-- NOT working on all HexChat-based IRC software.
301
-# But still highly suggested to include & use it.
302
-# Probable not needed on UNIX, source: https://xchat.org/faq/#q21
303
-dcc_auto_chat = 0
304
-dcc_auto_resume = 0
305
-dcc_auto_send = 0
306
-irc_hide_version = 1
307
-identd = 0
308
-
309
-# If you use your own comment instead of default values, then these data are
310
-# posted on each channel when you do these events: JOIN, PART, QUIT, AWAY.
311
-# So they can reveal who you actually are, when you are using same HexChat
312
-# software for multiple different nicknames.
313
-#
314
-# Delete everything under Settings -> Preferences -> Default Messages:
315
-# -> Quit: <Deleted everything!>
316
-# -> Leave channel: <Deleted everything!>
317
-# -> Away: <Deleted everything!>
318
-away_reason =
319
-irc_part_reason =
320
-irc_quit_reason =
321
-
322
-# By default, HexChat based IRC software uses your platform OS(Operating System)s
323
-# login user name as your nickname, user name, real name.  To prevent leaking
324
-# that, and, to use your own choice of nickname, realname, username:
325
-#
326
-# ***Pseudonymous vs. anonymous IRC use.***
327
-# Actually IRC is pseudonymous. Your nickname might also reveal something about
328
-# your origin, interests, etc. You can make IRC more anonymous by choosing a more
329
-# meaningless nickname. Use the following defaults if you want to be more anonymous.
330
-# If user, user_ and user___ are already taken, add more _ or start using user1,
331
-# user2, user3, etc. Or if the irc network auto assigns your a nickname, i.e.
332
-# guest532, stick with that nickname.
333
-#
334
-# Of course, you are free to continue using IRC in a pseudonymous manner.
335
-# In that case, instant of user, choose your nickname.
336
-#
337
-# /set irc_real_name user
338
-# /set irc_user_name user
339
-# /set irc_nick1 user
340
-# /set irc_nick2 user_
341
-# /set irc_nick3 user__
342
-irc_real_name = user
343
-irc_user_name = user
344
-irc_nick1 = user
345
-irc_nick2 = user_
346
-irc_nick3 = user__
347
-
348
-# Use a more common nick completion suffix:
349
-# When you write the first few characters of a nickname followed by tab,
350
-# it will, by HexChat default, complete the nickname and ", " behind the
351
-# nickname. The behavior is HexChat specific. The " :" is more more common
352
-# for more common clients such as mIRC.
353
-#
354
-# HexChat -> Settings -> Preferences -> input box -> completion_suffix set to :
355
-#
356
-completion_suffix = :
357
-
358
-# Not starting the server windows at the beginning so you can check and set
359
-# settings before connecting to any IRC networks.
360
-gui_slist_skip = 1
361
-" > ~/.config/hexchat/hexchat.conf
256
+freedombone-client --setup hexchat
362
 #+END_SRC
257
 #+END_SRC
363
 
258
 
364
 Now look up the onion address for your IRC server
259
 Now look up the onion address for your IRC server

+ 169
- 274
website/EN/usage.html 查看文件

3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
-<!-- 2016-10-31 Mon 16:24 -->
6
+<!-- 2016-11-01 Tue 22:33 -->
7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
7
 <meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
8
 <meta name="viewport" content="width=device-width, initial-scale=1" />
9
 <title></title>
9
 <title></title>
255
 </colgroup>
255
 </colgroup>
256
 <tbody>
256
 <tbody>
257
 <tr>
257
 <tr>
258
-<td class="org-left"><a href="#org58a7654">Readme</a></td>
258
+<td class="org-left"><a href="#org9c2f35d">Readme</a></td>
259
 </tr>
259
 </tr>
260
 
260
 
261
 <tr>
261
 <tr>
262
-<td class="org-left"><a href="#org7dd69da">Improving ssh security</a></td>
262
+<td class="org-left"><a href="#org585218e">Improving ssh security</a></td>
263
 </tr>
263
 </tr>
264
 
264
 
265
 <tr>
265
 <tr>
266
-<td class="org-left"><a href="#orga2aac6c">Administrating the system via an onion address (Tor)</a></td>
266
+<td class="org-left"><a href="#org586c926">Administrating the system via an onion address (Tor)</a></td>
267
 </tr>
267
 </tr>
268
 
268
 
269
 <tr>
269
 <tr>
275
 </tr>
275
 </tr>
276
 
276
 
277
 <tr>
277
 <tr>
278
-<td class="org-left"><a href="#org065789e">Syncing to the Cloud</a></td>
278
+<td class="org-left"><a href="#org2a67708">Syncing to the Cloud</a></td>
279
 </tr>
279
 </tr>
280
 
280
 
281
 <tr>
281
 <tr>
282
-<td class="org-left"><a href="#org5b60922">Play Music</a></td>
282
+<td class="org-left"><a href="#org0ef2dee">Play Music</a></td>
283
 </tr>
283
 </tr>
284
 
284
 
285
 <tr>
285
 <tr>
286
-<td class="org-left"><a href="#orgc9e0ad2">Microblogging (GNU Social)</a></td>
286
+<td class="org-left"><a href="#org1883718">Microblogging (GNU Social)</a></td>
287
 </tr>
287
 </tr>
288
 
288
 
289
 <tr>
289
 <tr>
290
-<td class="org-left"><a href="#org484fc09">Sharing things</a></td>
290
+<td class="org-left"><a href="#orgb2d4a54">Sharing things</a></td>
291
 </tr>
291
 </tr>
292
 
292
 
293
 <tr>
293
 <tr>
294
-<td class="org-left"><a href="#org539a9ad">Social Network</a></td>
294
+<td class="org-left"><a href="#org82e91f5">Social Network</a></td>
295
 </tr>
295
 </tr>
296
 
296
 
297
 <tr>
297
 <tr>
298
-<td class="org-left"><a href="#org220c110">Chat Services</a></td>
298
+<td class="org-left"><a href="#org2b839ae">Chat Services</a></td>
299
 </tr>
299
 </tr>
300
 
300
 
301
 <tr>
301
 <tr>
302
-<td class="org-left"><a href="#orga3ef03c">RSS Reader</a></td>
302
+<td class="org-left"><a href="#orgee5bb6d">RSS Reader</a></td>
303
 </tr>
303
 </tr>
304
 
304
 
305
 <tr>
305
 <tr>
306
-<td class="org-left"><a href="#org57ccc43">Git Projects</a></td>
306
+<td class="org-left"><a href="#orgbe531b5">Git Projects</a></td>
307
 </tr>
307
 </tr>
308
 
308
 
309
 <tr>
309
 <tr>
310
-<td class="org-left"><a href="#org3f01662">Adding or removing users</a></td>
310
+<td class="org-left"><a href="#org33771d3">Adding or removing users</a></td>
311
 </tr>
311
 </tr>
312
 
312
 
313
 <tr>
313
 <tr>
314
-<td class="org-left"><a href="#orgb7217dc">Blocking Ads</a></td>
314
+<td class="org-left"><a href="#orgfd68df0">Blocking Ads</a></td>
315
 </tr>
315
 </tr>
316
 </tbody>
316
 </tbody>
317
 </table>
317
 </table>
318
 
318
 
319
-<div id="outline-container-org58a7654" class="outline-2">
320
-<h2 id="org58a7654">Readme</h2>
321
-<div class="outline-text-2" id="text-org58a7654">
319
+<div id="outline-container-org9c2f35d" class="outline-2">
320
+<h2 id="org9c2f35d">Readme</h2>
321
+<div class="outline-text-2" id="text-org9c2f35d">
322
 <p>
322
 <p>
323
 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:
323
 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:
324
 </p>
324
 </p>
338
 </p>
338
 </p>
339
 </div>
339
 </div>
340
 </div>
340
 </div>
341
-<div id="outline-container-org7dd69da" class="outline-2">
342
-<h2 id="org7dd69da">Improving ssh security</h2>
343
-<div class="outline-text-2" id="text-org7dd69da">
341
+<div id="outline-container-org585218e" class="outline-2">
342
+<h2 id="org585218e">Improving ssh security</h2>
343
+<div class="outline-text-2" id="text-org585218e">
344
 <p>
344
 <p>
345
 To improve ssh security you can generate an ssh key pair on your system and then upload the public key to the Freedombone.
345
 To improve ssh security you can generate an ssh key pair on your system and then upload the public key to the Freedombone.
346
 </p>
346
 </p>
390
 </div>
390
 </div>
391
 </div>
391
 </div>
392
 
392
 
393
-<div id="outline-container-orga2aac6c" class="outline-2">
394
-<h2 id="orga2aac6c">Administrating the system via an onion address (Tor)</h2>
395
-<div class="outline-text-2" id="text-orga2aac6c">
393
+<div id="outline-container-org586c926" class="outline-2">
394
+<h2 id="org586c926">Administrating the system via an onion address (Tor)</h2>
395
+<div class="outline-text-2" id="text-org586c926">
396
 <p>
396
 <p>
397
 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:
397
 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:
398
 </p>
398
 </p>
434
 </p>
434
 </p>
435
 </div>
435
 </div>
436
 </div>
436
 </div>
437
-<div id="outline-container-org065789e" class="outline-2">
438
-<h2 id="org065789e">Syncing to the Cloud</h2>
439
-<div class="outline-text-2" id="text-org065789e">
437
+<div id="outline-container-org2a67708" class="outline-2">
438
+<h2 id="org2a67708">Syncing to the Cloud</h2>
439
+<div class="outline-text-2" id="text-org2a67708">
440
 <p>
440
 <p>
441
 <a href="https://syncthing.net">Syncthing</a> provides a similar capability to proprietary systems such as Dropbox, 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.
441
 <a href="https://syncthing.net">Syncthing</a> provides a similar capability to proprietary systems such as Dropbox, 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.
442
 </p>
442
 </p>
446
 </p>
446
 </p>
447
 </div>
447
 </div>
448
 
448
 
449
-<div id="outline-container-org463e623" class="outline-3">
450
-<h3 id="org463e623">On a laptop</h3>
451
-<div class="outline-text-3" id="text-org463e623">
449
+<div id="outline-container-orga764693" class="outline-3">
450
+<h3 id="orga764693">On a laptop</h3>
451
+<div class="outline-text-3" id="text-orga764693">
452
 <p>
452
 <p>
453
 Install syncthing:
453
 Install syncthing:
454
 </p>
454
 </p>
501
 </p>
501
 </p>
502
 </div>
502
 </div>
503
 </div>
503
 </div>
504
-<div id="outline-container-org4af7328" class="outline-3">
505
-<h3 id="org4af7328">On Android</h3>
506
-<div class="outline-text-3" id="text-org4af7328">
504
+<div id="outline-container-org7ba1003" class="outline-3">
505
+<h3 id="org7ba1003">On Android</h3>
506
+<div class="outline-text-3" id="text-org7ba1003">
507
 <p>
507
 <p>
508
 Install Syncthing and Connectbot from F-droid.
508
 Install Syncthing and Connectbot from F-droid.
509
 </p>
509
 </p>
534
 </div>
534
 </div>
535
 </div>
535
 </div>
536
 </div>
536
 </div>
537
-<div id="outline-container-org5b60922" class="outline-2">
538
-<h2 id="org5b60922">Play Music</h2>
539
-<div class="outline-text-2" id="text-org5b60922">
540
-</div><div id="outline-container-org290859d" class="outline-3">
541
-<h3 id="org290859d">With the DLNA service</h3>
542
-<div class="outline-text-3" id="text-org290859d">
537
+<div id="outline-container-org0ef2dee" class="outline-2">
538
+<h2 id="org0ef2dee">Play Music</h2>
539
+<div class="outline-text-2" id="text-org0ef2dee">
540
+</div><div id="outline-container-org72a8ac9" class="outline-3">
541
+<h3 id="org72a8ac9">With the DLNA service</h3>
542
+<div class="outline-text-3" id="text-org72a8ac9">
543
 <p>
543
 <p>
544
 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.
544
 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.
545
 </p>
545
 </p>
578
 </div>
578
 </div>
579
 </div>
579
 </div>
580
 
580
 
581
-<div id="outline-container-orgc9e0ad2" class="outline-2">
582
-<h2 id="orgc9e0ad2">Microblogging (GNU Social)</h2>
583
-<div class="outline-text-2" id="text-orgc9e0ad2">
584
-</div><div id="outline-container-orgc3ea88a" class="outline-3">
585
-<h3 id="orgc3ea88a">Initial setup</h3>
586
-<div class="outline-text-3" id="text-orgc3ea88a">
581
+<div id="outline-container-org1883718" class="outline-2">
582
+<h2 id="org1883718">Microblogging (GNU Social)</h2>
583
+<div class="outline-text-2" id="text-org1883718">
584
+</div><div id="outline-container-orge4837a3" class="outline-3">
585
+<h3 id="orge4837a3">Initial setup</h3>
586
+<div class="outline-text-3" id="text-orge4837a3">
587
 <p>
587
 <p>
588
 To log into your GNU Social site first obtain your username and password from the "microblogging" section of the readme file.
588
 To log into your GNU Social site first obtain your username and password from the "microblogging" section of the readme file.
589
 </p>
589
 </p>
611
 </div>
611
 </div>
612
 </div>
612
 </div>
613
 
613
 
614
-<div id="outline-container-org926a618" class="outline-3">
615
-<h3 id="org926a618">Direct Messages (DMs) and privacy</h3>
616
-<div class="outline-text-3" id="text-org926a618">
614
+<div id="outline-container-org594553e" class="outline-3">
615
+<h3 id="org594553e">Direct Messages (DMs) and privacy</h3>
616
+<div class="outline-text-3" id="text-org594553e">
617
 <p>
617
 <p>
618
 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 <i>fully public communications</i>.
618
 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 <i>fully public communications</i>.
619
 </p>
619
 </p>
620
 </div>
620
 </div>
621
 </div>
621
 </div>
622
-<div id="outline-container-org8d05e1c" class="outline-3">
623
-<h3 id="org8d05e1c">Using with Emacs</h3>
624
-<div class="outline-text-3" id="text-org8d05e1c">
622
+<div id="outline-container-orgdb9f377" class="outline-3">
623
+<h3 id="orgdb9f377">Using with Emacs</h3>
624
+<div class="outline-text-3" id="text-orgdb9f377">
625
 <p>
625
 <p>
626
 If you are an Emacs user it's also possible to set up GNU Social mode as follows:
626
 If you are an Emacs user it's also possible to set up GNU Social mode as follows:
627
 </p>
627
 </p>
705
 </div>
705
 </div>
706
 </div>
706
 </div>
707
 
707
 
708
-<div id="outline-container-org484fc09" class="outline-2">
709
-<h2 id="org484fc09">Sharing things</h2>
710
-<div class="outline-text-2" id="text-org484fc09">
708
+<div id="outline-container-orgb2d4a54" class="outline-2">
709
+<h2 id="orgb2d4a54">Sharing things</h2>
710
+<div class="outline-text-2" id="text-orgb2d4a54">
711
 <p>
711
 <p>
712
 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.
712
 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.
713
 </p>
713
 </p>
734
 </div>
734
 </div>
735
 </div>
735
 </div>
736
 
736
 
737
-<div id="outline-container-org539a9ad" class="outline-2">
738
-<h2 id="org539a9ad">Social Network</h2>
739
-<div class="outline-text-2" id="text-org539a9ad">
740
-</div><div id="outline-container-org5f965c9" class="outline-3">
741
-<h3 id="org5f965c9">Domains</h3>
742
-<div class="outline-text-3" id="text-org5f965c9">
737
+<div id="outline-container-org82e91f5" class="outline-2">
738
+<h2 id="org82e91f5">Social Network</h2>
739
+<div class="outline-text-2" id="text-org82e91f5">
740
+</div><div id="outline-container-org5028f63" class="outline-3">
741
+<h3 id="org5028f63">Domains</h3>
742
+<div class="outline-text-3" id="text-org5028f63">
743
 <p>
743
 <p>
744
 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.
744
 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.
745
 </p>
745
 </p>
746
 </div>
746
 </div>
747
 </div>
747
 </div>
748
-<div id="outline-container-orgc540389" class="outline-3">
749
-<h3 id="orgc540389">Initial install</h3>
750
-<div class="outline-text-3" id="text-orgc540389">
748
+<div id="outline-container-orgc349244" class="outline-3">
749
+<h3 id="orgc349244">Initial install</h3>
750
+<div class="outline-text-3" id="text-orgc349244">
751
 <p>
751
 <p>
752
 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.
752
 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.
753
 </p>
753
 </p>
761
 </div>
761
 </div>
762
 </div>
762
 </div>
763
 
763
 
764
-<div id="outline-container-org220c110" class="outline-2">
765
-<h2 id="org220c110">Chat Services</h2>
766
-<div class="outline-text-2" id="text-org220c110">
767
-</div><div id="outline-container-org2e7c6f1" class="outline-3">
768
-<h3 id="org2e7c6f1">IRC</h3>
769
-<div class="outline-text-3" id="text-org2e7c6f1">
764
+<div id="outline-container-org2b839ae" class="outline-2">
765
+<h2 id="org2b839ae">Chat Services</h2>
766
+<div class="outline-text-2" id="text-org2b839ae">
767
+</div><div id="outline-container-orge497c52" class="outline-3">
768
+<h3 id="orge497c52">IRC</h3>
769
+<div class="outline-text-3" id="text-orge497c52">
770
 <p>
770
 <p>
771
 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.
771
 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.
772
 </p>
772
 </p>
773
 </div>
773
 </div>
774
-<div id="outline-container-org803af39" class="outline-4">
775
-<h4 id="org803af39">Irssi</h4>
776
-<div class="outline-text-4" id="text-org803af39">
774
+<div id="outline-container-orgf6cf06f" class="outline-4">
775
+<h4 id="orgf6cf06f">Irssi</h4>
776
+<div class="outline-text-4" id="text-orgf6cf06f">
777
 <p>
777
 <p>
778
 The easiest way to use irssi is to connect to your system, like this:
778
 The easiest way to use irssi is to connect to your system, like this:
779
 </p>
779
 </p>
788
 </p>
788
 </p>
789
 </div>
789
 </div>
790
 </div>
790
 </div>
791
-<div id="outline-container-orgb6463b7" class="outline-4">
792
-<h4 id="orgb6463b7">HexChat</h4>
793
-<div class="outline-text-4" id="text-orgb6463b7">
791
+<div id="outline-container-org57c41aa" class="outline-4">
792
+<h4 id="org57c41aa">HexChat</h4>
793
+<div class="outline-text-4" id="text-org57c41aa">
794
 <p>
794
 <p>
795
 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.
795
 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.
796
 </p>
796
 </p>
797
 
797
 
798
 <p>
798
 <p>
799
-First install HexChat and set up its configuration file.
799
+First install HexChat and set up its configuration file. This can be done on your local machine with:
800
 </p>
800
 </p>
801
 
801
 
802
 <div class="org-src-container">
802
 <div class="org-src-container">
803
-<pre class="src src-bash">sudo apt-get install tor hexchat
804
-mkdir -p ~/.config/hexchat
805
-<span class="org-builtin">echo</span> <span class="org-string">"# By default, HexChat based IRC software, when started-up, or run for first time,</span>
806
-<span class="org-string"># it starts to use local network, to connect to the internet. To prevent that,</span>
807
-<span class="org-string"># and to force it, to use Tor proxy (a Socks5 server):</span>
808
-<span class="org-string">#</span>
809
-<span class="org-string"># /set net_proxy_host 127.0.0.1</span>
810
-<span class="org-string"># /set net_proxy_port 9050</span>
811
-<span class="org-string"># /set net_proxy_type 3</span>
812
-<span class="org-string"># /set net_proxy_use 0</span>
813
-<span class="org-string">net_proxy_host = 127.0.0.1</span>
814
-<span class="org-string">net_proxy_port = 9050</span>
815
-<span class="org-string"># Technical note: 3 = socks5</span>
816
-<span class="org-string">net_proxy_type = 3</span>
817
-<span class="org-string"># Technical note: Do not worry. 0 is not equal to "</span>off<span class="org-string">". 0 stands for "</span>All<span class="org-string">".</span>
818
-<span class="org-string">#                 Check yourself https://toxin.jottit.com/xchat_set_variables</span>
819
-<span class="org-string">net_proxy_use = 0</span>
820
-
821
-<span class="org-string"># HexChat should not use the same circuit/exit server as other Tor applications.</span>
822
-<span class="org-string"># Otherwise activity in different applications could be correlated to the same</span>
823
-<span class="org-string"># pseudonym. There is a way to prevent that.</span>
824
-<span class="org-string"># It is called stream isolation. We use IsolateSOCKSAuth,</span>
825
-<span class="org-string"># see https://www.torproject.org/docs/tor-manual-dev.html.en</span>
826
-<span class="org-string"># The password is actually not required, but it does not hurt either.</span>
827
-<span class="org-string"># Will probable not hurt on Tor 0.2.2 and below.</span>
828
-<span class="org-string"># Works with Tor 0.2.3 and above.</span>
829
-<span class="org-string">#</span>
830
-<span class="org-string"># /set net_proxy_auth 1</span>
831
-<span class="org-string"># /set net_proxy_pass = HexChat</span>
832
-<span class="org-string"># /set net_proxy_user = HexChat</span>
833
-<span class="org-string">#</span>
834
-<span class="org-string">net_proxy_auth = 1</span>
835
-<span class="org-string">net_proxy_pass = HexChat</span>
836
-<span class="org-string">net_proxy_user = HexChat</span>
837
-
838
-<span class="org-string"># Get rid of protocol leaks:</span>
839
-<span class="org-string"># a DCC session can reveal IP address, etc. identd flag can reveal your</span>
840
-<span class="org-string"># username which you use to login in your OS(Windows/Linux/Unix/MacOS) profile.</span>
841
-<span class="org-string"># To prevent those:</span>
842
-<span class="org-string">#</span>
843
-<span class="org-string"># /set dcc_auto_chat 0</span>
844
-<span class="org-string"># /set dcc_auto_resume OFF</span>
845
-<span class="org-string"># /set dcc_auto_send 0</span>
846
-<span class="org-string"># /set irc_hide_version ON</span>
847
-<span class="org-string"># /set identd OFF &lt;-- NOT working on all HexChat-based IRC software.</span>
848
-<span class="org-string"># But still highly suggested to include &amp; use it.</span>
849
-<span class="org-string"># Probable not needed on UNIX, source: https://xchat.org/faq/#q21</span>
850
-<span class="org-string">dcc_auto_chat = 0</span>
851
-<span class="org-string">dcc_auto_resume = 0</span>
852
-<span class="org-string">dcc_auto_send = 0</span>
853
-<span class="org-string">irc_hide_version = 1</span>
854
-<span class="org-string">identd = 0</span>
855
-
856
-<span class="org-string"># If you use your own comment instead of default values, then these data are</span>
857
-<span class="org-string"># posted on each channel when you do these events: JOIN, PART, QUIT, AWAY.</span>
858
-<span class="org-string"># So they can reveal who you actually are, when you are using same HexChat</span>
859
-<span class="org-string"># software for multiple different nicknames.</span>
860
-<span class="org-string">#</span>
861
-<span class="org-string"># Delete everything under Settings -&gt; Preferences -&gt; Default Messages:</span>
862
-<span class="org-string"># -&gt; Quit: &lt;Deleted everything!&gt;</span>
863
-<span class="org-string"># -&gt; Leave channel: &lt;Deleted everything!&gt;</span>
864
-<span class="org-string"># -&gt; Away: &lt;Deleted everything!&gt;</span>
865
-<span class="org-string">away_reason =</span>
866
-<span class="org-string">irc_part_reason =</span>
867
-<span class="org-string">irc_quit_reason =</span>
868
-
869
-<span class="org-string"># By default, HexChat based IRC software uses your platform OS(Operating System)s</span>
870
-<span class="org-string"># login user name as your nickname, user name, real name.  To prevent leaking</span>
871
-<span class="org-string"># that, and, to use your own choice of nickname, realname, username:</span>
872
-<span class="org-string">#</span>
873
-<span class="org-string"># ***Pseudonymous vs. anonymous IRC use.***</span>
874
-<span class="org-string"># Actually IRC is pseudonymous. Your nickname might also reveal something about</span>
875
-<span class="org-string"># your origin, interests, etc. You can make IRC more anonymous by choosing a more</span>
876
-<span class="org-string"># meaningless nickname. Use the following defaults if you want to be more anonymous.</span>
877
-<span class="org-string"># If user, user_ and user___ are already taken, add more _ or start using user1,</span>
878
-<span class="org-string"># user2, user3, etc. Or if the irc network auto assigns your a nickname, i.e.</span>
879
-<span class="org-string"># guest532, stick with that nickname.</span>
880
-<span class="org-string">#</span>
881
-<span class="org-string"># Of course, you are free to continue using IRC in a pseudonymous manner.</span>
882
-<span class="org-string"># In that case, instant of user, choose your nickname.</span>
883
-<span class="org-string">#</span>
884
-<span class="org-string"># /set irc_real_name user</span>
885
-<span class="org-string"># /set irc_user_name user</span>
886
-<span class="org-string"># /set irc_nick1 user</span>
887
-<span class="org-string"># /set irc_nick2 user_</span>
888
-<span class="org-string"># /set irc_nick3 user__</span>
889
-<span class="org-string">irc_real_name = user</span>
890
-<span class="org-string">irc_user_name = user</span>
891
-<span class="org-string">irc_nick1 = user</span>
892
-<span class="org-string">irc_nick2 = user_</span>
893
-<span class="org-string">irc_nick3 = user__</span>
894
-
895
-<span class="org-string"># Use a more common nick completion suffix:</span>
896
-<span class="org-string"># When you write the first few characters of a nickname followed by tab,</span>
897
-<span class="org-string"># it will, by HexChat default, complete the nickname and "</span>, <span class="org-string">" behind the</span>
898
-<span class="org-string"># nickname. The behavior is HexChat specific. The "</span> :<span class="org-string">" is more more common</span>
899
-<span class="org-string"># for more common clients such as mIRC.</span>
900
-<span class="org-string">#</span>
901
-<span class="org-string"># HexChat -&gt; Settings -&gt; Preferences -&gt; input box -&gt; completion_suffix set to :</span>
902
-<span class="org-string">#</span>
903
-<span class="org-string">completion_suffix = :</span>
904
-
905
-<span class="org-string"># Not starting the server windows at the beginning so you can check and set</span>
906
-<span class="org-string"># settings before connecting to any IRC networks.</span>
907
-<span class="org-string">gui_slist_skip = 1</span>
908
-<span class="org-string">"</span> &gt; ~/.config/hexchat/hexchat.conf
803
+<pre class="src src-bash">freedombone-client --setup hexchat
909
 </pre>
804
 </pre>
910
 </div>
805
 </div>
911
 
806
 
976
 </div>
871
 </div>
977
 </div>
872
 </div>
978
 
873
 
979
-<div id="outline-container-orgededb95" class="outline-4">
980
-<h4 id="orgededb95">Emacs</h4>
981
-<div class="outline-text-4" id="text-orgededb95">
874
+<div id="outline-container-org1b05d4e" class="outline-4">
875
+<h4 id="org1b05d4e">Emacs</h4>
876
+<div class="outline-text-4" id="text-org1b05d4e">
982
 <p>
877
 <p>
983
 If you are an Emacs user then you can also connect to your IRC server via Emacs.
878
 If you are an Emacs user then you can also connect to your IRC server via Emacs.
984
 </p>
879
 </p>
1009
 </div>
904
 </div>
1010
 </div>
905
 </div>
1011
 </div>
906
 </div>
1012
-<div id="outline-container-org59b242a" class="outline-4">
1013
-<h4 id="org59b242a">Changing or removing the IRC password</h4>
1014
-<div class="outline-text-4" id="text-org59b242a">
907
+<div id="outline-container-orgcd9c988" class="outline-4">
908
+<h4 id="orgcd9c988">Changing or removing the IRC password</h4>
909
+<div class="outline-text-4" id="text-orgcd9c988">
1015
 <p>
910
 <p>
1016
 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:
911
 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:
1017
 </p>
912
 </p>
1028
 </div>
923
 </div>
1029
 </div>
924
 </div>
1030
 
925
 
1031
-<div id="outline-container-org4d29747" class="outline-3">
1032
-<h3 id="org4d29747">XMPP/Jabber</h3>
1033
-<div class="outline-text-3" id="text-org4d29747">
1034
-</div><div id="outline-container-org581bedf" class="outline-4">
1035
-<h4 id="org581bedf">About XMPP</h4>
1036
-<div class="outline-text-4" id="text-org581bedf">
926
+<div id="outline-container-orgb9e7b51" class="outline-3">
927
+<h3 id="orgb9e7b51">XMPP/Jabber</h3>
928
+<div class="outline-text-3" id="text-orgb9e7b51">
929
+</div><div id="outline-container-orgfb78b4b" class="outline-4">
930
+<h4 id="orgfb78b4b">About XMPP</h4>
931
+<div class="outline-text-4" id="text-orgfb78b4b">
1037
 <p>
932
 <p>
1038
 A well written article on the state of XMPP and how it compares to other chat protocols <a href="https://gultsch.de/xmpp_2016.html">can be found here</a>.
933
 A well written article on the state of XMPP and how it compares to other chat protocols <a href="https://gultsch.de/xmpp_2016.html">can be found here</a>.
1039
 </p>
934
 </p>
1040
 </div>
935
 </div>
1041
 </div>
936
 </div>
1042
-<div id="outline-container-org20f471e" class="outline-4">
1043
-<h4 id="org20f471e">Using with Gajim</h4>
1044
-<div class="outline-text-4" id="text-org20f471e">
937
+<div id="outline-container-org445dcf3" class="outline-4">
938
+<h4 id="org445dcf3">Using with Gajim</h4>
939
+<div class="outline-text-4" id="text-org445dcf3">
1045
 <p>
940
 <p>
1046
 In mid 2016 <a href="https://gajim.org/">Gajim</a> became the first desktop XMPP client to support the <a href="https://en.wikipedia.org/wiki/OMEMO">OMEMO end-to-end security standard</a>, which is superior to the more traditional <a href="https://en.wikipedia.org/wiki/Off-the-Record_Messaging">OTR</a> since it also includes multi-user chat and the ratcheting mechanism pioneered by Open Whisper Systems. To install it:
941
 In mid 2016 <a href="https://gajim.org/">Gajim</a> became the first desktop XMPP client to support the <a href="https://en.wikipedia.org/wiki/OMEMO">OMEMO end-to-end security standard</a>, which is superior to the more traditional <a href="https://en.wikipedia.org/wiki/Off-the-Record_Messaging">OTR</a> since it also includes multi-user chat and the ratcheting mechanism pioneered by Open Whisper Systems. To install it:
1047
 </p>
942
 </p>
1085
 </div>
980
 </div>
1086
 </div>
981
 </div>
1087
 
982
 
1088
-<div id="outline-container-org6360cdb" class="outline-4">
1089
-<h4 id="org6360cdb">Using with Profanity</h4>
1090
-<div class="outline-text-4" id="text-org6360cdb">
983
+<div id="outline-container-org6352f5d" class="outline-4">
984
+<h4 id="org6352f5d">Using with Profanity</h4>
985
+<div class="outline-text-4" id="text-org6352f5d">
1091
 <p>
986
 <p>
1092
 The <a href="https://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.
987
 The <a href="https://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.
1093
 </p>
988
 </p>
1169
 </p>
1064
 </p>
1170
 </div>
1065
 </div>
1171
 </div>
1066
 </div>
1172
-<div id="outline-container-org11c7c06" class="outline-4">
1173
-<h4 id="org11c7c06">Using with Jitsi</h4>
1174
-<div class="outline-text-4" id="text-org11c7c06">
1067
+<div id="outline-container-orgf0a8ea6" class="outline-4">
1068
+<h4 id="orgf0a8ea6">Using with Jitsi</h4>
1069
+<div class="outline-text-4" id="text-orgf0a8ea6">
1175
 <p>
1070
 <p>
1176
 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.
1071
 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.
1177
 </p>
1072
 </p>
1201
 </p>
1096
 </p>
1202
 </div>
1097
 </div>
1203
 </div>
1098
 </div>
1204
-<div id="outline-container-org4fd1f81" class="outline-4">
1205
-<h4 id="org4fd1f81">Using with Ubuntu</h4>
1206
-<div class="outline-text-4" id="text-org4fd1f81">
1099
+<div id="outline-container-org0e9d656" class="outline-4">
1100
+<h4 id="org0e9d656">Using with Ubuntu</h4>
1101
+<div class="outline-text-4" id="text-org0e9d656">
1207
 <p>
1102
 <p>
1208
 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.
1103
 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.
1209
 </p>
1104
 </p>
1221
 </p>
1116
 </p>
1222
 </div>
1117
 </div>
1223
 </div>
1118
 </div>
1224
-<div id="outline-container-org9fc6a56" class="outline-4">
1225
-<h4 id="org9fc6a56">Using Tor Messenger</h4>
1226
-<div class="outline-text-4" id="text-org9fc6a56">
1119
+<div id="outline-container-org2f45af7" class="outline-4">
1120
+<h4 id="org2f45af7">Using Tor Messenger</h4>
1121
+<div class="outline-text-4" id="text-org2f45af7">
1227
 <p>
1122
 <p>
1228
 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.
1123
 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.
1229
 </p>
1124
 </p>
1230
 </div>
1125
 </div>
1231
 </div>
1126
 </div>
1232
-<div id="outline-container-orgd7cbd63" class="outline-4">
1233
-<h4 id="orgd7cbd63">Using with Android/Conversations</h4>
1234
-<div class="outline-text-4" id="text-orgd7cbd63">
1127
+<div id="outline-container-org8624a16" class="outline-4">
1128
+<h4 id="org8624a16">Using with Android/Conversations</h4>
1129
+<div class="outline-text-4" id="text-org8624a16">
1235
 <p>
1130
 <p>
1236
 Install <a href="https://f-droid.org/">F-Droid</a>
1131
 Install <a href="https://f-droid.org/">F-Droid</a>
1237
 </p>
1132
 </p>
1266
 </div>
1161
 </div>
1267
 </div>
1162
 </div>
1268
 </div>
1163
 </div>
1269
-<div id="outline-container-org5b760c4" class="outline-3">
1270
-<h3 id="org5b760c4">Tox</h3>
1271
-<div class="outline-text-3" id="text-org5b760c4">
1164
+<div id="outline-container-org3d39861" class="outline-3">
1165
+<h3 id="org3d39861">Tox</h3>
1166
+<div class="outline-text-3" id="text-org3d39861">
1272
 <p>
1167
 <p>
1273
 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.
1168
 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.
1274
 </p>
1169
 </p>
1275
 </div>
1170
 </div>
1276
-<div id="outline-container-org62b21a5" class="outline-4">
1277
-<h4 id="org62b21a5">Using the Toxic client</h4>
1278
-<div class="outline-text-4" id="text-org62b21a5">
1171
+<div id="outline-container-org2ee47d5" class="outline-4">
1172
+<h4 id="org2ee47d5">Using the Toxic client</h4>
1173
+<div class="outline-text-4" id="text-org2ee47d5">
1279
 <p>
1174
 <p>
1280
 Log into your system with:
1175
 Log into your system with:
1281
 </p>
1176
 </p>
1298
 </div>
1193
 </div>
1299
 </div>
1194
 </div>
1300
 
1195
 
1301
-<div id="outline-container-orgfc309dc" class="outline-3">
1302
-<h3 id="orgfc309dc">VoIP (Voice and text chat)</h3>
1303
-<div class="outline-text-3" id="text-orgfc309dc">
1304
-</div><div id="outline-container-org6a0eef8" class="outline-4">
1305
-<h4 id="org6a0eef8">Text chat</h4>
1306
-<div class="outline-text-4" id="text-org6a0eef8">
1196
+<div id="outline-container-org946dce9" class="outline-3">
1197
+<h3 id="org946dce9">VoIP (Voice and text chat)</h3>
1198
+<div class="outline-text-3" id="text-org946dce9">
1199
+</div><div id="outline-container-org7ff74f6" class="outline-4">
1200
+<h4 id="org7ff74f6">Text chat</h4>
1201
+<div class="outline-text-4" id="text-org7ff74f6">
1307
 <p>
1202
 <p>
1308
 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.
1203
 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.
1309
 </p>
1204
 </p>
1310
 </div>
1205
 </div>
1311
 </div>
1206
 </div>
1312
-<div id="outline-container-org11188a2" class="outline-4">
1313
-<h4 id="org11188a2">Using with Ubuntu</h4>
1314
-<div class="outline-text-4" id="text-org11188a2">
1207
+<div id="outline-container-org3f02305" class="outline-4">
1208
+<h4 id="org3f02305">Using with Ubuntu</h4>
1209
+<div class="outline-text-4" id="text-org3f02305">
1315
 <p>
1210
 <p>
1316
 Within the software center search for "mumble" and install the client then run it. Skip through the audio setup wizard.
1211
 Within the software center search for "mumble" and install the client then run it. Skip through the audio setup wizard.
1317
 </p>
1212
 </p>
1321
 </p>
1216
 </p>
1322
 </div>
1217
 </div>
1323
 </div>
1218
 </div>
1324
-<div id="outline-container-orgbd01b4a" class="outline-4">
1325
-<h4 id="orgbd01b4a">Using with Android</h4>
1326
-<div class="outline-text-4" id="text-orgbd01b4a">
1219
+<div id="outline-container-org1d7eab1" class="outline-4">
1220
+<h4 id="org1d7eab1">Using with Android</h4>
1221
+<div class="outline-text-4" id="text-org1d7eab1">
1327
 <p>
1222
 <p>
1328
 Install <a href="https://f-droid.org/">F-Droid</a>
1223
 Install <a href="https://f-droid.org/">F-Droid</a>
1329
 </p>
1224
 </p>
1358
 </div>
1253
 </div>
1359
 </div>
1254
 </div>
1360
 </div>
1255
 </div>
1361
-<div id="outline-container-orgf9ed7c5" class="outline-3">
1362
-<h3 id="orgf9ed7c5">SIP phones</h3>
1363
-<div class="outline-text-3" id="text-orgf9ed7c5">
1256
+<div id="outline-container-org2405ba5" class="outline-3">
1257
+<h3 id="org2405ba5">SIP phones</h3>
1258
+<div class="outline-text-3" id="text-org2405ba5">
1364
 <p>
1259
 <p>
1365
 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.
1260
 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.
1366
 </p>
1261
 </p>
1367
 </div>
1262
 </div>
1368
-<div id="outline-container-orgf9a6659" class="outline-4">
1369
-<h4 id="orgf9a6659">About ZRTP</h4>
1370
-<div class="outline-text-4" id="text-orgf9a6659">
1263
+<div id="outline-container-org12b6b63" class="outline-4">
1264
+<h4 id="org12b6b63">About ZRTP</h4>
1265
+<div class="outline-text-4" id="text-org12b6b63">
1371
 <p>
1266
 <p>
1372
 <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.
1267
 <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.
1373
 </p>
1268
 </p>
1374
 </div>
1269
 </div>
1375
 </div>
1270
 </div>
1376
-<div id="outline-container-org9efb361" class="outline-4">
1377
-<h4 id="org9efb361">Using with CSIPSimple</h4>
1378
-<div class="outline-text-4" id="text-org9efb361">
1271
+<div id="outline-container-org39f9028" class="outline-4">
1272
+<h4 id="org39f9028">Using with CSIPSimple</h4>
1273
+<div class="outline-text-4" id="text-org39f9028">
1379
 <p>
1274
 <p>
1380
 Add an account. Under <b>General Wizards</b> choose <b>Expert</b> and enter the following details:
1275
 Add an account. Under <b>General Wizards</b> choose <b>Expert</b> and enter the following details:
1381
 </p>
1276
 </p>
1431
 </p>
1326
 </p>
1432
 </div>
1327
 </div>
1433
 </div>
1328
 </div>
1434
-<div id="outline-container-orgc9b22ea" class="outline-4">
1435
-<h4 id="orgc9b22ea">Using with Ring</h4>
1436
-<div class="outline-text-4" id="text-orgc9b22ea">
1329
+<div id="outline-container-org2a162ab" class="outline-4">
1330
+<h4 id="org2a162ab">Using with Ring</h4>
1331
+<div class="outline-text-4" id="text-org2a162ab">
1437
 <p>
1332
 <p>
1438
 From the menu select <b>Manage accounts</b>.
1333
 From the menu select <b>Manage accounts</b>.
1439
 </p>
1334
 </p>
1486
 </div>
1381
 </div>
1487
 </div>
1382
 </div>
1488
 
1383
 
1489
-<div id="outline-container-orga3ef03c" class="outline-2">
1490
-<h2 id="orga3ef03c">RSS Reader</h2>
1491
-<div class="outline-text-2" id="text-orga3ef03c">
1384
+<div id="outline-container-orgee5bb6d" class="outline-2">
1385
+<h2 id="orgee5bb6d">RSS Reader</h2>
1386
+<div class="outline-text-2" id="text-orgee5bb6d">
1492
 <p>
1387
 <p>
1493
 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.
1388
 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.
1494
 </p>
1389
 </p>
1500
 </div>
1395
 </div>
1501
 </div>
1396
 </div>
1502
 
1397
 
1503
-<div id="outline-container-orgd34c8d0" class="outline-3">
1504
-<h3 id="orgd34c8d0">Finding the onion address</h3>
1505
-<div class="outline-text-3" id="text-orgd34c8d0">
1398
+<div id="outline-container-orgeb3b7f1" class="outline-3">
1399
+<h3 id="orgeb3b7f1">Finding the onion address</h3>
1400
+<div class="outline-text-3" id="text-orgeb3b7f1">
1506
 <p>
1401
 <p>
1507
 See the control panel for the RSS reader onion address.
1402
 See the control panel for the RSS reader onion address.
1508
 </p>
1403
 </p>
1526
 </div>
1421
 </div>
1527
 </div>
1422
 </div>
1528
 
1423
 
1529
-<div id="outline-container-org82ba42b" class="outline-3">
1530
-<h3 id="org82ba42b">On mobile</h3>
1531
-<div class="outline-text-3" id="text-org82ba42b">
1424
+<div id="outline-container-orgaf4abeb" class="outline-3">
1425
+<h3 id="orgaf4abeb">On mobile</h3>
1426
+<div class="outline-text-3" id="text-orgaf4abeb">
1532
 <p>
1427
 <p>
1533
 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.
1428
 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.
1534
 </p>
1429
 </p>
1540
 </blockquote>
1435
 </blockquote>
1541
 </div>
1436
 </div>
1542
 </div>
1437
 </div>
1543
-<div id="outline-container-org0162c66" class="outline-3">
1544
-<h3 id="org0162c66">With Emacs</h3>
1545
-<div class="outline-text-3" id="text-org0162c66">
1438
+<div id="outline-container-org1082ea6" class="outline-3">
1439
+<h3 id="org1082ea6">With Emacs</h3>
1440
+<div class="outline-text-3" id="text-org1082ea6">
1546
 <p>
1441
 <p>
1547
 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.
1442
 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.
1548
 </p>
1443
 </p>
1581
 </div>
1476
 </div>
1582
 </div>
1477
 </div>
1583
 </div>
1478
 </div>
1584
-<div id="outline-container-org57ccc43" class="outline-2">
1585
-<h2 id="org57ccc43">Git Projects</h2>
1586
-<div class="outline-text-2" id="text-org57ccc43">
1479
+<div id="outline-container-orgbe531b5" class="outline-2">
1480
+<h2 id="orgbe531b5">Git Projects</h2>
1481
+<div class="outline-text-2" id="text-orgbe531b5">
1587
 <p>
1482
 <p>
1588
 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.
1483
 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.
1589
 </p>
1484
 </p>
1618
 </p>
1513
 </p>
1619
 </div>
1514
 </div>
1620
 </div>
1515
 </div>
1621
-<div id="outline-container-org3f01662" class="outline-2">
1622
-<h2 id="org3f01662">Adding or removing users</h2>
1623
-<div class="outline-text-2" id="text-org3f01662">
1516
+<div id="outline-container-org33771d3" class="outline-2">
1517
+<h2 id="org33771d3">Adding or removing users</h2>
1518
+<div class="outline-text-2" id="text-org33771d3">
1624
 <p>
1519
 <p>
1625
 Log into the system with:
1520
 Log into the system with:
1626
 </p>
1521
 </p>
1648
 </div>
1543
 </div>
1649
 </div>
1544
 </div>
1650
 
1545
 
1651
-<div id="outline-container-orgb7217dc" class="outline-2">
1652
-<h2 id="orgb7217dc">Blocking Ads</h2>
1653
-<div class="outline-text-2" id="text-orgb7217dc">
1546
+<div id="outline-container-orgfd68df0" class="outline-2">
1547
+<h2 id="orgfd68df0">Blocking Ads</h2>
1548
+<div class="outline-text-2" id="text-orgfd68df0">
1654
 <p>
1549
 <p>
1655
 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.
1550
 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.
1656
 </p>
1551
 </p>
1660
 </p>
1555
 </p>
1661
 </div>
1556
 </div>
1662
 
1557
 
1663
-<div id="outline-container-orgb430b26" class="outline-3">
1664
-<h3 id="orgb430b26">Set a static IP address</h3>
1665
-<div class="outline-text-3" id="text-orgb430b26">
1558
+<div id="outline-container-org86a96fa" class="outline-3">
1559
+<h3 id="org86a96fa">Set a static IP address</h3>
1560
+<div class="outline-text-3" id="text-org86a96fa">
1666
 <p>
1561
 <p>
1667
 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>.
1562
 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>.
1668
 </p>
1563
 </p>
1673
 </div>
1568
 </div>
1674
 </div>
1569
 </div>
1675
 
1570
 
1676
-<div id="outline-container-org4c5bf13" class="outline-3">
1677
-<h3 id="org4c5bf13">On each client system within your local network</h3>
1678
-<div class="outline-text-3" id="text-org4c5bf13">
1571
+<div id="outline-container-orga2b93eb" class="outline-3">
1572
+<h3 id="orga2b93eb">On each client system within your local network</h3>
1573
+<div class="outline-text-3" id="text-orga2b93eb">
1679
 <div class="org-src-container">
1574
 <div class="org-src-container">
1680
 <pre class="src src-bash">sudo chattr -i /etc/resolv.conf
1575
 <pre class="src src-bash">sudo chattr -i /etc/resolv.conf
1681
 sudo nano /etc/resolv.conf
1576
 sudo nano /etc/resolv.conf
1702
 </div>
1597
 </div>
1703
 </div>
1598
 </div>
1704
 
1599
 
1705
-<div id="outline-container-orgfabfd0d" class="outline-3">
1706
-<h3 id="orgfabfd0d">On your internet router</h3>
1707
-<div class="outline-text-3" id="text-orgfabfd0d">
1600
+<div id="outline-container-orgb7b6e99" class="outline-3">
1601
+<h3 id="orgb7b6e99">On your internet router</h3>
1602
+<div class="outline-text-3" id="text-orgb7b6e99">
1708
 <p>
1603
 <p>
1709
 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.
1604
 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.
1710
 </p>
1605
 </p>
1715
 </div>
1610
 </div>
1716
 </div>
1611
 </div>
1717
 
1612
 
1718
-<div id="outline-container-org55bf242" class="outline-3">
1719
-<h3 id="org55bf242">Configuring block lists</h3>
1720
-<div class="outline-text-3" id="text-org55bf242">
1613
+<div id="outline-container-orgb607c6a" class="outline-3">
1614
+<h3 id="orgb607c6a">Configuring block lists</h3>
1615
+<div class="outline-text-3" id="text-orgb607c6a">
1721
 <p>
1616
 <p>
1722
 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.
1617
 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.
1723
 </p>
1618
 </p>