浏览代码

Merge branch 'stretch' of https://github.com/bashrc/freedombone

Bob Mottram 7 年前
父节点
当前提交
fd1e7da688
共有 6 个文件被更改,包括 211 次插入183 次删除
  1. 3
    3
      doc/EN/faq.org
  2. 5
    1
      doc/EN/mobile.org
  3. 12
    8
      src/freedombone-image-customise
  4. 16
    4
      src/freedombone-utils-network
  5. 135
    135
      website/EN/faq.html
  6. 40
    32
      website/EN/mobile.html

+ 3
- 3
doc/EN/faq.org 查看文件

162
 
162
 
163
 If you are currently using a proprietary chat app, something without any encryption or something /really bad/ such as Telegram, then Signal is definitely a step up in terms of security. But Signal has problems, which can be summarised as:
163
 If you are currently using a proprietary chat app, something without any encryption or something /really bad/ such as Telegram, then Signal is definitely a step up in terms of security. But Signal has problems, which can be summarised as:
164
 
164
 
165
- * *It uses phone numbers*. Phone numbers are used for Signal's initial verification, and they can of course be intercepted or faked. Plus it means that Open Whisper Systems keeps a list of phone numbers on its centralised server for its /"X has joined Signal"/ notification. Even if they're hashed, they're still unique identifiers and [[https://en.wikipedia.org/wiki/Rainbow_table][rainbow tables]] for the phone number system probably exist. Phone numbers are convenient for some users, but are also a non-trivial security risk. If you're using Signal then consider what it knows about who your contacts are, where that data is located and who else might have access to that.
165
+ * *It uses phone numbers*. Phone numbers are used for Signal's initial verification, and they can of course be intercepted or faked. Plus it means that Open Whisper Systems keeps a list of phone numbers on its centralised server for its /"X has joined Signal"/ notification. Even if they're hashed, they're still unique identifiers and [[https://en.wikipedia.org/wiki/Rainbow_table][rainbow tables]] for the phone number system probably exist. Phone numbers are convenient for some users, but are also a non-trivial security risk. If you're using Signal then consider what it knows about who your contacts are, where that data is located and who else might have access to that. Consider what might happen if an adversary gets to know your mobile number.
166
  * *It's based on a single server* run by Open Whisper Systems. That's a single point of failure and ought to be a big red flag (of the sporting rather than the socialist variety) as a possible locus for concentrated nefariousness.
166
  * *It's based on a single server* run by Open Whisper Systems. That's a single point of failure and ought to be a big red flag (of the sporting rather than the socialist variety) as a possible locus for concentrated nefariousness.
167
- * *It requires the installation of Google Play*. If you already have Google Play installed on a stock Android OS then this doesn't increase your security problems, but for other more secure Android variants it's a massive increase in attack surface.
167
+ * *It requires the installation of Google Play*. If you already have Google Play installed on a stock Android OS then this doesn't increase your security problems, but for other more secure Android variants it's a massive increase in attack surface. There is a separate apk available for download, but it won't receive updates and the hash shown on the site often doesn't match.
168
  * *It depends entirely upon the Google message pushing system*. That means that Google /at least knows who Signal messages are being sent to and may be able to infer the rest via your (insecure) Android phone contact list or via timing correlation of alternating deliveries/. Remember that for an adversary metadata in aggregate is much better than having the content of messages. At any time Google could decide that it doesn't want to support Signal, or in adverse circumstances they could be leaned upon by the usual agencies or government cronies.
168
  * *It depends entirely upon the Google message pushing system*. That means that Google /at least knows who Signal messages are being sent to and may be able to infer the rest via your (insecure) Android phone contact list or via timing correlation of alternating deliveries/. Remember that for an adversary metadata in aggregate is much better than having the content of messages. At any time Google could decide that it doesn't want to support Signal, or in adverse circumstances they could be leaned upon by the usual agencies or government cronies.
169
- * *Their privacy policy indicates that they will give whatever server data they have to third parties* under some conditions. Of course this is always claimed to be /for the very best of reasons/ - such as combating fraud - but once that sort of disclosure capability exists it may be abused without you ever knowing about it.
169
+ * *Their privacy policy indicates that they will give whatever server data they have to third parties* under some conditions. Of course this is always claimed to be /for the very best of reasons/ - such as combating fraud - but once that sort of disclosure capability exists it may be abused without you ever knowing about it. Consider how difficult, or not, it may be for a government to reverse engineer a database of hashed telephone numbers.
170
  * *Forking isn't really an option*. A fork was tried, but Moxie got annoyed when it still used his server. At the same time the level of interest in federating the server is not detectable with our best intrumentation, and is suspected to be negative. That's a catch 22 which effectively means that independent implementations of Signal will always leave some users unable to communicate with each other.
170
  * *Forking isn't really an option*. A fork was tried, but Moxie got annoyed when it still used his server. At the same time the level of interest in federating the server is not detectable with our best intrumentation, and is suspected to be negative. That's a catch 22 which effectively means that independent implementations of Signal will always leave some users unable to communicate with each other.
171
 
171
 
172
 To give credit where it's due Signal is good, but it could be a lot better. The real solution for private chat is to run your own XMPP server, as you can with Freedombone, or to have someone within your community do that. /There is no substitute for a decentralised solution which is within the control of your community/.
172
 To give credit where it's due Signal is good, but it could be a lot better. The real solution for private chat is to run your own XMPP server, as you can with Freedombone, or to have someone within your community do that. /There is no substitute for a decentralised solution which is within the control of your community/.

+ 5
- 1
doc/EN/mobile.org 查看文件

48
 * Open
48
 * Open
49
 Use a Linux based phone operating system. Typically this will mean Android, but could also mean LineageOS or Replicant. LineageOS is the most preferable, because you can usually get an up to date image with a recent kernel which will give you better security against exploits. If you're buying a phone then look for a model which is supported by LineageOS. Replicant is the most free (as in freedom) but only runs on a small number of phone models. If you have a phone which runs a full GNU/Linux system then that's fantastic, and you can probably use it in much the same way as a desktop system and the rest of the advice on this page won't apply. If you don't have a phone capable of running a Linux based operating system then consider selling, giving away or bartering your existing one.
49
 Use a Linux based phone operating system. Typically this will mean Android, but could also mean LineageOS or Replicant. LineageOS is the most preferable, because you can usually get an up to date image with a recent kernel which will give you better security against exploits. If you're buying a phone then look for a model which is supported by LineageOS. Replicant is the most free (as in freedom) but only runs on a small number of phone models. If you have a phone which runs a full GNU/Linux system then that's fantastic, and you can probably use it in much the same way as a desktop system and the rest of the advice on this page won't apply. If you don't have a phone capable of running a Linux based operating system then consider selling, giving away or bartering your existing one.
50
 
50
 
51
-Why is it so important to run Linux on a phone? Aren't /iThings/ supposed to be highly secure? Isn't the CEO of Apple a good guy, fighting for freedom against the evil Feds? In the end it comes down to the fact that /if the source code for the device cannot be independently audited to check for backdoors, bugs and so on, then it can't actually be trusted/. No matter how well-meaning or brave people running companies may be, local laws may force them to add backdoors into their systems or to give away the encryption keys (Lavabit) or they may also do that purely for business reasons such as being able to sell you to their advertising customers and so on.
51
+Why is it so important to run Linux on a phone? Aren't /iThings/ supposed to be highly secure? Don't the "experts" always tell you to just use an iPhone with its supposedly superior secure enclave? Isn't the CEO of Apple a good guy, fighting for freedom against the evil Feds?
52
+
53
+In the end it comes down to the fact that /if the source code for the device cannot be independently audited to check for backdoors, bugs and so on, then it can't actually be trusted/. It doesn't matter if there's a supposedly secure enclave on your closed source gadget. No matter how well-meaning or brave people running companies may be, local laws may force them to add backdoors into their systems (sometimes called "technical capabilities order" or "lawful interception") or to give away the encryption keys (Lavabit) or they may also do that purely for business reasons such as being able to sell you to their advertising customers and so on.
52
 
54
 
53
 * Remove
55
 * Remove
54
 
56
 
62
 
64
 
63
 Installing *F-droid* and only adding any new apps via F-droid will ensure that you are always using free and open source software. Open source is not a panacea, since bugs can and do still occur, but it will help you to avoid the worst security and privacy pitfalls.
65
 Installing *F-droid* and only adding any new apps via F-droid will ensure that you are always using free and open source software. Open source is not a panacea, since bugs can and do still occur, but it will help you to avoid the worst security and privacy pitfalls.
64
 
66
 
67
+Avoid using the Open Whisper Systems Signal app if you can, no matter what "experts" say about it. There are multiple reasons for this which you can find in the [[./faq.html][FAQ]].
68
+
65
 * Lock
69
 * Lock
66
 
70
 
67
 Add a lock screen, preferably with a password which is not easy for other people to guess or for quicker access with a PIN number. Install an app called *Locker*, activate it and set the maximum number of password guesses to ten (or whatever you feel comfortable with). If bad people get hold of your phone then they may try to brute force your lock screen password or PIN (i.e. automatically trying millions of common word and number combinations) and the locker app will prevent them from succeeding by resetting the phone back to its factory default condition and wiping the data.
71
 Add a lock screen, preferably with a password which is not easy for other people to guess or for quicker access with a PIN number. Install an app called *Locker*, activate it and set the maximum number of password guesses to ten (or whatever you feel comfortable with). If bad people get hold of your phone then they may try to brute force your lock screen password or PIN (i.e. automatically trying millions of common word and number combinations) and the locker app will prevent them from succeeding by resetting the phone back to its factory default condition and wiping the data.

+ 12
- 8
src/freedombone-image-customise 查看文件

203
         return
203
         return
204
     fi
204
     fi
205
 
205
 
206
+    { echo '# This file describes the network interfaces available on your system';
207
+      echo '# and how to activate them. For more information, see interfaces(5).';
208
+      echo 'source /etc/network/interfaces.d/*'; } > "$rootdir/etc/network/interfaces"
209
+
206
     if [[ "$GENERIC_IMAGE" == "no" ]]; then
210
     if [[ "$GENERIC_IMAGE" == "no" ]]; then
207
-        echo '# This file describes the network interfaces available on your system' > "$rootdir/etc/network/interfaces"
208
-        echo '# and how to activate them. For more information, see interfaces(5).' >> "$rootdir/etc/network/interfaces"
209
-        echo 'source /etc/network/interfaces.d/*' >> "$rootdir/etc/network/interfaces"
210
 
211
 
211
-        echo "auto eth0
212
-iface eth0 inet static
213
-    address $BOX_IP_ADDRESS
214
-    netmask 255.255.255.0
215
-    gateway $ROUTER_IP_ADDRESS" > "$rootdir/etc/network/interfaces.d/static"
212
+        { echo 'auto eth0';
213
+          echo 'iface eth0 inet static';
214
+          echo "address $BOX_IP_ADDRESS";
215
+          echo 'netmask 255.255.255.0';
216
+          echo "gateway $ROUTER_IP_ADDRESS"; } > "$rootdir/etc/network/interfaces.d/static"
216
 
217
 
217
         hexarray=( 1 2 3 4 5 6 7 8 9 0 a b c d e f )
218
         hexarray=( 1 2 3 4 5 6 7 8 9 0 a b c d e f )
218
         a=${hexarray[$RANDOM%16]}${hexarray[$RANDOM%16]}
219
         a=${hexarray[$RANDOM%16]}${hexarray[$RANDOM%16]}
221
         d=${hexarray[$RANDOM%16]}${hexarray[$RANDOM%16]}
222
         d=${hexarray[$RANDOM%16]}${hexarray[$RANDOM%16]}
222
         e=${hexarray[$RANDOM%16]}${hexarray[$RANDOM%16]}
223
         e=${hexarray[$RANDOM%16]}${hexarray[$RANDOM%16]}
223
         echo "hwaddress ether de:$a:$b:$c:$d:$e" > "$rootdir/etc/network/interfaces.d/macaddress"
224
         echo "hwaddress ether de:$a:$b:$c:$d:$e" > "$rootdir/etc/network/interfaces.d/macaddress"
225
+    else
226
+        { echo 'auto eth0';
227
+          echo 'iface eth0 inet dhcp'; } > "$rootdir/etc/network/interfaces.d/dynamic"
224
     fi
228
     fi
225
 
229
 
226
     # configure DNS
230
     # configure DNS

+ 16
- 4
src/freedombone-utils-network 查看文件

54
     if [[ $INSTALLING_ON_BBB == "yes" ]]; then
54
     if [[ $INSTALLING_ON_BBB == "yes" ]]; then
55
         return
55
         return
56
     fi
56
     fi
57
-    if [ ! $LOCAL_NETWORK_STATIC_IP_ADDRESS ]; then
58
-        return
59
-    fi
60
 
57
 
61
     echo '# This file describes the network interfaces available on your system' > /etc/network/interfaces
58
     echo '# This file describes the network interfaces available on your system' > /etc/network/interfaces
62
     echo '# and how to activate them. For more information, see interfaces(5).' >> /etc/network/interfaces
59
     echo '# and how to activate them. For more information, see interfaces(5).' >> /etc/network/interfaces
63
     echo 'source /etc/network/interfaces.d/*' >> /etc/network/interfaces
60
     echo 'source /etc/network/interfaces.d/*' >> /etc/network/interfaces
64
 
61
 
62
+    if [ ! $LOCAL_NETWORK_STATIC_IP_ADDRESS ]; then
63
+
64
+        { echo 'auto eth0';
65
+          echo 'iface eth0 inet dhcp'; } > /etc/network/interfaces.d/dynamic
66
+
67
+        if [ -f /etc/network/interfaces.d/static ]; then
68
+            rm /etc/network/interfaces.d/static
69
+        fi
70
+
71
+        mark_completed "${FUNCNAME[0]}"
72
+        return
73
+    fi
74
+
65
     { echo 'auto eth0';
75
     { echo 'auto eth0';
66
       echo 'iface eth0 inet static';
76
       echo 'iface eth0 inet static';
67
       echo "    address $LOCAL_NETWORK_STATIC_IP_ADDRESS";
77
       echo "    address $LOCAL_NETWORK_STATIC_IP_ADDRESS";
68
       echo '    netmask 255.255.255.0';
78
       echo '    netmask 255.255.255.0';
69
       echo "    gateway $ROUTER_IP_ADDRESS"; } > /etc/network/interfaces.d/static
79
       echo "    gateway $ROUTER_IP_ADDRESS"; } > /etc/network/interfaces.d/static
70
 
80
 
71
-    mark_completed "${FUNCNAME[0]}"
81
+    if [ -f /etc/network/interfaces.d/dynamic ]; then
82
+        rm /etc/network/interfaces.d/dynamic
83
+    fi
72
 }
84
 }
73
 
85
 
74
 function get_external_ipv4_address {
86
 function get_external_ipv4_address {

+ 135
- 135
website/EN/faq.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
-<!-- 2018-02-04 Sun 21:11 -->
6
+<!-- 2018-03-09 Fri 11:11 -->
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>&lrm;</title>
9
 <title>&lrm;</title>
264
 </colgroup>
264
 </colgroup>
265
 <tbody>
265
 <tbody>
266
 <tr>
266
 <tr>
267
-<td class="org-left"><a href="#org5e1690c">What applications are supported?</a></td>
267
+<td class="org-left"><a href="#orgd5d5ea8">What applications are supported?</a></td>
268
 </tr>
268
 </tr>
269
 
269
 
270
 <tr>
270
 <tr>
271
-<td class="org-left"><a href="#orga48f0fb">I don't have a static IP address. Can I still install this system?</a></td>
271
+<td class="org-left"><a href="#orgf845f43">I don't have a static IP address. Can I still install this system?</a></td>
272
 </tr>
272
 </tr>
273
 
273
 
274
 <tr>
274
 <tr>
275
-<td class="org-left"><a href="#orgf4dd8a7">Why Freedombone and not FreedomBox?</a></td>
275
+<td class="org-left"><a href="#org389376b">Why Freedombone and not FreedomBox?</a></td>
276
 </tr>
276
 </tr>
277
 
277
 
278
 <tr>
278
 <tr>
279
-<td class="org-left"><a href="#org5ee52c6">Why not support building images for Raspberry Pi?</a></td>
279
+<td class="org-left"><a href="#orgff5ea2f">Why not support building images for Raspberry Pi?</a></td>
280
 </tr>
280
 </tr>
281
 
281
 
282
 <tr>
282
 <tr>
283
-<td class="org-left"><a href="#org41c4de0">Why use Tor? I've heard it's used by bad people</a></td>
283
+<td class="org-left"><a href="#orge27ea82">Why use Tor? I've heard it's used by bad people</a></td>
284
 </tr>
284
 </tr>
285
 
285
 
286
 <tr>
286
 <tr>
287
-<td class="org-left"><a href="#org7b1c58e">How is Tor integrated with Freedombone?</a></td>
287
+<td class="org-left"><a href="#orgff42c53">How is Tor integrated with Freedombone?</a></td>
288
 </tr>
288
 </tr>
289
 
289
 
290
 <tr>
290
 <tr>
291
-<td class="org-left"><a href="#org7938d6a">Can I add a clearnet domain to an onion build?</a></td>
291
+<td class="org-left"><a href="#org043f13e">Can I add a clearnet domain to an onion build?</a></td>
292
 </tr>
292
 </tr>
293
 
293
 
294
 <tr>
294
 <tr>
295
-<td class="org-left"><a href="#orgdb25e75">Why use Github?</a></td>
295
+<td class="org-left"><a href="#org16383fe">Why use Github?</a></td>
296
 </tr>
296
 </tr>
297
 
297
 
298
 <tr>
298
 <tr>
299
-<td class="org-left"><a href="#orga2c951b">Should I upload my GPG keys to keybase.io?</a></td>
299
+<td class="org-left"><a href="#org8efd49f">Should I upload my GPG keys to keybase.io?</a></td>
300
 </tr>
300
 </tr>
301
 
301
 
302
 <tr>
302
 <tr>
303
-<td class="org-left"><a href="#org637eaf9">Keys and emails should not be stored on servers. Why do you do that?</a></td>
303
+<td class="org-left"><a href="#org4e6be73">Keys and emails should not be stored on servers. Why do you do that?</a></td>
304
 </tr>
304
 </tr>
305
 
305
 
306
 <tr>
306
 <tr>
307
-<td class="org-left"><a href="#orge446066">Why can't I access my .onion site with a Tor browser?</a></td>
307
+<td class="org-left"><a href="#org415c41b">Why can't I access my .onion site with a Tor browser?</a></td>
308
 </tr>
308
 </tr>
309
 
309
 
310
 <tr>
310
 <tr>
311
-<td class="org-left"><a href="#orgee92e8d">What is the best hardware to run this system on?</a></td>
311
+<td class="org-left"><a href="#orgc1ec572">What is the best hardware to run this system on?</a></td>
312
 </tr>
312
 </tr>
313
 
313
 
314
 <tr>
314
 <tr>
315
-<td class="org-left"><a href="#org69a37d0">Can I add more users to the system?</a></td>
315
+<td class="org-left"><a href="#org1c08114">Can I add more users to the system?</a></td>
316
 </tr>
316
 </tr>
317
 
317
 
318
 <tr>
318
 <tr>
319
-<td class="org-left"><a href="#org2cf9868">Why not use Signal for mobile chat?</a></td>
319
+<td class="org-left"><a href="#org5740b8c">Why not use Signal for mobile chat?</a></td>
320
 </tr>
320
 </tr>
321
 
321
 
322
 <tr>
322
 <tr>
323
-<td class="org-left"><a href="#orgdcc1837">What is the most secure chat app to use on mobile?</a></td>
323
+<td class="org-left"><a href="#org5dc46dd">What is the most secure chat app to use on mobile?</a></td>
324
 </tr>
324
 </tr>
325
 
325
 
326
 <tr>
326
 <tr>
327
-<td class="org-left"><a href="#org663ac7a">How do I remove a user from the system?</a></td>
327
+<td class="org-left"><a href="#orge052ac8">How do I remove a user from the system?</a></td>
328
 </tr>
328
 </tr>
329
 
329
 
330
 <tr>
330
 <tr>
331
-<td class="org-left"><a href="#orgb37d231">Why is logging for web sites turned off by default?</a></td>
331
+<td class="org-left"><a href="#org0b5135f">Why is logging for web sites turned off by default?</a></td>
332
 </tr>
332
 </tr>
333
 
333
 
334
 <tr>
334
 <tr>
335
-<td class="org-left"><a href="#org9d48040">How do I reset the tripwire?</a></td>
335
+<td class="org-left"><a href="#org5725c65">How do I reset the tripwire?</a></td>
336
 </tr>
336
 </tr>
337
 
337
 
338
 <tr>
338
 <tr>
339
-<td class="org-left"><a href="#orgdbc9954">Is metadata protected?</a></td>
339
+<td class="org-left"><a href="#orga7060eb">Is metadata protected?</a></td>
340
 </tr>
340
 </tr>
341
 
341
 
342
 <tr>
342
 <tr>
343
-<td class="org-left"><a href="#org202318a">How do I create email processing rules?</a></td>
343
+<td class="org-left"><a href="#org9f546cf">How do I create email processing rules?</a></td>
344
 </tr>
344
 </tr>
345
 
345
 
346
 <tr>
346
 <tr>
347
-<td class="org-left"><a href="#org5aa3ee6">Why isn't dynamic DNS working?</a></td>
347
+<td class="org-left"><a href="#org4bd61c8">Why isn't dynamic DNS working?</a></td>
348
 </tr>
348
 </tr>
349
 
349
 
350
 <tr>
350
 <tr>
351
-<td class="org-left"><a href="#org7c9475d">How do I change my encryption settings?</a></td>
351
+<td class="org-left"><a href="#org4cc674a">How do I change my encryption settings?</a></td>
352
 </tr>
352
 </tr>
353
 
353
 
354
 <tr>
354
 <tr>
355
-<td class="org-left"><a href="#org6abf1fd">How do I get a domain name?</a></td>
355
+<td class="org-left"><a href="#orgab5e3c9">How do I get a domain name?</a></td>
356
 </tr>
356
 </tr>
357
 
357
 
358
 <tr>
358
 <tr>
359
-<td class="org-left"><a href="#org7342a10">How do I get a "real" SSL/TLS/HTTPS certificate?</a></td>
359
+<td class="org-left"><a href="#org591d315">How do I get a "real" SSL/TLS/HTTPS certificate?</a></td>
360
 </tr>
360
 </tr>
361
 
361
 
362
 <tr>
362
 <tr>
363
-<td class="org-left"><a href="#orgb7c163c">How do I renew a Let's Encrypt certificate?</a></td>
363
+<td class="org-left"><a href="#org18bf098">How do I renew a Let's Encrypt certificate?</a></td>
364
 </tr>
364
 </tr>
365
 
365
 
366
 <tr>
366
 <tr>
367
-<td class="org-left"><a href="#orgb89b3f5">I tried to renew a Let's Encrypt certificate and it failed. What should I do?</a></td>
367
+<td class="org-left"><a href="#org3f1245f">I tried to renew a Let's Encrypt certificate and it failed. What should I do?</a></td>
368
 </tr>
368
 </tr>
369
 
369
 
370
 <tr>
370
 <tr>
371
-<td class="org-left"><a href="#org1983e96">Why not use the services of $company instead? They took the Seppuku pledge</a></td>
371
+<td class="org-left"><a href="#org188259e">Why not use the services of $company instead? They took the Seppuku pledge</a></td>
372
 </tr>
372
 </tr>
373
 
373
 
374
 <tr>
374
 <tr>
375
-<td class="org-left"><a href="#orgd36fd8f">Why does my email keep getting rejected as spam by Gmail/etc?</a></td>
375
+<td class="org-left"><a href="#orgde3861a">Why does my email keep getting rejected as spam by Gmail/etc?</a></td>
376
 </tr>
376
 </tr>
377
 
377
 
378
 <tr>
378
 <tr>
379
-<td class="org-left"><a href="#orgda2be97">Tor is censored/blocked in my area. What can I do?</a></td>
379
+<td class="org-left"><a href="#orgf11c8bb">Tor is censored/blocked in my area. What can I do?</a></td>
380
 </tr>
380
 </tr>
381
 
381
 
382
 <tr>
382
 <tr>
383
-<td class="org-left"><a href="#org11e6e2f">I want to block a particular domain from getting its content into my social network sites</a></td>
383
+<td class="org-left"><a href="#orgf4e67f7">I want to block a particular domain from getting its content into my social network sites</a></td>
384
 </tr>
384
 </tr>
385
 
385
 
386
 <tr>
386
 <tr>
387
-<td class="org-left"><a href="#org6189535">The mesh system doesn't boot from USB drive</a></td>
387
+<td class="org-left"><a href="#org2629f66">The mesh system doesn't boot from USB drive</a></td>
388
 </tr>
388
 </tr>
389
 </tbody>
389
 </tbody>
390
 </table>
390
 </table>
391
 </div>
391
 </div>
392
 
392
 
393
-<div id="outline-container-org5e1690c" class="outline-2">
394
-<h2 id="org5e1690c">What applications are supported?</h2>
395
-<div class="outline-text-2" id="text-org5e1690c">
393
+<div id="outline-container-orgd5d5ea8" class="outline-2">
394
+<h2 id="orgd5d5ea8">What applications are supported?</h2>
395
+<div class="outline-text-2" id="text-orgd5d5ea8">
396
 <p>
396
 <p>
397
 <a href="./apps.html">See here</a> for the complete list of apps. In addition to those as part of the base install you get an email server.
397
 <a href="./apps.html">See here</a> for the complete list of apps. In addition to those as part of the base install you get an email server.
398
 </p>
398
 </p>
399
 </div>
399
 </div>
400
 </div>
400
 </div>
401
-<div id="outline-container-orga48f0fb" class="outline-2">
402
-<h2 id="orga48f0fb">I don't have a static IP address. Can I still install this system?</h2>
403
-<div class="outline-text-2" id="text-orga48f0fb">
401
+<div id="outline-container-orgf845f43" class="outline-2">
402
+<h2 id="orgf845f43">I don't have a static IP address. Can I still install this system?</h2>
403
+<div class="outline-text-2" id="text-orgf845f43">
404
 <p>
404
 <p>
405
 Yes. The minimum requirements are to have some hardware that you can install Debian onto and also that you have administrator access to your internet router so that you can forward ports to the system which has Freedombone installed.
405
 Yes. The minimum requirements are to have some hardware that you can install Debian onto and also that you have administrator access to your internet router so that you can forward ports to the system which has Freedombone installed.
406
 </p>
406
 </p>
410
 </p>
410
 </p>
411
 </div>
411
 </div>
412
 </div>
412
 </div>
413
-<div id="outline-container-orgf4dd8a7" class="outline-2">
414
-<h2 id="orgf4dd8a7">Why Freedombone and not FreedomBox?</h2>
415
-<div class="outline-text-2" id="text-orgf4dd8a7">
413
+<div id="outline-container-org389376b" class="outline-2">
414
+<h2 id="org389376b">Why Freedombone and not FreedomBox?</h2>
415
+<div class="outline-text-2" id="text-org389376b">
416
 <p>
416
 <p>
417
 When the project began in late 2013 the FreedomBox project seemed to be going nowhere, and was only designed to work with the DreamPlug hardware. There was some new hardware out - the Beaglebone Black - which could run Debian and was also a free hardware design so seemed more appropriate. Hence the name "Freedombone", being like FreedomBox but on a Beaglebone. There are some similarities and differences between the two projects:
417
 When the project began in late 2013 the FreedomBox project seemed to be going nowhere, and was only designed to work with the DreamPlug hardware. There was some new hardware out - the Beaglebone Black - which could run Debian and was also a free hardware design so seemed more appropriate. Hence the name "Freedombone", being like FreedomBox but on a Beaglebone. There are some similarities and differences between the two projects:
418
 </p>
418
 </p>
419
 </div>
419
 </div>
420
 
420
 
421
-<div id="outline-container-org0af1c5d" class="outline-3">
422
-<h3 id="org0af1c5d">Similarities</h3>
423
-<div class="outline-text-3" id="text-org0af1c5d">
421
+<div id="outline-container-orgdf41ba8" class="outline-3">
422
+<h3 id="orgdf41ba8">Similarities</h3>
423
+<div class="outline-text-3" id="text-orgdf41ba8">
424
 <ul class="org-ul">
424
 <ul class="org-ul">
425
 <li>Uses freedom-maker and vmdebootstrap to build debian images</li>
425
 <li>Uses freedom-maker and vmdebootstrap to build debian images</li>
426
 <li>Supports the use of Tor onion addresses to access websites</li>
426
 <li>Supports the use of Tor onion addresses to access websites</li>
434
 </ul>
434
 </ul>
435
 </div>
435
 </div>
436
 </div>
436
 </div>
437
-<div id="outline-container-org791d2d7" class="outline-3">
438
-<h3 id="org791d2d7">Differences</h3>
439
-<div class="outline-text-3" id="text-org791d2d7">
437
+<div id="outline-container-org1fc70e2" class="outline-3">
438
+<h3 id="org1fc70e2">Differences</h3>
439
+<div class="outline-text-3" id="text-org1fc70e2">
440
 <ul class="org-ul">
440
 <ul class="org-ul">
441
 <li>FreedomBox is a Debian pure blend. Freedombone is not</li>
441
 <li>FreedomBox is a Debian pure blend. Freedombone is not</li>
442
 <li>Freedombone only supports Free Software. FreedomBox includes some closed binary boot blobs for certain ARM boards</li>
442
 <li>Freedombone only supports Free Software. FreedomBox includes some closed binary boot blobs for certain ARM boards</li>
451
 </div>
451
 </div>
452
 </div>
452
 </div>
453
 </div>
453
 </div>
454
-<div id="outline-container-org5ee52c6" class="outline-2">
455
-<h2 id="org5ee52c6">Why not support building images for Raspberry Pi?</h2>
456
-<div class="outline-text-2" id="text-org5ee52c6">
454
+<div id="outline-container-orgff5ea2f" class="outline-2">
455
+<h2 id="orgff5ea2f">Why not support building images for Raspberry Pi?</h2>
456
+<div class="outline-text-2" id="text-orgff5ea2f">
457
 <p>
457
 <p>
458
 The FreedomBox project supports Raspberry Pi builds, and the image build system for Freedombone is based on the same system. However, although the Raspberry Pi can run a version of Debian it requires a closed proprietary blob in order to boot the hardware. Who knows what that blob might contain or what exploits it could facilitate. From an adversarial point of view if you were trying to deliver "bulk equipment interference" then it doesn't get any better than piggybacking on something which has control of the boot process, and hence all subsequently run processes.
458
 The FreedomBox project supports Raspberry Pi builds, and the image build system for Freedombone is based on the same system. However, although the Raspberry Pi can run a version of Debian it requires a closed proprietary blob in order to boot the hardware. Who knows what that blob might contain or what exploits it could facilitate. From an adversarial point of view if you were trying to deliver "bulk equipment interference" then it doesn't get any better than piggybacking on something which has control of the boot process, and hence all subsequently run processes.
459
 </p>
459
 </p>
463
 </p>
463
 </p>
464
 </div>
464
 </div>
465
 </div>
465
 </div>
466
-<div id="outline-container-org41c4de0" class="outline-2">
467
-<h2 id="org41c4de0">Why use Tor? I've heard it's used by bad people</h2>
468
-<div class="outline-text-2" id="text-org41c4de0">
466
+<div id="outline-container-orge27ea82" class="outline-2">
467
+<h2 id="orge27ea82">Why use Tor? I've heard it's used by bad people</h2>
468
+<div class="outline-text-2" id="text-orge27ea82">
469
 <p>
469
 <p>
470
 Years ago Tor was usually depicted in the mainstream media as something scary inhabited by cyberterrorists and other bad cybers, but today to a large extent Tor is accepted as just another way of routing data in a network. Depending upon where you live there may still be some amount of fearmongering about Tor, but it now seems clear that the trajectory is towards general acceptance.
470
 Years ago Tor was usually depicted in the mainstream media as something scary inhabited by cyberterrorists and other bad cybers, but today to a large extent Tor is accepted as just another way of routing data in a network. Depending upon where you live there may still be some amount of fearmongering about Tor, but it now seems clear that the trajectory is towards general acceptance.
471
 </p>
471
 </p>
486
 </p>
486
 </p>
487
 </div>
487
 </div>
488
 </div>
488
 </div>
489
-<div id="outline-container-org7b1c58e" class="outline-2">
490
-<h2 id="org7b1c58e">How is Tor integrated with Freedombone?</h2>
491
-<div class="outline-text-2" id="text-org7b1c58e">
489
+<div id="outline-container-orgff42c53" class="outline-2">
490
+<h2 id="orgff42c53">How is Tor integrated with Freedombone?</h2>
491
+<div class="outline-text-2" id="text-orgff42c53">
492
 <p>
492
 <p>
493
 Within this project Tor is used more to provide <i>accessibility</i> than the <i>anonymity</i> factor for which Tor is better known. The onion address system provides a way of being able to access sites even if you don't own a conventional domain name or don't have administrator access to your local internet router to be able to do port forwarding.
493
 Within this project Tor is used more to provide <i>accessibility</i> than the <i>anonymity</i> factor for which Tor is better known. The onion address system provides a way of being able to access sites even if you don't own a conventional domain name or don't have administrator access to your local internet router to be able to do port forwarding.
494
 </p>
494
 </p>
506
 </p>
506
 </p>
507
 </div>
507
 </div>
508
 </div>
508
 </div>
509
-<div id="outline-container-org7938d6a" class="outline-2">
510
-<h2 id="org7938d6a">Can I add a clearnet domain to an onion build?</h2>
511
-<div class="outline-text-2" id="text-org7938d6a">
509
+<div id="outline-container-org043f13e" class="outline-2">
510
+<h2 id="org043f13e">Can I add a clearnet domain to an onion build?</h2>
511
+<div class="outline-text-2" id="text-org043f13e">
512
 <p>
512
 <p>
513
 You could if you manually edited the relevant nginx configuration files and installed some dynamic DNS system yourself. If you already have sysadmin knowledge then that's probably not too hard. But the builds created with the <b>onion-addresses-only</b> option aren't really intended to support access via clearnet domains.
513
 You could if you manually edited the relevant nginx configuration files and installed some dynamic DNS system yourself. If you already have sysadmin knowledge then that's probably not too hard. But the builds created with the <b>onion-addresses-only</b> option aren't really intended to support access via clearnet domains.
514
 </p>
514
 </p>
515
 </div>
515
 </div>
516
 </div>
516
 </div>
517
-<div id="outline-container-orgdb25e75" class="outline-2">
518
-<h2 id="orgdb25e75">Why use Github?</h2>
519
-<div class="outline-text-2" id="text-orgdb25e75">
517
+<div id="outline-container-org16383fe" class="outline-2">
518
+<h2 id="org16383fe">Why use Github?</h2>
519
+<div class="outline-text-2" id="text-org16383fe">
520
 <p>
520
 <p>
521
 Github is paradoxically a centralized, closed and proprietary system which happens to mostly host free and open source projects. Up until now it has been relatively benign, but at some point in the name of "growth" it will likely start becoming more evil, or just become like SourceForge - which was also once much loved by FOSS developers, but turned into a den of malvertizing.
521
 Github is paradoxically a centralized, closed and proprietary system which happens to mostly host free and open source projects. Up until now it has been relatively benign, but at some point in the name of "growth" it will likely start becoming more evil, or just become like SourceForge - which was also once much loved by FOSS developers, but turned into a den of malvertizing.
522
 </p>
522
 </p>
534
 </p>
534
 </p>
535
 </div>
535
 </div>
536
 </div>
536
 </div>
537
-<div id="outline-container-orga2c951b" class="outline-2">
538
-<h2 id="orga2c951b">Should I upload my GPG keys to keybase.io?</h2>
539
-<div class="outline-text-2" id="text-orga2c951b">
537
+<div id="outline-container-org8efd49f" class="outline-2">
538
+<h2 id="org8efd49f">Should I upload my GPG keys to keybase.io?</h2>
539
+<div class="outline-text-2" id="text-org8efd49f">
540
 <p>
540
 <p>
541
 It's not recommended unless there exists some compelling reason for you to be on there. That site asks users to upload the <b>private keys</b>, and even if the keys are client side encrypted with a passphrase there's always the chance that there will be a data leak in future and letter agencies will then have a full time opportunity to crack the passphrases.
541
 It's not recommended unless there exists some compelling reason for you to be on there. That site asks users to upload the <b>private keys</b>, and even if the keys are client side encrypted with a passphrase there's always the chance that there will be a data leak in future and letter agencies will then have a full time opportunity to crack the passphrases.
542
 </p>
542
 </p>
546
 </p>
546
 </p>
547
 </div>
547
 </div>
548
 </div>
548
 </div>
549
-<div id="outline-container-org637eaf9" class="outline-2">
550
-<h2 id="org637eaf9">Keys and emails should not be stored on servers. Why do you do that?</h2>
551
-<div class="outline-text-2" id="text-org637eaf9">
549
+<div id="outline-container-org4e6be73" class="outline-2">
550
+<h2 id="org4e6be73">Keys and emails should not be stored on servers. Why do you do that?</h2>
551
+<div class="outline-text-2" id="text-org4e6be73">
552
 <p>
552
 <p>
553
 Ordinarily this is good advice. However, the threat model for a device in your home is different from the one for a generic server in a massive warehouse. Compare and contrast:
553
 Ordinarily this is good advice. However, the threat model for a device in your home is different from the one for a generic server in a massive warehouse. Compare and contrast:
554
 </p>
554
 </p>
606
 </div>
606
 </div>
607
 </div>
607
 </div>
608
 
608
 
609
-<div id="outline-container-orge446066" class="outline-2">
610
-<h2 id="orge446066">Why can't I access my .onion site with a Tor browser?</h2>
611
-<div class="outline-text-2" id="text-orge446066">
609
+<div id="outline-container-org415c41b" class="outline-2">
610
+<h2 id="org415c41b">Why can't I access my .onion site with a Tor browser?</h2>
611
+<div class="outline-text-2" id="text-org415c41b">
612
 <p>
612
 <p>
613
 Probably you need to add the site to the NoScript whitelist. Typically click/press on the noscript icon (or select from the menu on mobile) then select <i>whitelist</i> and add the site URL. You may also need to disable HTTPS Everywhere when using onion addresses, which don't use https.
613
 Probably you need to add the site to the NoScript whitelist. Typically click/press on the noscript icon (or select from the menu on mobile) then select <i>whitelist</i> and add the site URL. You may also need to disable HTTPS Everywhere when using onion addresses, which don't use https.
614
 </p>
614
 </p>
618
 </p>
618
 </p>
619
 </div>
619
 </div>
620
 </div>
620
 </div>
621
-<div id="outline-container-orgee92e8d" class="outline-2">
622
-<h2 id="orgee92e8d">What is the best hardware to run this system on?</h2>
623
-<div class="outline-text-2" id="text-orgee92e8d">
621
+<div id="outline-container-orgc1ec572" class="outline-2">
622
+<h2 id="orgc1ec572">What is the best hardware to run this system on?</h2>
623
+<div class="outline-text-2" id="text-orgc1ec572">
624
 <p>
624
 <p>
625
 It was originally designed to run on the Beaglebone Black, but that should be regarded as the most minimal system, because it's single core and has by today's standards a small amount of memory. Obviously the more powerful the hardware is the faster things like web pages (blog, social networking, etc) will be served but the more electricity such a system will require if you're running it 24/7. A good compromise between performance and energy consumption is something like an old netbook. The battery of an old netbook or laptop even gives you <a href="https://en.wikipedia.org/wiki/Uninterruptible_power_supply">UPS capability</a> to keep the system going during brief power outages or cable re-arrangements, and that means using full disk encryption on the server also becomes more practical.
625
 It was originally designed to run on the Beaglebone Black, but that should be regarded as the most minimal system, because it's single core and has by today's standards a small amount of memory. Obviously the more powerful the hardware is the faster things like web pages (blog, social networking, etc) will be served but the more electricity such a system will require if you're running it 24/7. A good compromise between performance and energy consumption is something like an old netbook. The battery of an old netbook or laptop even gives you <a href="https://en.wikipedia.org/wiki/Uninterruptible_power_supply">UPS capability</a> to keep the system going during brief power outages or cable re-arrangements, and that means using full disk encryption on the server also becomes more practical.
626
 </p>
626
 </p>
630
 </p>
630
 </p>
631
 </div>
631
 </div>
632
 </div>
632
 </div>
633
-<div id="outline-container-org69a37d0" class="outline-2">
634
-<h2 id="org69a37d0">Can I add more users to the system?</h2>
635
-<div class="outline-text-2" id="text-org69a37d0">
633
+<div id="outline-container-org1c08114" class="outline-2">
634
+<h2 id="org1c08114">Can I add more users to the system?</h2>
635
+<div class="outline-text-2" id="text-org1c08114">
636
 <p>
636
 <p>
637
 Yes. Freedombone can support a small number of users, for a "<i>friends and family</i>" type of home installation. This gives them access to an email account, XMPP, SIP phone and the blog (depending on whether the variant which you installed includes those).
637
 Yes. Freedombone can support a small number of users, for a "<i>friends and family</i>" type of home installation. This gives them access to an email account, XMPP, SIP phone and the blog (depending on whether the variant which you installed includes those).
638
 </p>
638
 </p>
655
 </p>
655
 </p>
656
 </div>
656
 </div>
657
 </div>
657
 </div>
658
-<div id="outline-container-org2cf9868" class="outline-2">
659
-<h2 id="org2cf9868">Why not use Signal for mobile chat?</h2>
660
-<div class="outline-text-2" id="text-org2cf9868">
658
+<div id="outline-container-org5740b8c" class="outline-2">
659
+<h2 id="org5740b8c">Why not use Signal for mobile chat?</h2>
660
+<div class="outline-text-2" id="text-org5740b8c">
661
 <p>
661
 <p>
662
 Celebrities recommend Signal. It's Free Software so it must be good, right?
662
 Celebrities recommend Signal. It's Free Software so it must be good, right?
663
 </p>
663
 </p>
667
 </p>
667
 </p>
668
 
668
 
669
 <ul class="org-ul">
669
 <ul class="org-ul">
670
-<li><b>It uses phone numbers</b>. Phone numbers are used for Signal's initial verification, and they can of course be intercepted or faked. Plus it means that Open Whisper Systems keeps a list of phone numbers on its centralised server for its <i>"X has joined Signal"</i> notification. Even if they're hashed, they're still unique identifiers and <a href="https://en.wikipedia.org/wiki/Rainbow_table">rainbow tables</a> for the phone number system probably exist. Phone numbers are convenient for some users, but are also a non-trivial security risk. If you're using Signal then consider what it knows about who your contacts are, where that data is located and who else might have access to that.</li>
670
+<li><b>It uses phone numbers</b>. Phone numbers are used for Signal's initial verification, and they can of course be intercepted or faked. Plus it means that Open Whisper Systems keeps a list of phone numbers on its centralised server for its <i>"X has joined Signal"</i> notification. Even if they're hashed, they're still unique identifiers and <a href="https://en.wikipedia.org/wiki/Rainbow_table">rainbow tables</a> for the phone number system probably exist. Phone numbers are convenient for some users, but are also a non-trivial security risk. If you're using Signal then consider what it knows about who your contacts are, where that data is located and who else might have access to that. Consider what might happen if an adversary gets to know your mobile number.</li>
671
 <li><b>It's based on a single server</b> run by Open Whisper Systems. That's a single point of failure and ought to be a big red flag (of the sporting rather than the socialist variety) as a possible locus for concentrated nefariousness.</li>
671
 <li><b>It's based on a single server</b> run by Open Whisper Systems. That's a single point of failure and ought to be a big red flag (of the sporting rather than the socialist variety) as a possible locus for concentrated nefariousness.</li>
672
-<li><b>It requires the installation of Google Play</b>. If you already have Google Play installed on a stock Android OS then this doesn't increase your security problems, but for other more secure Android variants it's a massive increase in attack surface.</li>
672
+<li><b>It requires the installation of Google Play</b>. If you already have Google Play installed on a stock Android OS then this doesn't increase your security problems, but for other more secure Android variants it's a massive increase in attack surface. There is a separate apk available for download, but it won't receive updates and the hash shown on the site often doesn't match.</li>
673
 <li><b>It depends entirely upon the Google message pushing system</b>. That means that Google <i>at least knows who Signal messages are being sent to and may be able to infer the rest via your (insecure) Android phone contact list or via timing correlation of alternating deliveries</i>. Remember that for an adversary metadata in aggregate is much better than having the content of messages. At any time Google could decide that it doesn't want to support Signal, or in adverse circumstances they could be leaned upon by the usual agencies or government cronies.</li>
673
 <li><b>It depends entirely upon the Google message pushing system</b>. That means that Google <i>at least knows who Signal messages are being sent to and may be able to infer the rest via your (insecure) Android phone contact list or via timing correlation of alternating deliveries</i>. Remember that for an adversary metadata in aggregate is much better than having the content of messages. At any time Google could decide that it doesn't want to support Signal, or in adverse circumstances they could be leaned upon by the usual agencies or government cronies.</li>
674
-<li><b>Their privacy policy indicates that they will give whatever server data they have to third parties</b> under some conditions. Of course this is always claimed to be <i>for the very best of reasons</i> - such as combating fraud - but once that sort of disclosure capability exists it may be abused without you ever knowing about it.</li>
674
+<li><b>Their privacy policy indicates that they will give whatever server data they have to third parties</b> under some conditions. Of course this is always claimed to be <i>for the very best of reasons</i> - such as combating fraud - but once that sort of disclosure capability exists it may be abused without you ever knowing about it. Consider how difficult, or not, it may be for a government to reverse engineer a database of hashed telephone numbers.</li>
675
 <li><b>Forking isn't really an option</b>. A fork was tried, but Moxie got annoyed when it still used his server. At the same time the level of interest in federating the server is not detectable with our best intrumentation, and is suspected to be negative. That's a catch 22 which effectively means that independent implementations of Signal will always leave some users unable to communicate with each other.</li>
675
 <li><b>Forking isn't really an option</b>. A fork was tried, but Moxie got annoyed when it still used his server. At the same time the level of interest in federating the server is not detectable with our best intrumentation, and is suspected to be negative. That's a catch 22 which effectively means that independent implementations of Signal will always leave some users unable to communicate with each other.</li>
676
 </ul>
676
 </ul>
677
 
677
 
680
 </p>
680
 </p>
681
 </div>
681
 </div>
682
 </div>
682
 </div>
683
-<div id="outline-container-orgdcc1837" class="outline-2">
684
-<h2 id="orgdcc1837">What is the most secure chat app to use on mobile?</h2>
685
-<div class="outline-text-2" id="text-orgdcc1837">
683
+<div id="outline-container-org5dc46dd" class="outline-2">
684
+<h2 id="org5dc46dd">What is the most secure chat app to use on mobile?</h2>
685
+<div class="outline-text-2" id="text-org5dc46dd">
686
 <p>
686
 <p>
687
 On mobile there are various options. The apps which are likely to be most secure are ones which have end-to-end encryption enabled by default and which can also be onion routed via Orbot. End-to-end encryption secures the content of the message and onion routing obscures the metadata, making it hard for a passive adversary to know who is communicating with who.
687
 On mobile there are various options. The apps which are likely to be most secure are ones which have end-to-end encryption enabled by default and which can also be onion routed via Orbot. End-to-end encryption secures the content of the message and onion routing obscures the metadata, making it hard for a passive adversary to know who is communicating with who.
688
 </p>
688
 </p>
692
 </p>
692
 </p>
693
 
693
 
694
 <p>
694
 <p>
695
-There are many <a href="#org2cf9868">other fashionable chat apps</a> with end-to-end security, but often they are closed source, have a single central server or can't be onion routed. It's also important to remember that closed source chat apps should be assumed to be untrustworthy, since their security cannot be independently verified.
695
+There are many <a href="#org5740b8c">other fashionable chat apps</a> with end-to-end security, but often they are closed source, have a single central server or can't be onion routed. It's also important to remember that closed source chat apps should be assumed to be untrustworthy, since their security cannot be independently verified.
696
 </p>
696
 </p>
697
 </div>
697
 </div>
698
 </div>
698
 </div>
699
-<div id="outline-container-org663ac7a" class="outline-2">
700
-<h2 id="org663ac7a">How do I remove a user from the system?</h2>
701
-<div class="outline-text-2" id="text-org663ac7a">
699
+<div id="outline-container-orge052ac8" class="outline-2">
700
+<h2 id="orge052ac8">How do I remove a user from the system?</h2>
701
+<div class="outline-text-2" id="text-orge052ac8">
702
 <p>
702
 <p>
703
 To remove a user:
703
 To remove a user:
704
 </p>
704
 </p>
713
 </p>
713
 </p>
714
 </div>
714
 </div>
715
 </div>
715
 </div>
716
-<div id="outline-container-orgb37d231" class="outline-2">
717
-<h2 id="orgb37d231">Why is logging for web sites turned off by default?</h2>
718
-<div class="outline-text-2" id="text-orgb37d231">
716
+<div id="outline-container-org0b5135f" class="outline-2">
717
+<h2 id="org0b5135f">Why is logging for web sites turned off by default?</h2>
718
+<div class="outline-text-2" id="text-org0b5135f">
719
 <p>
719
 <p>
720
 If you're making profits out of the logs by running large server warehouses and then data mining what users click on - as is the business model of well known internet companies - then logging everything makes total sense. However, if you're running a home server then logging really only makes sense if you're trying to diagnose some specific problem with the system, and outside of that context logging everything becomes more of a liability than an asset.
720
 If you're making profits out of the logs by running large server warehouses and then data mining what users click on - as is the business model of well known internet companies - then logging everything makes total sense. However, if you're running a home server then logging really only makes sense if you're trying to diagnose some specific problem with the system, and outside of that context logging everything becomes more of a liability than an asset.
721
 </p>
721
 </p>
729
 </p>
729
 </p>
730
 </div>
730
 </div>
731
 </div>
731
 </div>
732
-<div id="outline-container-org9d48040" class="outline-2">
733
-<h2 id="org9d48040">How do I reset the tripwire?</h2>
734
-<div class="outline-text-2" id="text-org9d48040">
732
+<div id="outline-container-org5725c65" class="outline-2">
733
+<h2 id="org5725c65">How do I reset the tripwire?</h2>
734
+<div class="outline-text-2" id="text-org5725c65">
735
 <p>
735
 <p>
736
 The tripwire will be automatically reset once per week. If you want to reset it earlier then do the following:
736
 The tripwire will be automatically reset once per week. If you want to reset it earlier then do the following:
737
 </p>
737
 </p>
746
 </p>
746
 </p>
747
 </div>
747
 </div>
748
 </div>
748
 </div>
749
-<div id="outline-container-orgdbc9954" class="outline-2">
750
-<h2 id="orgdbc9954">Is metadata protected?</h2>
751
-<div class="outline-text-2" id="text-orgdbc9954">
749
+<div id="outline-container-orga7060eb" class="outline-2">
750
+<h2 id="orga7060eb">Is metadata protected?</h2>
751
+<div class="outline-text-2" id="text-orga7060eb">
752
 <blockquote>
752
 <blockquote>
753
 <p>
753
 <p>
754
 "<i>We kill people based on metadata</i>"
754
 "<i>We kill people based on metadata</i>"
764
 </p>
764
 </p>
765
 </div>
765
 </div>
766
 </div>
766
 </div>
767
-<div id="outline-container-org202318a" class="outline-2">
768
-<h2 id="org202318a">How do I create email processing rules?</h2>
769
-<div class="outline-text-2" id="text-org202318a">
767
+<div id="outline-container-org9f546cf" class="outline-2">
768
+<h2 id="org9f546cf">How do I create email processing rules?</h2>
769
+<div class="outline-text-2" id="text-org9f546cf">
770
 <div class="org-src-container">
770
 <div class="org-src-container">
771
 <pre class="src src-bash">ssh username@domainname -p 2222
771
 <pre class="src src-bash">ssh username@domainname -p 2222
772
 </pre>
772
 </pre>
822
 </p>
822
 </p>
823
 </div>
823
 </div>
824
 </div>
824
 </div>
825
-<div id="outline-container-org5aa3ee6" class="outline-2">
826
-<h2 id="org5aa3ee6">Why isn't dynamic DNS working?</h2>
827
-<div class="outline-text-2" id="text-org5aa3ee6">
825
+<div id="outline-container-org4bd61c8" class="outline-2">
826
+<h2 id="org4bd61c8">Why isn't dynamic DNS working?</h2>
827
+<div class="outline-text-2" id="text-org4bd61c8">
828
 <p>
828
 <p>
829
 If you run the command:
829
 If you run the command:
830
 </p>
830
 </p>
847
 </div>
847
 </div>
848
 </div>
848
 </div>
849
 
849
 
850
-<div id="outline-container-org7c9475d" class="outline-2">
851
-<h2 id="org7c9475d">How do I change my encryption settings?</h2>
852
-<div class="outline-text-2" id="text-org7c9475d">
850
+<div id="outline-container-org4cc674a" class="outline-2">
851
+<h2 id="org4cc674a">How do I change my encryption settings?</h2>
852
+<div class="outline-text-2" id="text-org4cc674a">
853
 <p>
853
 <p>
854
 Suppose that some new encryption vulnerability has been announced and that you need to change your encryption settings. Maybe an algorithm thought to be secure is now no longer so and you need to remove it. You can change your settings by doing the following:
854
 Suppose that some new encryption vulnerability has been announced and that you need to change your encryption settings. Maybe an algorithm thought to be secure is now no longer so and you need to remove it. You can change your settings by doing the following:
855
 </p>
855
 </p>
864
 </p>
864
 </p>
865
 </div>
865
 </div>
866
 </div>
866
 </div>
867
-<div id="outline-container-org6abf1fd" class="outline-2">
868
-<h2 id="org6abf1fd">How do I get a domain name?</h2>
869
-<div class="outline-text-2" id="text-org6abf1fd">
867
+<div id="outline-container-orgab5e3c9" class="outline-2">
868
+<h2 id="orgab5e3c9">How do I get a domain name?</h2>
869
+<div class="outline-text-2" id="text-orgab5e3c9">
870
 <p>
870
 <p>
871
 Suppose that you have bought a domain name (rather than using a free subdomain on freedns) and you want to use that instead.
871
 Suppose that you have bought a domain name (rather than using a free subdomain on freedns) and you want to use that instead.
872
 </p>
872
 </p>
930
 </div>
930
 </div>
931
 </div>
931
 </div>
932
 
932
 
933
-<div id="outline-container-org7342a10" class="outline-2">
934
-<h2 id="org7342a10">How do I get a "real" SSL/TLS/HTTPS certificate?</h2>
935
-<div class="outline-text-2" id="text-org7342a10">
933
+<div id="outline-container-org591d315" class="outline-2">
934
+<h2 id="org591d315">How do I get a "real" SSL/TLS/HTTPS certificate?</h2>
935
+<div class="outline-text-2" id="text-org591d315">
936
 <p>
936
 <p>
937
 If you did the full install or selected the social variant then the system will have tried to obtain a Let's Encrypt certificate automatically during the install process. If this failed for any reason, or if you have created a new site which you need a certificate for then do the following:
937
 If you did the full install or selected the social variant then the system will have tried to obtain a Let's Encrypt certificate automatically during the install process. If this failed for any reason, or if you have created a new site which you need a certificate for then do the following:
938
 </p>
938
 </p>
951
 </p>
951
 </p>
952
 </div>
952
 </div>
953
 </div>
953
 </div>
954
-<div id="outline-container-orgb7c163c" class="outline-2">
955
-<h2 id="orgb7c163c">How do I renew a Let's Encrypt certificate?</h2>
956
-<div class="outline-text-2" id="text-orgb7c163c">
954
+<div id="outline-container-org18bf098" class="outline-2">
955
+<h2 id="org18bf098">How do I renew a Let's Encrypt certificate?</h2>
956
+<div class="outline-text-2" id="text-org18bf098">
957
 <p>
957
 <p>
958
 Normally certificates will be automatically renewed once per month, so you don't need to be concerned about it. If anything goes wrong with the automatic renewal then you should receive a warning email.
958
 Normally certificates will be automatically renewed once per month, so you don't need to be concerned about it. If anything goes wrong with the automatic renewal then you should receive a warning email.
959
 </p>
959
 </p>
972
 </p>
972
 </p>
973
 </div>
973
 </div>
974
 </div>
974
 </div>
975
-<div id="outline-container-orgb89b3f5" class="outline-2">
976
-<h2 id="orgb89b3f5">I tried to renew a Let's Encrypt certificate and it failed. What should I do?</h2>
977
-<div class="outline-text-2" id="text-orgb89b3f5">
975
+<div id="outline-container-org3f1245f" class="outline-2">
976
+<h2 id="org3f1245f">I tried to renew a Let's Encrypt certificate and it failed. What should I do?</h2>
977
+<div class="outline-text-2" id="text-org3f1245f">
978
 <p>
978
 <p>
979
 Most likely it's because Let's Encrypt doesn't support your particular domain or subdomain. Currently free subdomains tend not to work. You'll need to buy a domain name, link it to your dynamic DNS account and then do:
979
 Most likely it's because Let's Encrypt doesn't support your particular domain or subdomain. Currently free subdomains tend not to work. You'll need to buy a domain name, link it to your dynamic DNS account and then do:
980
 </p>
980
 </p>
989
 </p>
989
 </p>
990
 </div>
990
 </div>
991
 </div>
991
 </div>
992
-<div id="outline-container-org1983e96" class="outline-2">
993
-<h2 id="org1983e96">Why not use the services of $company instead? They took the Seppuku pledge</h2>
994
-<div class="outline-text-2" id="text-org1983e96">
992
+<div id="outline-container-org188259e" class="outline-2">
993
+<h2 id="org188259e">Why not use the services of $company instead? They took the Seppuku pledge</h2>
994
+<div class="outline-text-2" id="text-org188259e">
995
 <p>
995
 <p>
996
 <a href="https://cryptostorm.org/viewtopic.php?f=63&amp;t=2954&amp;sid=7de2d1e699cfde2f574e6a7f6ea5a173">That pledge</a> is utterly worthless. Years ago people trusted Google in the same sort of way, because they promised not be be evil and because a lot of the engineers working for them seemed like honest types who were "<i>on our side</i>". Post-<a href="https://en.wikipedia.org/wiki/Nymwars">nymwars</a> and post-<a href="https://en.wikipedia.org/wiki/PRISM_(surveillance_program)">PRISM</a> we know exactly how much Google cared about the privacy and security of its users. But Google is only one particular example. In general don't trust pledges made by companies, even if the people running them seem really sincere.
996
 <a href="https://cryptostorm.org/viewtopic.php?f=63&amp;t=2954&amp;sid=7de2d1e699cfde2f574e6a7f6ea5a173">That pledge</a> is utterly worthless. Years ago people trusted Google in the same sort of way, because they promised not be be evil and because a lot of the engineers working for them seemed like honest types who were "<i>on our side</i>". Post-<a href="https://en.wikipedia.org/wiki/Nymwars">nymwars</a> and post-<a href="https://en.wikipedia.org/wiki/PRISM_(surveillance_program)">PRISM</a> we know exactly how much Google cared about the privacy and security of its users. But Google is only one particular example. In general don't trust pledges made by companies, even if the people running them seem really sincere.
997
 </p>
997
 </p>
998
 </div>
998
 </div>
999
 </div>
999
 </div>
1000
-<div id="outline-container-orgd36fd8f" class="outline-2">
1001
-<h2 id="orgd36fd8f">Why does my email keep getting rejected as spam by Gmail/etc?</h2>
1002
-<div class="outline-text-2" id="text-orgd36fd8f">
1000
+<div id="outline-container-orgde3861a" class="outline-2">
1001
+<h2 id="orgde3861a">Why does my email keep getting rejected as spam by Gmail/etc?</h2>
1002
+<div class="outline-text-2" id="text-orgde3861a">
1003
 <p>
1003
 <p>
1004
 Welcome to the world of email. Email is really the archetypal decentralized service, developed during the early days of the internet. In principle anyone can run an email server, and that's exactly what you're doing with Freedombone. Email is very useful, but it has a big problem, and that's that the protocols are totally insecure. That made it easy for spammers to do their thing, and in response highly elaborate spam filtering and blocking systems were developed. Chances are that your emails are being blocked in this way. Sometimes the blocking is so indisciminate that entire countries are excluded. What can you do about it? Unless you control the block list at the receiving end you may not be able to do much unless you can find an email proxy server which is trusted by the receiving server.
1004
 Welcome to the world of email. Email is really the archetypal decentralized service, developed during the early days of the internet. In principle anyone can run an email server, and that's exactly what you're doing with Freedombone. Email is very useful, but it has a big problem, and that's that the protocols are totally insecure. That made it easy for spammers to do their thing, and in response highly elaborate spam filtering and blocking systems were developed. Chances are that your emails are being blocked in this way. Sometimes the blocking is so indisciminate that entire countries are excluded. What can you do about it? Unless you control the block list at the receiving end you may not be able to do much unless you can find an email proxy server which is trusted by the receiving server.
1005
 </p>
1005
 </p>
1030
 </p>
1030
 </p>
1031
 </div>
1031
 </div>
1032
 </div>
1032
 </div>
1033
-<div id="outline-container-orgda2be97" class="outline-2">
1034
-<h2 id="orgda2be97">Tor is censored/blocked in my area. What can I do?</h2>
1035
-<div class="outline-text-2" id="text-orgda2be97">
1033
+<div id="outline-container-orgf11c8bb" class="outline-2">
1034
+<h2 id="orgf11c8bb">Tor is censored/blocked in my area. What can I do?</h2>
1035
+<div class="outline-text-2" id="text-orgf11c8bb">
1036
 <p>
1036
 <p>
1037
 If you can find some details for an obfs4 Tor bridge (its IP address, port number and key or nickname) then you can set up the system to use it to connect to the Tor network. Unlike relay nodes the IP addresses for bridges are not public information and so can't be easily known and added to block lists by authoritarian regimes or over-zealous ISPs.
1037
 If you can find some details for an obfs4 Tor bridge (its IP address, port number and key or nickname) then you can set up the system to use it to connect to the Tor network. Unlike relay nodes the IP addresses for bridges are not public information and so can't be easily known and added to block lists by authoritarian regimes or over-zealous ISPs.
1038
 </p>
1038
 </p>
1059
 </div>
1059
 </div>
1060
 </div>
1060
 </div>
1061
 
1061
 
1062
-<div id="outline-container-org11e6e2f" class="outline-2">
1063
-<h2 id="org11e6e2f">I want to block a particular domain from getting its content into my social network sites</h2>
1064
-<div class="outline-text-2" id="text-org11e6e2f">
1062
+<div id="outline-container-orgf4e67f7" class="outline-2">
1063
+<h2 id="orgf4e67f7">I want to block a particular domain from getting its content into my social network sites</h2>
1064
+<div class="outline-text-2" id="text-orgf4e67f7">
1065
 <p>
1065
 <p>
1066
 If you're being pestered by some domain which contains bad/illegal/harrassing content or irritating users you can block domains at the firewall level. Go to the administrator control panel and select <i>domain blocking</i>. You can then block, unblock and view the list of blocked domains.
1066
 If you're being pestered by some domain which contains bad/illegal/harrassing content or irritating users you can block domains at the firewall level. Go to the administrator control panel and select <i>domain blocking</i>. You can then block, unblock and view the list of blocked domains.
1067
 </p>
1067
 </p>
1076
 </div>
1076
 </div>
1077
 </div>
1077
 </div>
1078
 
1078
 
1079
-<div id="outline-container-org6189535" class="outline-2">
1080
-<h2 id="org6189535">The mesh system doesn't boot from USB drive</h2>
1081
-<div class="outline-text-2" id="text-org6189535">
1079
+<div id="outline-container-org2629f66" class="outline-2">
1080
+<h2 id="org2629f66">The mesh system doesn't boot from USB drive</h2>
1081
+<div class="outline-text-2" id="text-org2629f66">
1082
 <p>
1082
 <p>
1083
 If the system doesn't boot and reports an error which includes <b>/dev/mapper/loop0p1</b> then reboot with <b>Ctrl-Alt-Del</b> and when you see the grub menu press <b>e</b> and manually change <b>/dev/mapper/loop0p1</b> to <b>/dev/sdb1</b>, then press <b>Ctrl-x</b>. If that doesn't work then reboot and try <b>/dev/sdc1</b> instead.
1083
 If the system doesn't boot and reports an error which includes <b>/dev/mapper/loop0p1</b> then reboot with <b>Ctrl-Alt-Del</b> and when you see the grub menu press <b>e</b> and manually change <b>/dev/mapper/loop0p1</b> to <b>/dev/sdb1</b>, then press <b>Ctrl-x</b>. If that doesn't work then reboot and try <b>/dev/sdc1</b> instead.
1084
 </p>
1084
 </p>

+ 40
- 32
website/EN/mobile.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
-<!-- 2018-03-09 Fri 10:21 -->
6
+<!-- 2018-03-09 Fri 12:09 -->
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>&lrm;</title>
9
 <title>&lrm;</title>
277
 </table>
277
 </table>
278
 </center>
278
 </center>
279
 
279
 
280
-<div id="outline-container-orgd2ad011" class="outline-2">
281
-<h2 id="orgd2ad011">Open</h2>
282
-<div class="outline-text-2" id="text-orgd2ad011">
280
+<div id="outline-container-orgbf3dadb" class="outline-2">
281
+<h2 id="orgbf3dadb">Open</h2>
282
+<div class="outline-text-2" id="text-orgbf3dadb">
283
 <p>
283
 <p>
284
 Use a Linux based phone operating system. Typically this will mean Android, but could also mean LineageOS or Replicant. LineageOS is the most preferable, because you can usually get an up to date image with a recent kernel which will give you better security against exploits. If you're buying a phone then look for a model which is supported by LineageOS. Replicant is the most free (as in freedom) but only runs on a small number of phone models. If you have a phone which runs a full GNU/Linux system then that's fantastic, and you can probably use it in much the same way as a desktop system and the rest of the advice on this page won't apply. If you don't have a phone capable of running a Linux based operating system then consider selling, giving away or bartering your existing one.
284
 Use a Linux based phone operating system. Typically this will mean Android, but could also mean LineageOS or Replicant. LineageOS is the most preferable, because you can usually get an up to date image with a recent kernel which will give you better security against exploits. If you're buying a phone then look for a model which is supported by LineageOS. Replicant is the most free (as in freedom) but only runs on a small number of phone models. If you have a phone which runs a full GNU/Linux system then that's fantastic, and you can probably use it in much the same way as a desktop system and the rest of the advice on this page won't apply. If you don't have a phone capable of running a Linux based operating system then consider selling, giving away or bartering your existing one.
285
 </p>
285
 </p>
286
 
286
 
287
 <p>
287
 <p>
288
-Why is it so important to run Linux on a phone? Aren't <i>iThings</i> supposed to be highly secure? Isn't the CEO of Apple a good guy, fighting for freedom against the evil Feds? In the end it comes down to the fact that <i>if the source code for the device cannot be independently audited to check for backdoors, bugs and so on, then it can't actually be trusted</i>. No matter how well-meaning or brave people running companies may be, local laws may force them to add backdoors into their systems or to give away the encryption keys (Lavabit) or they may also do that purely for business reasons such as being able to sell you to their advertising customers and so on.
288
+Why is it so important to run Linux on a phone? Aren't <i>iThings</i> supposed to be highly secure? Don't the "experts" always tell you to just use an iPhone with its supposedly superior secure enclave? Isn't the CEO of Apple a good guy, fighting for freedom against the evil Feds?
289
+</p>
290
+
291
+<p>
292
+In the end it comes down to the fact that <i>if the source code for the device cannot be independently audited to check for backdoors, bugs and so on, then it can't actually be trusted</i>. It doesn't matter if there's a supposedly secure enclave on your closed source gadget. No matter how well-meaning or brave people running companies may be, local laws may force them to add backdoors into their systems (sometimes called "technical capabilities order" or "lawful interception") or to give away the encryption keys (Lavabit) or they may also do that purely for business reasons such as being able to sell you to their advertising customers and so on.
289
 </p>
293
 </p>
290
 </div>
294
 </div>
291
 </div>
295
 </div>
292
 
296
 
293
-<div id="outline-container-org7824ccf" class="outline-2">
294
-<h2 id="org7824ccf">Remove</h2>
295
-<div class="outline-text-2" id="text-org7824ccf">
297
+<div id="outline-container-org2cd56a1" class="outline-2">
298
+<h2 id="org2cd56a1">Remove</h2>
299
+<div class="outline-text-2" id="text-org2cd56a1">
296
 <p>
300
 <p>
297
 So maybe you're running Android and the phone came with some apps already installed. Almost certainly they'll be proprietary. Go to Settings/Apps and then uninstall or deactivate any apps which you really don't need. Mostly preinstalled apps are intended to send your data to companies who will then sell it to advertisers or governments under the business model of <i>surveillance capital</i>. It's not a good idea to get caught up in that, and to avoid becoming addicted to apps which are surveilling you without consent or installing spyware in the background without your knowledge.
301
 So maybe you're running Android and the phone came with some apps already installed. Almost certainly they'll be proprietary. Go to Settings/Apps and then uninstall or deactivate any apps which you really don't need. Mostly preinstalled apps are intended to send your data to companies who will then sell it to advertisers or governments under the business model of <i>surveillance capital</i>. It's not a good idea to get caught up in that, and to avoid becoming addicted to apps which are surveilling you without consent or installing spyware in the background without your knowledge.
298
 </p>
302
 </p>
299
 </div>
303
 </div>
300
 </div>
304
 </div>
301
 
305
 
302
-<div id="outline-container-org69a25b9" class="outline-2">
303
-<h2 id="org69a25b9">Encrypt</h2>
304
-<div class="outline-text-2" id="text-org69a25b9">
306
+<div id="outline-container-org7a5b1ec" class="outline-2">
307
+<h2 id="org7a5b1ec">Encrypt</h2>
308
+<div class="outline-text-2" id="text-org7a5b1ec">
305
 <p>
309
 <p>
306
 Encrypt your phone. This can usually be done via <b>Settings/Security</b> and you may need to fully charge the phone first. Encryption means that if you lose your phone or it gets stolen then there is less chance that anyone who picks it up will get access to your data, photos and so on.
310
 Encrypt your phone. This can usually be done via <b>Settings/Security</b> and you may need to fully charge the phone first. Encryption means that if you lose your phone or it gets stolen then there is less chance that anyone who picks it up will get access to your data, photos and so on.
307
 </p>
311
 </p>
308
 </div>
312
 </div>
309
 </div>
313
 </div>
310
 
314
 
311
-<div id="outline-container-org843df41" class="outline-2">
312
-<h2 id="org843df41">Apps</h2>
313
-<div class="outline-text-2" id="text-org843df41">
315
+<div id="outline-container-orge82be24" class="outline-2">
316
+<h2 id="orge82be24">Apps</h2>
317
+<div class="outline-text-2" id="text-orge82be24">
314
 <p>
318
 <p>
315
 Installing <b>F-droid</b> and only adding any new apps via F-droid will ensure that you are always using free and open source software. Open source is not a panacea, since bugs can and do still occur, but it will help you to avoid the worst security and privacy pitfalls.
319
 Installing <b>F-droid</b> and only adding any new apps via F-droid will ensure that you are always using free and open source software. Open source is not a panacea, since bugs can and do still occur, but it will help you to avoid the worst security and privacy pitfalls.
316
 </p>
320
 </p>
321
+
322
+<p>
323
+Avoid using the Open Whisper Systems Signal app if you can, no matter what "experts" say about it. There are multiple reasons for this which you can find in the <a href="./faq.html">FAQ</a>.
324
+</p>
317
 </div>
325
 </div>
318
 </div>
326
 </div>
319
 
327
 
320
-<div id="outline-container-orga3c7ee3" class="outline-2">
321
-<h2 id="orga3c7ee3">Lock</h2>
322
-<div class="outline-text-2" id="text-orga3c7ee3">
328
+<div id="outline-container-orgd5b57aa" class="outline-2">
329
+<h2 id="orgd5b57aa">Lock</h2>
330
+<div class="outline-text-2" id="text-orgd5b57aa">
323
 <p>
331
 <p>
324
 Add a lock screen, preferably with a password which is not easy for other people to guess or for quicker access with a PIN number. Install an app called <b>Locker</b>, activate it and set the maximum number of password guesses to ten (or whatever you feel comfortable with). If bad people get hold of your phone then they may try to brute force your lock screen password or PIN (i.e. automatically trying millions of common word and number combinations) and the locker app will prevent them from succeeding by resetting the phone back to its factory default condition and wiping the data.
332
 Add a lock screen, preferably with a password which is not easy for other people to guess or for quicker access with a PIN number. Install an app called <b>Locker</b>, activate it and set the maximum number of password guesses to ten (or whatever you feel comfortable with). If bad people get hold of your phone then they may try to brute force your lock screen password or PIN (i.e. automatically trying millions of common word and number combinations) and the locker app will prevent them from succeeding by resetting the phone back to its factory default condition and wiping the data.
325
 </p>
333
 </p>
326
 </div>
334
 </div>
327
 </div>
335
 </div>
328
 
336
 
329
-<div id="outline-container-org86f5c36" class="outline-2">
330
-<h2 id="org86f5c36">Onion</h2>
331
-<div class="outline-text-2" id="text-org86f5c36">
337
+<div id="outline-container-org53d7a19" class="outline-2">
338
+<h2 id="org53d7a19">Onion</h2>
339
+<div class="outline-text-2" id="text-org53d7a19">
332
 <p>
340
 <p>
333
 Both governments and corporations want to compile matadata dossiers about you. Who you communicated with, when and how often. They want this so that they can data mine, simulate, predict and then ultimately influence (sometimes also called "nudge") your actions and preferences in the directions they prefer. By routing your connections through a number of proxy servers (Tor routers) you can make it perhaps not <i>theoretically</i> impossible but at least <i>very hard</i> for them to have a complete and accurate list of who your friends are, your religion, politics, likely health issues, sexual orientation and what news sites or books you read.
341
 Both governments and corporations want to compile matadata dossiers about you. Who you communicated with, when and how often. They want this so that they can data mine, simulate, predict and then ultimately influence (sometimes also called "nudge") your actions and preferences in the directions they prefer. By routing your connections through a number of proxy servers (Tor routers) you can make it perhaps not <i>theoretically</i> impossible but at least <i>very hard</i> for them to have a complete and accurate list of who your friends are, your religion, politics, likely health issues, sexual orientation and what news sites or books you read.
334
 </p>
342
 </p>
339
 </div>
347
 </div>
340
 </div>
348
 </div>
341
 
349
 
342
-<div id="outline-container-orgd32a4ef" class="outline-2">
343
-<h2 id="orgd32a4ef">Email</h2>
344
-<div class="outline-text-2" id="text-orgd32a4ef">
350
+<div id="outline-container-orge727228" class="outline-2">
351
+<h2 id="orge727228">Email</h2>
352
+<div class="outline-text-2" id="text-orge727228">
345
 <p>
353
 <p>
346
 The easiest way to access email is by installing the <a href="./app_mailpile.html">Mailpile</a> app. This keeps your GPG keys off of possibly insecure mobile devices but still enables encrypted email communications in an easy way. You can use K9 mail if you prefer, but that will require installing OpenKeychain and having your GPG keys on the device, which is a lot more risky.
354
 The easiest way to access email is by installing the <a href="./app_mailpile.html">Mailpile</a> app. This keeps your GPG keys off of possibly insecure mobile devices but still enables encrypted email communications in an easy way. You can use K9 mail if you prefer, but that will require installing OpenKeychain and having your GPG keys on the device, which is a lot more risky.
347
 </p>
355
 </p>
348
 </div>
356
 </div>
349
 </div>
357
 </div>
350
-<div id="outline-container-orgb2231db" class="outline-2">
351
-<h2 id="orgb2231db">Services</h2>
352
-<div class="outline-text-2" id="text-orgb2231db">
358
+<div id="outline-container-orgaaed473" class="outline-2">
359
+<h2 id="orgaaed473">Services</h2>
360
+<div class="outline-text-2" id="text-orgaaed473">
353
 <p>
361
 <p>
354
 For information on configuring various apps to work with Freedombone see the <a href="./usage.html">usage section</a>. Also see advice on chat apps in the <a href="./faq.html">FAQ</a>.
362
 For information on configuring various apps to work with Freedombone see the <a href="./usage.html">usage section</a>. Also see advice on chat apps in the <a href="./faq.html">FAQ</a>.
355
 </p>
363
 </p>
356
 </div>
364
 </div>
357
 </div>
365
 </div>
358
 
366
 
359
-<div id="outline-container-org59cc6a8" class="outline-2">
360
-<h2 id="org59cc6a8">Battery</h2>
361
-<div class="outline-text-2" id="text-org59cc6a8">
367
+<div id="outline-container-org3937a6e" class="outline-2">
368
+<h2 id="org3937a6e">Battery</h2>
369
+<div class="outline-text-2" id="text-org3937a6e">
362
 <p>
370
 <p>
363
 Even with free software apps it's not difficult to get into a situation where your battery doesn't last for long. To maximize battery life access RSS feeds via the onion-based mobile reader within a Tor-compatible browser and not from a locally installed RSS app.
371
 Even with free software apps it's not difficult to get into a situation where your battery doesn't last for long. To maximize battery life access RSS feeds via the onion-based mobile reader within a Tor-compatible browser and not from a locally installed RSS app.
364
 </p>
372
 </p>
377
 </div>
385
 </div>
378
 </div>
386
 </div>
379
 
387
 
380
-<div id="outline-container-org808ec5c" class="outline-2">
381
-<h2 id="org808ec5c">Blocking bad domains</h2>
382
-<div class="outline-text-2" id="text-org808ec5c">
388
+<div id="outline-container-orgfe1c6d3" class="outline-2">
389
+<h2 id="orgfe1c6d3">Blocking bad domains</h2>
390
+<div class="outline-text-2" id="text-orgfe1c6d3">
383
 <p>
391
 <p>
384
 You can block known bad domains by editing the <b>/system/etc/hosts</b> file on your device. It is possible to use extensive ad-blocking hosts files used by other ad-blocking systems such as pi-hole, but merely blocking Facebook and Google Analytics will protect you against much of the corporate surveillance which goes on. Even if you don't have a Facebook account this may still be useful since they will still try to create a "ghost profile" of you, so the less data they have the better.
392
 You can block known bad domains by editing the <b>/system/etc/hosts</b> file on your device. It is possible to use extensive ad-blocking hosts files used by other ad-blocking systems such as pi-hole, but merely blocking Facebook and Google Analytics will protect you against much of the corporate surveillance which goes on. Even if you don't have a Facebook account this may still be useful since they will still try to create a "ghost profile" of you, so the less data they have the better.
385
 </p>
393
 </p>