Bob Mottram hace 9 años
padre
commit
0dd80dae27
Se han modificado 4 ficheros con 16 adiciones y 38 borrados
  1. 6
    12
      doc/EN/backups.org
  2. 0
    2
      doc/EN/faq.org
  3. 7
    13
      website/EN/backups.html
  4. 3
    11
      website/EN/faq.html

+ 6
- 12
doc/EN/backups.org Ver fichero

23
 
23
 
24
 #+BEGIN_SRC bash
24
 #+BEGIN_SRC bash
25
 ssh username@domainname -p 2222
25
 ssh username@domainname -p 2222
26
-su
27
-control
26
+sudo control
28
 #+END_SRC
27
 #+END_SRC
29
 
28
 
30
 Select /Backup and Restore/ then /Backup GPG key to USB drive (master keydrive)/.
29
 Select /Backup and Restore/ then /Backup GPG key to USB drive (master keydrive)/.
41
 
40
 
42
 #+BEGIN_SRC bash
41
 #+BEGIN_SRC bash
43
 ssh username@domainname -p 2222
42
 ssh username@domainname -p 2222
44
-su
45
-control
43
+sudo control
46
 #+END_SRC
44
 #+END_SRC
47
 
45
 
48
 Select /Backup and Restore/ and then /Backup data to USB drive/.
46
 Select /Backup and Restore/ and then /Backup data to USB drive/.
55
 
53
 
56
 #+BEGIN_SRC bash
54
 #+BEGIN_SRC bash
57
 ssh username@domainname -p 2222
55
 ssh username@domainname -p 2222
58
-su
59
-control
56
+sudo control
60
 #+END_SRC
57
 #+END_SRC
61
 
58
 
62
 If this is a new Freedombone installation then you will first need to restore your backup keys. That can be done by selecting /Backup and Restore/ then /Restore GPG key from USB keydrive/. When that's done remove the keydrive and plug in the backup drive.
59
 If this is a new Freedombone installation then you will first need to restore your backup keys. That can be done by selecting /Backup and Restore/ then /Restore GPG key from USB keydrive/. When that's done remove the keydrive and plug in the backup drive.
71
 
68
 
72
 #+BEGIN_SRC bash
69
 #+BEGIN_SRC bash
73
 ssh username@domainname -p 2222
70
 ssh username@domainname -p 2222
74
-su
75
-control
71
+sudo control
76
 #+END_SRC
72
 #+END_SRC
77
 
73
 
78
 Select /Backup and Restore/ then /Configure remote backups/.
74
 Select /Backup and Restore/ then /Configure remote backups/.
86
 
82
 
87
 #+BEGIN_SRC bash
83
 #+BEGIN_SRC bash
88
 ssh username@domainname -p 2222
84
 ssh username@domainname -p 2222
89
-su
90
-control
85
+sudo control
91
 #+END_SRC
86
 #+END_SRC
92
 
87
 
93
 Select /Backup and Restore/ then /Restore GPG key from USB (master keydrive)/. Select the username then plug in your keydrive and restore the key.
88
 Select /Backup and Restore/ then /Restore GPG key from USB (master keydrive)/. Select the username then plug in your keydrive and restore the key.
102
 
97
 
103
 #+BEGIN_SRC bash
98
 #+BEGIN_SRC bash
104
 ssh username@domainname -p 2222
99
 ssh username@domainname -p 2222
105
-su
106
-control
100
+sudo control
107
 #+END_SRC
101
 #+END_SRC
108
 
102
 
109
 Select /Backup and Restore/ then /Restore from remote backup/ and enter the domain name of the remote server that you wish to restore from.
103
 Select /Backup and Restore/ then /Restore from remote backup/ and enter the domain name of the remote server that you wish to restore from.

+ 0
- 2
doc/EN/faq.org Ver fichero

28
 | [[Why does my email keep getting rejected as spam by Gmail/etc?]]              |
28
 | [[Why does my email keep getting rejected as spam by Gmail/etc?]]              |
29
 #+END_CENTER
29
 #+END_CENTER
30
 
30
 
31
-* Why not supply a disk image download?
32
-Shipping a Freedombone disk image ready to install on a flash disk would be easy, but disk images are relatively opaque. It would be quite easy to hide something nasty within a disk image and the user might never know. To guard against that possibility installing via the *freedombone* command is a lot more transparent, since it's really just a bash script. You can check the script code to see exactly what it's doing, and the packages are all downloaded from standard Debian repos (you can even choose which one you trust) or git repos. Doing it this way the system is fully auditable, whereas when shipping a disk image it's harder to be confident that no nefarious extras have been added.
33
 * I don't have a static IP address. Can I still install this system?
31
 * I don't have a static IP address. Can I still install this system?
34
 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.
32
 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.
35
 
33
 

+ 7
- 13
website/EN/backups.html Ver fichero

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
 <title></title>
6
 <title></title>
7
-<!-- 2015-11-03 Tue 19:49 -->
7
+<!-- 2015-12-13 Sun 17:25 -->
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
 <meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
9
 <meta  name="generator" content="Org-mode" />
9
 <meta  name="generator" content="Org-mode" />
10
 <meta  name="author" content="Bob Mottram" />
10
 <meta  name="author" content="Bob Mottram" />
207
 <div class="org-src-container">
207
 <div class="org-src-container">
208
 
208
 
209
 <pre class="src src-bash">ssh username@domainname -p 2222
209
 <pre class="src src-bash">ssh username@domainname -p 2222
210
-su
211
-control
210
+sudo control
212
 </pre>
211
 </pre>
213
 </div>
212
 </div>
214
 
213
 
243
 <div class="org-src-container">
242
 <div class="org-src-container">
244
 
243
 
245
 <pre class="src src-bash">ssh username@domainname -p 2222
244
 <pre class="src src-bash">ssh username@domainname -p 2222
246
-su
247
-control
245
+sudo control
248
 </pre>
246
 </pre>
249
 </div>
247
 </div>
250
 
248
 
271
 <div class="org-src-container">
269
 <div class="org-src-container">
272
 
270
 
273
 <pre class="src src-bash">ssh username@domainname -p 2222
271
 <pre class="src src-bash">ssh username@domainname -p 2222
274
-su
275
-control
272
+sudo control
276
 </pre>
273
 </pre>
277
 </div>
274
 </div>
278
 
275
 
303
 <div class="org-src-container">
300
 <div class="org-src-container">
304
 
301
 
305
 <pre class="src src-bash">ssh username@domainname -p 2222
302
 <pre class="src src-bash">ssh username@domainname -p 2222
306
-su
307
-control
303
+sudo control
308
 </pre>
304
 </pre>
309
 </div>
305
 </div>
310
 
306
 
334
 <div class="org-src-container">
330
 <div class="org-src-container">
335
 
331
 
336
 <pre class="src src-bash">ssh username@domainname -p 2222
332
 <pre class="src src-bash">ssh username@domainname -p 2222
337
-su
338
-control
333
+sudo control
339
 </pre>
334
 </pre>
340
 </div>
335
 </div>
341
 
336
 
366
 <div class="org-src-container">
361
 <div class="org-src-container">
367
 
362
 
368
 <pre class="src src-bash">ssh username@domainname -p 2222
363
 <pre class="src src-bash">ssh username@domainname -p 2222
369
-su
370
-control
364
+sudo control
371
 </pre>
365
 </pre>
372
 </div>
366
 </div>
373
 
367
 

+ 3
- 11
website/EN/faq.html Ver fichero

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
-<!-- 2015-12-03 Thu 14:12 -->
7
-<meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
8
-<meta  name="viewport" content="width=device-width, initial-scale=1" />
9
 <title></title>
6
 <title></title>
7
+<!-- 2015-12-13 Sun 17:26 -->
8
+<meta  http-equiv="Content-Type" content="text/html;charset=utf-8" />
10
 <meta  name="generator" content="Org-mode" />
9
 <meta  name="generator" content="Org-mode" />
11
 <meta  name="author" content="Bob Mottram" />
10
 <meta  name="author" content="Bob Mottram" />
12
 <meta  name="description" content="Turn the Beaglebone Black into a personal communications server"
11
 <meta  name="description" content="Turn the Beaglebone Black into a personal communications server"
13
  />
12
  />
14
 <meta  name="keywords" content="freedombox, debian, beaglebone, hubzilla, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber" />
13
 <meta  name="keywords" content="freedombox, debian, beaglebone, hubzilla, email, web server, home server, internet, censorship, surveillance, social network, irc, jabber" />
14
+<meta  name="viewport" content="width=device-width, initial-scale=1" />
15
 <style type="text/css">
15
 <style type="text/css">
16
  <!--/*--><![CDATA[/*><!--*/
16
  <!--/*--><![CDATA[/*><!--*/
17
   .title  { text-align: center;
17
   .title  { text-align: center;
237
 </table>
237
 </table>
238
 </div>
238
 </div>
239
 
239
 
240
-<div id="outline-container-orgheadline16" class="outline-2">
241
-<h2 id="orgheadline16">Why not supply a disk image download?</h2>
242
-<div class="outline-text-2" id="text-orgheadline16">
243
-<p>
244
-Shipping a Freedombone disk image ready to install on a flash disk would be easy, but disk images are relatively opaque. It would be quite easy to hide something nasty within a disk image and the user might never know. To guard against that possibility installing via the <b>freedombone</b> command is a lot more transparent, since it's really just a bash script. You can check the script code to see exactly what it's doing, and the packages are all downloaded from standard Debian repos (you can even choose which one you trust) or git repos. Doing it this way the system is fully auditable, whereas when shipping a disk image it's harder to be confident that no nefarious extras have been added.
245
-</p>
246
-</div>
247
-</div>
248
 <div id="outline-container-orgheadline1" class="outline-2">
240
 <div id="outline-container-orgheadline1" class="outline-2">
249
 <h2 id="orgheadline1">I don't have a static IP address. Can I still install this system?</h2>
241
 <h2 id="orgheadline1">I don't have a static IP address. Can I still install this system?</h2>
250
 <div class="outline-text-2" id="text-orgheadline1">
242
 <div class="outline-text-2" id="text-orgheadline1">