소스 검색

Update documentation for v3

Bob Mottram 7 년 전
부모
커밋
33dfc726b8
8개의 변경된 파일136개의 추가작업 그리고 121개의 파일을 삭제
  1. 2
    0
      doc/EN/beaglebone.org
  2. 2
    0
      doc/EN/homeserver.org
  3. 2
    0
      doc/EN/installation.org
  4. 7
    6
      doc/EN/mesh.org
  5. 9
    6
      website/EN/beaglebone.html
  6. 3
    1
      website/EN/homeserver.html
  7. 60
    58
      website/EN/installation.html
  8. 51
    50
      website/EN/mesh.html

+ 2
- 0
doc/EN/beaglebone.org 파일 보기

41
 sudo apt-get install git
41
 sudo apt-get install git
42
 git clone https://github.com/bashrc/freedombone
42
 git clone https://github.com/bashrc/freedombone
43
 cd freedombone
43
 cd freedombone
44
+git checkout stretch
44
 sudo make install
45
 sudo make install
45
 freedombone-image --setup debian
46
 freedombone-image --setup debian
46
 #+end_src
47
 #+end_src
51
 sudo pacman -S git
52
 sudo pacman -S git
52
 git clone https://github.com/bashrc/freedombone
53
 git clone https://github.com/bashrc/freedombone
53
 cd freedombone
54
 cd freedombone
55
+git checkout stretch
54
 sudo make install
56
 sudo make install
55
 freedombone-image --setup parabola
57
 freedombone-image --setup parabola
56
 #+end_src
58
 #+end_src

+ 2
- 0
doc/EN/homeserver.org 파일 보기

23
 sudo apt-get install git
23
 sudo apt-get install git
24
 git clone https://github.com/bashrc/freedombone
24
 git clone https://github.com/bashrc/freedombone
25
 cd freedombone
25
 cd freedombone
26
+git checkout stretch
26
 sudo make install
27
 sudo make install
27
 freedombone-image --setup debian
28
 freedombone-image --setup debian
28
 freedombone-image -t i386 --onion yes
29
 freedombone-image -t i386 --onion yes
34
 sudo pacman -S git
35
 sudo pacman -S git
35
 git clone https://github.com/bashrc/freedombone
36
 git clone https://github.com/bashrc/freedombone
36
 cd freedombone
37
 cd freedombone
38
+git checkout stretch
37
 sudo make install
39
 sudo make install
38
 freedombone-image --setup parabola
40
 freedombone-image --setup parabola
39
 freedombone-image -t i386 --onion yes
41
 freedombone-image -t i386 --onion yes

+ 2
- 0
doc/EN/installation.org 파일 보기

35
 sudo apt-get install git build-essential dialog
35
 sudo apt-get install git build-essential dialog
36
 git clone https://github.com/bashrc/freedombone
36
 git clone https://github.com/bashrc/freedombone
37
 cd freedombone
37
 cd freedombone
38
+git checkout stretch
38
 sudo make install
39
 sudo make install
39
 #+END_SRC
40
 #+END_SRC
40
 
41
 
224
 sudo apt-get install git dialog haveged build-essential
225
 sudo apt-get install git dialog haveged build-essential
225
 git clone https://github.com/bashrc/freedombone
226
 git clone https://github.com/bashrc/freedombone
226
 cd freedombone
227
 cd freedombone
228
+git checkout stretch
227
 sudo make install
229
 sudo make install
228
 freedombone-client
230
 freedombone-client
229
 #+END_SRC
231
 #+END_SRC

+ 7
- 6
doc/EN/mesh.org 파일 보기

110
     vmdebootstrap xz-utils dosfstools btrfs-tools extlinux \
110
     vmdebootstrap xz-utils dosfstools btrfs-tools extlinux \
111
     python-distro-info mbr qemu-user-static binfmt-support \
111
     python-distro-info mbr qemu-user-static binfmt-support \
112
     u-boot-tools qemu
112
     u-boot-tools qemu
113
-wget https://freedombone.net/downloads/freedombone-mesh-13-09-2016.tar.gz
114
-wget https://freedombone.net/downloads/freedombone-mesh-13-09-2016.tar.gz.sig
115
-gpg --verify freedombone-mesh-13-09-2016.tar.gz.sig
116
-sha256sum freedombone-mesh-13-09-2016.tar.gz
117
-3e279f8ed762afb682bec6bd463830087354dd2f24020f3b0de51143585ab0ed
118
-tar -xzvf freedombone-mesh-13-09-2016.tar.gz
113
+wget https://freedombone.net/downloads/v3/freedombone-3.tar.gz
114
+wget https://freedombone.net/downloads/freedombone-3.tar.gz.sig
115
+gpg --verify freedombone-3.tar.gz.sig
116
+sha256sum freedombone-3.tar.gz
117
+
118
+tar -xzvf freedombone-3.tar.gz
119
 cd freedombone
119
 cd freedombone
120
 git checkout stretch
120
 git checkout stretch
121
 sudo make install
121
 sudo make install
122
+freedombone-image --setup debian
122
 freedombone-image -t i386 -v meshclient
123
 freedombone-image -t i386 -v meshclient
123
 #+end_src
124
 #+end_src
124
 
125
 

+ 9
- 6
website/EN/beaglebone.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
-<!-- 2017-01-05 Thu 14:11 -->
6
+<!-- 2017-07-03 Mon 12:29 -->
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>
71
   pre.src-fortran:before { content: 'Fortran'; }
71
   pre.src-fortran:before { content: 'Fortran'; }
72
   pre.src-gnuplot:before { content: 'gnuplot'; }
72
   pre.src-gnuplot:before { content: 'gnuplot'; }
73
   pre.src-haskell:before { content: 'Haskell'; }
73
   pre.src-haskell:before { content: 'Haskell'; }
74
+  pre.src-hledger:before { content: 'hledger'; }
74
   pre.src-java:before { content: 'Java'; }
75
   pre.src-java:before { content: 'Java'; }
75
   pre.src-js:before { content: 'Javascript'; }
76
   pre.src-js:before { content: 'Javascript'; }
76
   pre.src-latex:before { content: 'LaTeX'; }
77
   pre.src-latex:before { content: 'LaTeX'; }
188
 @licstart  The following is the entire license notice for the
189
 @licstart  The following is the entire license notice for the
189
 JavaScript code in this tag.
190
 JavaScript code in this tag.
190
 
191
 
191
-Copyright (C) 2012-2013 Free Software Foundation, Inc.
192
+Copyright (C) 2012-2017 Free Software Foundation, Inc.
192
 
193
 
193
 The JavaScript code in this tag is free software: you can
194
 The JavaScript code in this tag is free software: you can
194
 redistribute it and/or modify it under the terms of the GNU
195
 redistribute it and/or modify it under the terms of the GNU
285
 </p>
286
 </p>
286
 
287
 
287
 <div class="org-src-container">
288
 <div class="org-src-container">
288
-<pre class="src src-bash">sudo apt-get install git
289
+<pre><code class="src src-bash">sudo apt-get install git
289
 git clone https://github.com/bashrc/freedombone
290
 git clone https://github.com/bashrc/freedombone
290
 <span class="org-builtin">cd</span> freedombone
291
 <span class="org-builtin">cd</span> freedombone
292
+git checkout stretch
291
 sudo make install
293
 sudo make install
292
 freedombone-image --setup debian
294
 freedombone-image --setup debian
293
-</pre>
295
+</code></pre>
294
 </div>
296
 </div>
295
 
297
 
296
 <p>
298
 <p>
298
 </p>
300
 </p>
299
 
301
 
300
 <div class="org-src-container">
302
 <div class="org-src-container">
301
-<pre class="src src-bash">sudo pacman -S git
303
+<pre><code class="src src-bash">sudo pacman -S git
302
 git clone https://github.com/bashrc/freedombone
304
 git clone https://github.com/bashrc/freedombone
303
 <span class="org-builtin">cd</span> freedombone
305
 <span class="org-builtin">cd</span> freedombone
306
+git checkout stretch
304
 sudo make install
307
 sudo make install
305
 freedombone-image --setup parabola
308
 freedombone-image --setup parabola
306
-</pre>
309
+</code></pre>
307
 </div>
310
 </div>
308
 
311
 
309
 <div class="org-center">
312
 <div class="org-center">

+ 3
- 1
website/EN/homeserver.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
-<!-- 2017-06-27 Tue 13:17 -->
6
+<!-- 2017-07-03 Mon 12:29 -->
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>
259
 <pre><code class="src src-bash">sudo apt-get install git
259
 <pre><code class="src src-bash">sudo apt-get install git
260
 git clone https://github.com/bashrc/freedombone
260
 git clone https://github.com/bashrc/freedombone
261
 <span class="org-builtin">cd</span> freedombone
261
 <span class="org-builtin">cd</span> freedombone
262
+git checkout stretch
262
 sudo make install
263
 sudo make install
263
 freedombone-image --setup debian
264
 freedombone-image --setup debian
264
 freedombone-image -t i386 --onion yes
265
 freedombone-image -t i386 --onion yes
273
 <pre><code class="src src-bash">sudo pacman -S git
274
 <pre><code class="src src-bash">sudo pacman -S git
274
 git clone https://github.com/bashrc/freedombone
275
 git clone https://github.com/bashrc/freedombone
275
 <span class="org-builtin">cd</span> freedombone
276
 <span class="org-builtin">cd</span> freedombone
277
+git checkout stretch
276
 sudo make install
278
 sudo make install
277
 freedombone-image --setup parabola
279
 freedombone-image --setup parabola
278
 freedombone-image -t i386 --onion yes
280
 freedombone-image -t i386 --onion yes

+ 60
- 58
website/EN/installation.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
-<!-- 2017-06-25 Sun 23:22 -->
6
+<!-- 2017-07-03 Mon 12:29 -->
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>
256
 </colgroup>
256
 </colgroup>
257
 <tbody>
257
 <tbody>
258
 <tr>
258
 <tr>
259
-<td class="org-left"><a href="#org18d6c84">Building an image for a Single Board Computer or Virtual Machine</a></td>
259
+<td class="org-left"><a href="#org9ae206a">Building an image for a Single Board Computer or Virtual Machine</a></td>
260
 </tr>
260
 </tr>
261
 
261
 
262
 <tr>
262
 <tr>
263
-<td class="org-left"><a href="#org584ec2f">Checklist</a></td>
263
+<td class="org-left"><a href="#org31945c3">Checklist</a></td>
264
 </tr>
264
 </tr>
265
 
265
 
266
 <tr>
266
 <tr>
268
 </tr>
268
 </tr>
269
 
269
 
270
 <tr>
270
 <tr>
271
-<td class="org-left"><a href="#orgfab577d">Installation</a></td>
271
+<td class="org-left"><a href="#org0f2759f">Installation</a></td>
272
 </tr>
272
 </tr>
273
 
273
 
274
 <tr>
274
 <tr>
275
-<td class="org-left"><a href="#orgcb6b854">Social Key Management - the 'Unforgettable Key'</a></td>
275
+<td class="org-left"><a href="#orgbdecc1e">Social Key Management - the 'Unforgettable Key'</a></td>
276
 </tr>
276
 </tr>
277
 
277
 
278
 <tr>
278
 <tr>
279
-<td class="org-left"><a href="#org8b82a92">Final Setup</a></td>
279
+<td class="org-left"><a href="#org75caec3">Final Setup</a></td>
280
 </tr>
280
 </tr>
281
 
281
 
282
 <tr>
282
 <tr>
283
-<td class="org-left"><a href="#org9be9bc1">Keydrives</a></td>
283
+<td class="org-left"><a href="#org4ec5353">Keydrives</a></td>
284
 </tr>
284
 </tr>
285
 
285
 
286
 <tr>
286
 <tr>
287
-<td class="org-left"><a href="#org4bfd97f">On Client Machines</a></td>
287
+<td class="org-left"><a href="#org125e66b">On Client Machines</a></td>
288
 </tr>
288
 </tr>
289
 
289
 
290
 <tr>
290
 <tr>
291
-<td class="org-left"><a href="#org132bbc7">Administering the system</a></td>
291
+<td class="org-left"><a href="#orgf76a31b">Administering the system</a></td>
292
 </tr>
292
 </tr>
293
 </tbody>
293
 </tbody>
294
 </table>
294
 </table>
295
 
295
 
296
-<div id="outline-container-org18d6c84" class="outline-2">
297
-<h2 id="org18d6c84">Building an image for a Single Board Computer or Virtual Machine</h2>
298
-<div class="outline-text-2" id="text-org18d6c84">
296
+<div id="outline-container-org9ae206a" class="outline-2">
297
+<h2 id="org9ae206a">Building an image for a Single Board Computer or Virtual Machine</h2>
298
+<div class="outline-text-2" id="text-org9ae206a">
299
 <p>
299
 <p>
300
 You don't have to trust images downloaded from random internet locations signed with untrusted keys. You can build one from scratch yourself, and this is the recommended procedure for maximum security. For guidance on how to build images see the manpage for the <b>freedombone-image</b> command.
300
 You don't have to trust images downloaded from random internet locations signed with untrusted keys. You can build one from scratch yourself, and this is the recommended procedure for maximum security. For guidance on how to build images see the manpage for the <b>freedombone-image</b> command.
301
 </p>
301
 </p>
308
 <pre><code class="src src-bash">sudo apt-get install git build-essential dialog
308
 <pre><code class="src src-bash">sudo apt-get install git build-essential dialog
309
 git clone https://github.com/bashrc/freedombone
309
 git clone https://github.com/bashrc/freedombone
310
 <span class="org-builtin">cd</span> freedombone
310
 <span class="org-builtin">cd</span> freedombone
311
+git checkout stretch
311
 sudo make install
312
 sudo make install
312
 </code></pre>
313
 </code></pre>
313
 </div>
314
 </div>
372
 </div>
373
 </div>
373
 </div>
374
 </div>
374
 
375
 
375
-<div id="outline-container-org584ec2f" class="outline-2">
376
-<h2 id="org584ec2f">Checklist</h2>
377
-<div class="outline-text-2" id="text-org584ec2f">
376
+<div id="outline-container-org31945c3" class="outline-2">
377
+<h2 id="org31945c3">Checklist</h2>
378
+<div class="outline-text-2" id="text-org31945c3">
378
 <p>
379
 <p>
379
 Before installing Freedombone you will need a few things.
380
 Before installing Freedombone you will need a few things.
380
 </p>
381
 </p>
388
 </ul>
389
 </ul>
389
 </div>
390
 </div>
390
 </div>
391
 </div>
391
-<div id="outline-container-orgfab577d" class="outline-2">
392
-<h2 id="orgfab577d">Installation</h2>
393
-<div class="outline-text-2" id="text-orgfab577d">
392
+<div id="outline-container-org0f2759f" class="outline-2">
393
+<h2 id="org0f2759f">Installation</h2>
394
+<div class="outline-text-2" id="text-org0f2759f">
394
 <p>
395
 <p>
395
 There are three install options: Laptop/Desktop/Netbook, SBC and Virtual Machine.
396
 There are three install options: Laptop/Desktop/Netbook, SBC and Virtual Machine.
396
 </p>
397
 </p>
397
 </div>
398
 </div>
398
 
399
 
399
-<div id="outline-container-org2d57cc6" class="outline-3">
400
-<h3 id="org2d57cc6">On a Laptop, Netbook or Desktop machine</h3>
401
-<div class="outline-text-3" id="text-org2d57cc6">
400
+<div id="outline-container-org7ab5896" class="outline-3">
401
+<h3 id="org7ab5896">On a Laptop, Netbook or Desktop machine</h3>
402
+<div class="outline-text-3" id="text-org7ab5896">
402
 <p>
403
 <p>
403
 If you have an existing system, such as an old laptop or netbook which you can leave running as a server, then install a new version of Debian Stretch onto it. During the Debian install you won't need the print server or the desktop environment, and unchecking those will reduce the attack surface. Once Debian enter the following commands:
404
 If you have an existing system, such as an old laptop or netbook which you can leave running as a server, then install a new version of Debian Stretch onto it. During the Debian install you won't need the print server or the desktop environment, and unchecking those will reduce the attack surface. Once Debian enter the following commands:
404
 </p>
405
 </p>
417
 </div>
418
 </div>
418
 </div>
419
 </div>
419
 
420
 
420
-<div id="outline-container-org7983334" class="outline-3">
421
-<h3 id="org7983334">On a single board computer (SBC)</h3>
422
-<div class="outline-text-3" id="text-org7983334">
421
+<div id="outline-container-org71fafdc" class="outline-3">
422
+<h3 id="org71fafdc">On a single board computer (SBC)</h3>
423
+<div class="outline-text-3" id="text-org71fafdc">
423
 <p>
424
 <p>
424
 Currently the following boards are supported:
425
 Currently the following boards are supported:
425
 </p>
426
 </p>
497
 </div>
498
 </div>
498
 </div>
499
 </div>
499
 
500
 
500
-<div id="outline-container-org8cdd9ea" class="outline-3">
501
-<h3 id="org8cdd9ea">As a Virtual Machine</h3>
502
-<div class="outline-text-3" id="text-org8cdd9ea">
501
+<div id="outline-container-org49acf4b" class="outline-3">
502
+<h3 id="org49acf4b">As a Virtual Machine</h3>
503
+<div class="outline-text-3" id="text-org49acf4b">
503
 <p>
504
 <p>
504
 Qemu is currently supported, since it's s fully free software system. You can run a 64 bit Qemu image with:
505
 Qemu is currently supported, since it's s fully free software system. You can run a 64 bit Qemu image with:
505
 </p>
506
 </p>
516
 </div>
517
 </div>
517
 </div>
518
 </div>
518
 
519
 
519
-<div id="outline-container-orgcb6b854" class="outline-2">
520
-<h2 id="orgcb6b854">Social Key Management - the 'Unforgettable Key'</h2>
521
-<div class="outline-text-2" id="text-orgcb6b854">
520
+<div id="outline-container-orgbdecc1e" class="outline-2">
521
+<h2 id="orgbdecc1e">Social Key Management - the 'Unforgettable Key'</h2>
522
+<div class="outline-text-2" id="text-orgbdecc1e">
522
 <p>
523
 <p>
523
 During the install procedure you will be asked if you wish to import GPG keys. If you don't already possess GPG keys then just select "Ok" and they will be generated during the install. If you do already have GPG keys then there are a few possibilities
524
 During the install procedure you will be asked if you wish to import GPG keys. If you don't already possess GPG keys then just select "Ok" and they will be generated during the install. If you do already have GPG keys then there are a few possibilities
524
 </p>
525
 </p>
525
 </div>
526
 </div>
526
 
527
 
527
-<div id="outline-container-orgd4bc308" class="outline-3">
528
-<h3 id="orgd4bc308">You have the gnupg keyring on an encrypted USB drive</h3>
529
-<div class="outline-text-3" id="text-orgd4bc308">
528
+<div id="outline-container-orgcf6835e" class="outline-3">
529
+<h3 id="orgcf6835e">You have the gnupg keyring on an encrypted USB drive</h3>
530
+<div class="outline-text-3" id="text-orgcf6835e">
530
 <p>
531
 <p>
531
 If you previously made a master keydrive containing the full keyring (the .gnupg directory). This is the most straightforward case, but not as secure as splitting the key into fragments.
532
 If you previously made a master keydrive containing the full keyring (the .gnupg directory). This is the most straightforward case, but not as secure as splitting the key into fragments.
532
 </p>
533
 </p>
533
 </div>
534
 </div>
534
 </div>
535
 </div>
535
-<div id="outline-container-orgb94d773" class="outline-3">
536
-<h3 id="orgb94d773">You have a number of key fragments on USB drives retrieved from friends</h3>
537
-<div class="outline-text-3" id="text-orgb94d773">
536
+<div id="outline-container-org954990d" class="outline-3">
537
+<h3 id="org954990d">You have a number of key fragments on USB drives retrieved from friends</h3>
538
+<div class="outline-text-3" id="text-org954990d">
538
 <p>
539
 <p>
539
-If you previously made some USB drives containing key fragments then retrieve them from your friends and plug them in one after the other. After the last drive has been read then remove it and just select "Ok". The system will then try to reconstruct the key. For this to work you will need to have previously made three or more <a href="#org9be9bc1">Keydrives</a>.
540
+If you previously made some USB drives containing key fragments then retrieve them from your friends and plug them in one after the other. After the last drive has been read then remove it and just select "Ok". The system will then try to reconstruct the key. For this to work you will need to have previously made three or more <a href="#org4ec5353">Keydrives</a>.
540
 </p>
541
 </p>
541
 </div>
542
 </div>
542
 </div>
543
 </div>
543
-<div id="outline-container-orgb78381f" class="outline-3">
544
-<h3 id="orgb78381f">You can specify some ssh login details for friends servers containing key fragments</h3>
545
-<div class="outline-text-3" id="text-orgb78381f">
544
+<div id="outline-container-org8493049" class="outline-3">
545
+<h3 id="org8493049">You can specify some ssh login details for friends servers containing key fragments</h3>
546
+<div class="outline-text-3" id="text-org8493049">
546
 <p>
547
 <p>
547
 Enter three or more sets of login details and the installer will try to retrieve key fragments and then assemble them into the full key. This only works if you previously were using remote backups and had social key management enabled.
548
 Enter three or more sets of login details and the installer will try to retrieve key fragments and then assemble them into the full key. This only works if you previously were using remote backups and had social key management enabled.
548
 </p>
549
 </p>
549
 </div>
550
 </div>
550
 </div>
551
 </div>
551
 </div>
552
 </div>
552
-<div id="outline-container-org8b82a92" class="outline-2">
553
-<h2 id="org8b82a92">Final Setup</h2>
554
-<div class="outline-text-2" id="text-org8b82a92">
553
+<div id="outline-container-org75caec3" class="outline-2">
554
+<h2 id="org75caec3">Final Setup</h2>
555
+<div class="outline-text-2" id="text-org75caec3">
555
 <p>
556
 <p>
556
 Any manual post-installation setup instructions or passwords can be found in /home/username/README.
557
 Any manual post-installation setup instructions or passwords can be found in /home/username/README.
557
 </p>
558
 </p>
669
 </div>
670
 </div>
670
 </div>
671
 </div>
671
 
672
 
672
-<div id="outline-container-org9be9bc1" class="outline-2">
673
-<h2 id="org9be9bc1">Keydrives</h2>
674
-<div class="outline-text-2" id="text-org9be9bc1">
673
+<div id="outline-container-org4ec5353" class="outline-2">
674
+<h2 id="org4ec5353">Keydrives</h2>
675
+<div class="outline-text-2" id="text-org4ec5353">
675
 <p>
676
 <p>
676
 After installing for the first time it's a good idea to create some keydrives. These will store your gpg key so that if all else fails you will still be able to restore from backup. There are two ways to do this:
677
 After installing for the first time it's a good idea to create some keydrives. These will store your gpg key so that if all else fails you will still be able to restore from backup. There are two ways to do this:
677
 </p>
678
 </p>
678
 </div>
679
 </div>
679
-<div id="outline-container-org9f35c99" class="outline-3">
680
-<h3 id="org9f35c99">Master Keydrive</h3>
681
-<div class="outline-text-3" id="text-org9f35c99">
680
+<div id="outline-container-org8e2343a" class="outline-3">
681
+<h3 id="org8e2343a">Master Keydrive</h3>
682
+<div class="outline-text-3" id="text-org8e2343a">
682
 <p>
683
 <p>
683
 This is the traditional security model in which you carry your full keyring on an encrypted USB drive. To make a master keydrive first format a USB drive as a LUKS encrypted drive. In Ubuntu this can be <a href="https://help.ubuntu.com/community/EncryptedFilesystemsOnRemovableStorage">done from the <i>Disk Utility</i> application</a>. Then plug it into the Freedombone system, then from your local machine run:
684
 This is the traditional security model in which you carry your full keyring on an encrypted USB drive. To make a master keydrive first format a USB drive as a LUKS encrypted drive. In Ubuntu this can be <a href="https://help.ubuntu.com/community/EncryptedFilesystemsOnRemovableStorage">done from the <i>Disk Utility</i> application</a>. Then plug it into the Freedombone system, then from your local machine run:
684
 </p>
685
 </p>
693
 </p>
694
 </p>
694
 </div>
695
 </div>
695
 </div>
696
 </div>
696
-<div id="outline-container-org17de37d" class="outline-3">
697
-<h3 id="org17de37d">Fragment keydrives</h3>
698
-<div class="outline-text-3" id="text-org17de37d">
697
+<div id="outline-container-orgd192484" class="outline-3">
698
+<h3 id="orgd192484">Fragment keydrives</h3>
699
+<div class="outline-text-3" id="text-orgd192484">
699
 <p>
700
 <p>
700
 This breaks your GPG key into a number of fragments and randomly selects one to add to the USB drive. First format a USB drive as a LUKS encrypted drive. In Ubuntu this <a href="https://help.ubuntu.com/community/EncryptedFilesystemsOnRemovableStorage">can be done from the <i>Disk Utility</i> application</a>. Plug it into the Freedombone system then from your local machine run the following commands:
701
 This breaks your GPG key into a number of fragments and randomly selects one to add to the USB drive. First format a USB drive as a LUKS encrypted drive. In Ubuntu this <a href="https://help.ubuntu.com/community/EncryptedFilesystemsOnRemovableStorage">can be done from the <i>Disk Utility</i> application</a>. Plug it into the Freedombone system then from your local machine run the following commands:
701
 </p>
702
 </p>
715
 </div>
716
 </div>
716
 </div>
717
 </div>
717
 </div>
718
 </div>
718
-<div id="outline-container-org4bfd97f" class="outline-2">
719
-<h2 id="org4bfd97f">On Client Machines</h2>
720
-<div class="outline-text-2" id="text-org4bfd97f">
719
+<div id="outline-container-org125e66b" class="outline-2">
720
+<h2 id="org125e66b">On Client Machines</h2>
721
+<div class="outline-text-2" id="text-org125e66b">
721
 <p>
722
 <p>
722
 You can configure laptops or desktop machines which connect to the Freedombone server in the following way. This alters encryption settings to improve overall security.
723
 You can configure laptops or desktop machines which connect to the Freedombone server in the following way. This alters encryption settings to improve overall security.
723
 </p>
724
 </p>
727
 sudo apt-get install git dialog haveged build-essential
728
 sudo apt-get install git dialog haveged build-essential
728
 git clone https://github.com/bashrc/freedombone
729
 git clone https://github.com/bashrc/freedombone
729
 <span class="org-builtin">cd</span> freedombone
730
 <span class="org-builtin">cd</span> freedombone
731
+git checkout stretch
730
 sudo make install
732
 sudo make install
731
 freedombone-client
733
 freedombone-client
732
 </code></pre>
734
 </code></pre>
734
 </div>
736
 </div>
735
 </div>
737
 </div>
736
 
738
 
737
-<div id="outline-container-org132bbc7" class="outline-2">
738
-<h2 id="org132bbc7">Administering the system</h2>
739
-<div class="outline-text-2" id="text-org132bbc7">
739
+<div id="outline-container-orgf76a31b" class="outline-2">
740
+<h2 id="orgf76a31b">Administering the system</h2>
741
+<div class="outline-text-2" id="text-orgf76a31b">
740
 <p>
742
 <p>
741
 To administer the system after installation log in via ssh, become the root user and then launch the control panel.
743
 To administer the system after installation log in via ssh, become the root user and then launch the control panel.
742
 </p>
744
 </p>

+ 51
- 50
website/EN/mesh.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
-<!-- 2017-07-03 Mon 12:19 -->
6
+<!-- 2017-07-03 Mon 12:29 -->
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>
274
 </colgroup>
274
 </colgroup>
275
 <tbody>
275
 <tbody>
276
 <tr>
276
 <tr>
277
-<td class="org-left"><a href="#org3515d7b">What the system can do</a></td>
277
+<td class="org-left"><a href="#org867db5f">What the system can do</a></td>
278
 <td class="org-left">-</td>
278
 <td class="org-left">-</td>
279
-<td class="org-left"><a href="#org2287bf2">Disk Images</a></td>
279
+<td class="org-left"><a href="#org4c478bc">Disk Images</a></td>
280
 <td class="org-left">-</td>
280
 <td class="org-left">-</td>
281
-<td class="org-left"><a href="#orgbcc8ad6">Building Disk Images</a></td>
281
+<td class="org-left"><a href="#orgb4ed686">Building Disk Images</a></td>
282
 <td class="org-left">-</td>
282
 <td class="org-left">-</td>
283
-<td class="org-left"><a href="#orge200053">How to use it</a></td>
283
+<td class="org-left"><a href="#org8abf4b4">How to use it</a></td>
284
 </tr>
284
 </tr>
285
 </tbody>
285
 </tbody>
286
 </table>
286
 </table>
289
 Mesh networks are useful as a quick way to make a fully decentralised communications system which is not connected to or reliant upon the internet. Think festivals, hacker conferences, onboard ships at sea, disaster/war zones, small business internal office communications, protests, remote areas of the world, temporary "digital blackouts", scientific expeditions and off-world space colonies. The down side is that you can't access any internet content. The upside is that you can securely communicate with anyone on the local mesh. No ISPs. No payments or subscriptions beyond the cost of obtaining the hardware. Systems need to be within wifi range of each other for the mesh to be created. It can be an ultra-convenient way to do purely local communications.
289
 Mesh networks are useful as a quick way to make a fully decentralised communications system which is not connected to or reliant upon the internet. Think festivals, hacker conferences, onboard ships at sea, disaster/war zones, small business internal office communications, protests, remote areas of the world, temporary "digital blackouts", scientific expeditions and off-world space colonies. The down side is that you can't access any internet content. The upside is that you can securely communicate with anyone on the local mesh. No ISPs. No payments or subscriptions beyond the cost of obtaining the hardware. Systems need to be within wifi range of each other for the mesh to be created. It can be an ultra-convenient way to do purely local communications.
290
 </p>
290
 </p>
291
 
291
 
292
-<div id="outline-container-org3515d7b" class="outline-2">
293
-<h2 id="org3515d7b">What the system can do</h2>
294
-<div class="outline-text-2" id="text-org3515d7b">
292
+<div id="outline-container-org867db5f" class="outline-2">
293
+<h2 id="org867db5f">What the system can do</h2>
294
+<div class="outline-text-2" id="text-org867db5f">
295
 <ul class="org-ul">
295
 <ul class="org-ul">
296
 <li>Discovery of other users on the network</li>
296
 <li>Discovery of other users on the network</li>
297
 <li>Text based chat, one-to-one and in groups</li>
297
 <li>Text based chat, one-to-one and in groups</li>
312
 </div>
312
 </div>
313
 </div>
313
 </div>
314
 
314
 
315
-<div id="outline-container-org2287bf2" class="outline-2">
316
-<h2 id="org2287bf2">Disk Images</h2>
317
-<div class="outline-text-2" id="text-org2287bf2">
315
+<div id="outline-container-org4c478bc" class="outline-2">
316
+<h2 id="org4c478bc">Disk Images</h2>
317
+<div class="outline-text-2" id="text-org4c478bc">
318
 </div>
318
 </div>
319
-<div id="outline-container-org13936cc" class="outline-3">
320
-<h3 id="org13936cc">Client images</h3>
321
-<div class="outline-text-3" id="text-org13936cc">
319
+<div id="outline-container-org82dfd43" class="outline-3">
320
+<h3 id="org82dfd43">Client images</h3>
321
+<div class="outline-text-3" id="text-org82dfd43">
322
 <div class="org-center">
322
 <div class="org-center">
323
 
323
 
324
 <div class="figure">
324
 <div class="figure">
365
 </div>
365
 </div>
366
 </div>
366
 </div>
367
 
367
 
368
-<div id="outline-container-org52daaf8" class="outline-3">
369
-<h3 id="org52daaf8">Router images</h3>
370
-<div class="outline-text-3" id="text-org52daaf8">
368
+<div id="outline-container-org253c747" class="outline-3">
369
+<h3 id="org253c747">Router images</h3>
370
+<div class="outline-text-3" id="text-org253c747">
371
 <p>
371
 <p>
372
 Routers are intended to build network coverage for an area using small and low cost hardware. You can bolt them to walls or leave them on window ledges. They don't have any user interface and their only job is to haul network traffic across the mesh and to enable peers to find each other via running bootstrap nodes for Tox and IPFS. Copy the image to a microSD card and insert it into the router, plug in an Atheros wifi dongle and power on. That should be all you need to do.
372
 Routers are intended to build network coverage for an area using small and low cost hardware. You can bolt them to walls or leave them on window ledges. They don't have any user interface and their only job is to haul network traffic across the mesh and to enable peers to find each other via running bootstrap nodes for Tox and IPFS. Copy the image to a microSD card and insert it into the router, plug in an Atheros wifi dongle and power on. That should be all you need to do.
373
 </p>
373
 </p>
374
 </div>
374
 </div>
375
-<div id="outline-container-orgdb1657a" class="outline-4">
376
-<h4 id="orgdb1657a">Beaglebone Black</h4>
377
-<div class="outline-text-4" id="text-orgdb1657a">
375
+<div id="outline-container-orgd06b4b5" class="outline-4">
376
+<h4 id="orgd06b4b5">Beaglebone Black</h4>
377
+<div class="outline-text-4" id="text-orgd06b4b5">
378
 <div class="org-center">
378
 <div class="org-center">
379
 
379
 
380
 <div class="figure">
380
 <div class="figure">
411
 </div>
411
 </div>
412
 </div>
412
 </div>
413
 
413
 
414
-<div id="outline-container-orgbcc8ad6" class="outline-2">
415
-<h2 id="orgbcc8ad6">Building Disk Images</h2>
416
-<div class="outline-text-2" id="text-orgbcc8ad6">
414
+<div id="outline-container-orgb4ed686" class="outline-2">
415
+<h2 id="orgb4ed686">Building Disk Images</h2>
416
+<div class="outline-text-2" id="text-orgb4ed686">
417
 <p>
417
 <p>
418
 It's better not to trust images downloaded from random places on the interwebs. Chances are that unless you are in the web of trust of the above GPG signatures then they don't mean very much to you. If you actually want something trustworthy then build the images from scratch. It will take some time. Here's how to do it.
418
 It's better not to trust images downloaded from random places on the interwebs. Chances are that unless you are in the web of trust of the above GPG signatures then they don't mean very much to you. If you actually want something trustworthy then build the images from scratch. It will take some time. Here's how to do it.
419
 </p>
419
 </p>
428
     vmdebootstrap xz-utils dosfstools btrfs-tools extlinux <span class="org-sh-escaped-newline">\</span>
428
     vmdebootstrap xz-utils dosfstools btrfs-tools extlinux <span class="org-sh-escaped-newline">\</span>
429
     python-distro-info mbr qemu-user-static binfmt-support <span class="org-sh-escaped-newline">\</span>
429
     python-distro-info mbr qemu-user-static binfmt-support <span class="org-sh-escaped-newline">\</span>
430
     u-boot-tools qemu
430
     u-boot-tools qemu
431
-wget https://freedombone.net/downloads/freedombone-mesh-13-09-2016.tar.gz
432
-wget https://freedombone.net/downloads/freedombone-mesh-13-09-2016.tar.gz.sig
433
-gpg --verify freedombone-mesh-13-09-2016.tar.gz.sig
434
-sha256sum freedombone-mesh-13-09-2016.tar.gz
435
-3e279f8ed762afb682bec6bd463830087354dd2f24020f3b0de51143585ab0ed
436
-tar -xzvf freedombone-mesh-13-09-2016.tar.gz
431
+wget https://freedombone.net/downloads/v3/freedombone-3.tar.gz
432
+wget https://freedombone.net/downloads/freedombone-3.tar.gz.sig
433
+gpg --verify freedombone-3.tar.gz.sig
434
+sha256sum freedombone-3.tar.gz
435
+
436
+tar -xzvf freedombone-3.tar.gz
437
 <span class="org-builtin">cd</span> freedombone
437
 <span class="org-builtin">cd</span> freedombone
438
 git checkout stretch
438
 git checkout stretch
439
 sudo make install
439
 sudo make install
440
+freedombone-image --setup debian
440
 freedombone-image -t i386 -v meshclient
441
 freedombone-image -t i386 -v meshclient
441
 </code></pre>
442
 </code></pre>
442
 </div>
443
 </div>
503
 </div>
504
 </div>
504
 </div>
505
 </div>
505
 
506
 
506
-<div id="outline-container-org2ebd78c" class="outline-2">
507
-<h2 id="org2ebd78c">Customisation</h2>
508
-<div class="outline-text-2" id="text-org2ebd78c">
507
+<div id="outline-container-org4d4569e" class="outline-2">
508
+<h2 id="org4d4569e">Customisation</h2>
509
+<div class="outline-text-2" id="text-org4d4569e">
509
 <p>
510
 <p>
510
 If you want to make your own specially branded version, such as for a particular event, then to change the default desktop backgrounds edit the images within <b>img/backgrounds</b> and to change the available avatars and desktop icons edit the images within <b>img/avatars</b>. Re-create disk images using the instructions shown previously.
511
 If you want to make your own specially branded version, such as for a particular event, then to change the default desktop backgrounds edit the images within <b>img/backgrounds</b> and to change the available avatars and desktop icons edit the images within <b>img/avatars</b>. Re-create disk images using the instructions shown previously.
511
 </p>
512
 </p>
515
 </p>
516
 </p>
516
 </div>
517
 </div>
517
 </div>
518
 </div>
518
-<div id="outline-container-orge200053" class="outline-2">
519
-<h2 id="orge200053">How to use it</h2>
520
-<div class="outline-text-2" id="text-orge200053">
519
+<div id="outline-container-org8abf4b4" class="outline-2">
520
+<h2 id="org8abf4b4">How to use it</h2>
521
+<div class="outline-text-2" id="text-org8abf4b4">
521
 <p>
522
 <p>
522
 When you first boot from the USB drive the system will create some encryption keys, assign a unique network address to the system and then reboot itself. When that's done you should see a prompt asking for a username. This username just makes it easy for others to initially find you on the mesh and will appear in the list of users.
523
 When you first boot from the USB drive the system will create some encryption keys, assign a unique network address to the system and then reboot itself. When that's done you should see a prompt asking for a username. This username just makes it easy for others to initially find you on the mesh and will appear in the list of users.
523
 </p>
524
 </p>
527
 </p>
528
 </p>
528
 </div>
529
 </div>
529
 
530
 
530
-<div id="outline-container-orgbc2cc03" class="outline-3">
531
-<h3 id="orgbc2cc03">Set the Date</h3>
532
-<div class="outline-text-3" id="text-orgbc2cc03">
531
+<div id="outline-container-orgb644ccd" class="outline-3">
532
+<h3 id="orgb644ccd">Set the Date</h3>
533
+<div class="outline-text-3" id="text-orgb644ccd">
533
 <p>
534
 <p>
534
 On the ordinary internet the date and time of your system would be set automatically via NTP. But this is not the internet and so you will need to manually ensure that your date and time settings are correct. You might need to periodically do this if your clock drifts. It's not essential that the time on your system be highly accurate, but if it drifts too far or goes back to epoch then things could become a little confusing in regard to the order of blog posts.
535
 On the ordinary internet the date and time of your system would be set automatically via NTP. But this is not the internet and so you will need to manually ensure that your date and time settings are correct. You might need to periodically do this if your clock drifts. It's not essential that the time on your system be highly accurate, but if it drifts too far or goes back to epoch then things could become a little confusing in regard to the order of blog posts.
535
 </p>
536
 </p>
539
 </p>
540
 </p>
540
 </div>
541
 </div>
541
 </div>
542
 </div>
542
-<div id="outline-container-org0d7deee" class="outline-3">
543
-<h3 id="org0d7deee">Check network status</h3>
544
-<div class="outline-text-3" id="text-org0d7deee">
543
+<div id="outline-container-org869e4ee" class="outline-3">
544
+<h3 id="org869e4ee">Check network status</h3>
545
+<div class="outline-text-3" id="text-org869e4ee">
545
 <p>
546
 <p>
546
 Unlike with ordinary wifi, on the mesh you don't get a signal strength icon and so it's not simple to see if you have a good connection.
547
 Unlike with ordinary wifi, on the mesh you don't get a signal strength icon and so it's not simple to see if you have a good connection.
547
 </p>
548
 </p>
565
 </div>
566
 </div>
566
 </div>
567
 </div>
567
 
568
 
568
-<div id="outline-container-orgf65770e" class="outline-3">
569
-<h3 id="orgf65770e">Chat System</h3>
570
-<div class="outline-text-3" id="text-orgf65770e">
569
+<div id="outline-container-org75782ab" class="outline-3">
570
+<h3 id="org75782ab">Chat System</h3>
571
+<div class="outline-text-3" id="text-org75782ab">
571
 <p>
572
 <p>
572
 Ensure that you're within wifi range of at least one other mesh peer (could be a router or client) and then you should see that the <i>Chat</i> and <i>Other Users</i> icons appear. Select the users icon and you should see a list of users on the mesh. Select the <i>Chat</i> icon and once you are connected you should see the status light turn green. If after a few minutes you don't get the green status light then try closing and re-opening the Tox chat application. Select the plus button to add a friend and then copy and paste in a Tox ID from the users list.
573
 Ensure that you're within wifi range of at least one other mesh peer (could be a router or client) and then you should see that the <i>Chat</i> and <i>Other Users</i> icons appear. Select the users icon and you should see a list of users on the mesh. Select the <i>Chat</i> icon and once you are connected you should see the status light turn green. If after a few minutes you don't get the green status light then try closing and re-opening the Tox chat application. Select the plus button to add a friend and then copy and paste in a Tox ID from the users list.
573
 </p>
574
 </p>
626
 </div>
627
 </div>
627
 </div>
628
 </div>
628
 
629
 
629
-<div id="outline-container-org9b1471c" class="outline-3">
630
-<h3 id="org9b1471c">Sharing Files</h3>
631
-<div class="outline-text-3" id="text-org9b1471c">
630
+<div id="outline-container-org549c50c" class="outline-3">
631
+<h3 id="org549c50c">Sharing Files</h3>
632
+<div class="outline-text-3" id="text-org549c50c">
632
 <p>
633
 <p>
633
 You can make files publicly available on the network simply by dragging and dropping them into the <i>Public</i> folder on the desktop. To view the files belonging to another user select the desktop icon called <i>Visit a site</i> and enter the username or Tox ID of the other user.
634
 You can make files publicly available on the network simply by dragging and dropping them into the <i>Public</i> folder on the desktop. To view the files belonging to another user select the desktop icon called <i>Visit a site</i> and enter the username or Tox ID of the other user.
634
 </p>
635
 </p>
643
 </div>
644
 </div>
644
 </div>
645
 </div>
645
 
646
 
646
-<div id="outline-container-org0508f80" class="outline-3">
647
-<h3 id="org0508f80">Blogging</h3>
648
-<div class="outline-text-3" id="text-org0508f80">
647
+<div id="outline-container-org56b94ab" class="outline-3">
648
+<h3 id="org56b94ab">Blogging</h3>
649
+<div class="outline-text-3" id="text-org56b94ab">
649
 <p>
650
 <p>
650
 To create a blog post select the <i>Blog</i> icon on the desktop and then use the up and down cursor keys, space bar and enter key to add a new entry. Edit the title of the entry and add your text. You can also include photos if you wish - just copy them to the <b>CreateBlog/content/images</b> directory and then link to them as shown.
651
 To create a blog post select the <i>Blog</i> icon on the desktop and then use the up and down cursor keys, space bar and enter key to add a new entry. Edit the title of the entry and add your text. You can also include photos if you wish - just copy them to the <b>CreateBlog/content/images</b> directory and then link to them as shown.
651
 </p>
652
 </p>