Bob Mottram před 9 roky
rodič
revize
c1b7ee785f
4 změnil soubory, kde provedl 24 přidání a 14 odebrání
  1. 6
    3
      doc/EN/homeserver.org
  2. 4
    3
      doc/EN/mesh.org
  3. 9
    4
      website/EN/homeserver.html
  4. 5
    4
      website/EN/mesh.html

+ 6
- 3
doc/EN/homeserver.org Zobrazit soubor

21
 #+begin_src bash
21
 #+begin_src bash
22
 sudo su
22
 sudo su
23
 apt-get -y install build-essential git python-docutils mktorrent \
23
 apt-get -y install build-essential git python-docutils mktorrent \
24
-vmdebootstrap xz-utils dosfstools btrfs-tools extlinux python-distro-info \
25
-mbr qemu-user-static binfmt-support u-boot-tools qemu
24
+vmdebootstrap xz-utils dosfstools btrfs-tools extlinux \
25
+python-distro-info mbr qemu-user-static binfmt-support \
26
+u-boot-tools qemu
26
 git clone https://github.com/bashrc/freedombone
27
 git clone https://github.com/bashrc/freedombone
27
 cd freedombone
28
 cd freedombone
28
 git checkout stockholm
29
 git checkout stockholm
71
 
72
 
72
 On your local system open a *Tor compatible browser* and enter your blog's onion address. If it's all working then you should see your new blog.
73
 On your local system open a *Tor compatible browser* and enter your blog's onion address. If it's all working then you should see your new blog.
73
 
74
 
74
-*Congratulations! You have now become a citizen of the free internet. Use your new powers wisely.*
75
+*Congratulations! You have now become a citizen of the free internet.*
76
+
77
+*Use your new powers wisely.*
75
 
78
 
76
 Of course, this is just one way in which you can install the Freedombone system. If you have a single board computer (SBC) such as a BeagleBone Black or OLinuxino you can make disk images for those too. You can even create clearnet sites if you have your own domain name. ARM boards with closed proprietary boot blobs are not supported. For more details run:
79
 Of course, this is just one way in which you can install the Freedombone system. If you have a single board computer (SBC) such as a BeagleBone Black or OLinuxino you can make disk images for those too. You can even create clearnet sites if you have your own domain name. ARM boards with closed proprietary boot blobs are not supported. For more details run:
77
 
80
 

+ 4
- 3
doc/EN/mesh.org Zobrazit soubor

21
 #+begin_src bash
21
 #+begin_src bash
22
 sudo su
22
 sudo su
23
 apt-get -y install build-essential git python-docutils mktorrent \
23
 apt-get -y install build-essential git python-docutils mktorrent \
24
-vmdebootstrap xz-utils dosfstools btrfs-tools extlinux python-distro-info \
25
-mbr qemu-user-static binfmt-support u-boot-tools qemu
24
+vmdebootstrap xz-utils dosfstools btrfs-tools extlinux \
25
+python-distro-info mbr qemu-user-static binfmt-support \
26
+u-boot-tools qemu
26
 git clone https://github.com/bashrc/freedombone
27
 git clone https://github.com/bashrc/freedombone
27
 cd freedombone
28
 cd freedombone
28
 git checkout stockholm
29
 git checkout stockholm
58
 
59
 
59
 Rinse, repeat, for any number of laptops that you want to get onto the mesh or to build out coverage within an area. There are no servers. Just peer-to-peer communications routed through the network which are end-to-end secure after a friend request is accepted. By default the chat client doesn't log anything.
60
 Rinse, repeat, for any number of laptops that you want to get onto the mesh or to build out coverage within an area. There are no servers. Just peer-to-peer communications routed through the network which are end-to-end secure after a friend request is accepted. By default the chat client doesn't log anything.
60
 
61
 
61
-No logs, no masters.
62
+*No logs, no masters.*
62
 
63
 
63
 You can also use single board computers (SBCs) such as the BeagleBone Black to make mesh routers which can be bolted to walls or the sides of buildings and consume minimal electrical power, so could be solar or battery powered for short term events such as festivals. To do that use the following command to make the image:
64
 You can also use single board computers (SBCs) such as the BeagleBone Black to make mesh routers which can be bolted to walls or the sides of buildings and consume minimal electrical power, so could be solar or battery powered for short term events such as festivals. To do that use the following command to make the image:
64
 
65
 

+ 9
- 4
website/EN/homeserver.html Zobrazit soubor

3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
-<!-- 2016-08-09 Tue 16:19 -->
6
+<!-- 2016-08-09 Tue 16:23 -->
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>
260
 
260
 
261
 <pre class="src src-bash">sudo su
261
 <pre class="src src-bash">sudo su
262
 apt-get -y install build-essential git python-docutils mktorrent <span class="org-sh-escaped-newline">\</span>
262
 apt-get -y install build-essential git python-docutils mktorrent <span class="org-sh-escaped-newline">\</span>
263
-vmdebootstrap xz-utils dosfstools btrfs-tools extlinux python-distro-info <span class="org-sh-escaped-newline">\</span>
264
-mbr qemu-user-static binfmt-support u-boot-tools qemu
263
+vmdebootstrap xz-utils dosfstools btrfs-tools extlinux <span class="org-sh-escaped-newline">\</span>
264
+python-distro-info mbr qemu-user-static binfmt-support <span class="org-sh-escaped-newline">\</span>
265
+u-boot-tools qemu
265
 git clone https://github.com/bashrc/freedombone
266
 git clone https://github.com/bashrc/freedombone
266
 <span class="org-builtin">cd</span> freedombone
267
 <span class="org-builtin">cd</span> freedombone
267
 git checkout stockholm
268
 git checkout stockholm
344
 </p>
345
 </p>
345
 
346
 
346
 <p>
347
 <p>
347
-<b>Congratulations! You have now become a citizen of the free internet. Use your new powers wisely.</b>
348
+<b>Congratulations! You have now become a citizen of the free internet.</b>
349
+</p>
350
+
351
+<p>
352
+<b>Use your new powers wisely.</b>
348
 </p>
353
 </p>
349
 
354
 
350
 <p>
355
 <p>

+ 5
- 4
website/EN/mesh.html Zobrazit soubor

3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
5
 <head>
5
 <head>
6
-<!-- 2016-08-09 Tue 16:19 -->
6
+<!-- 2016-08-09 Tue 16:23 -->
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>
260
 
260
 
261
 <pre class="src src-bash">sudo su
261
 <pre class="src src-bash">sudo su
262
 apt-get -y install build-essential git python-docutils mktorrent <span class="org-sh-escaped-newline">\</span>
262
 apt-get -y install build-essential git python-docutils mktorrent <span class="org-sh-escaped-newline">\</span>
263
-vmdebootstrap xz-utils dosfstools btrfs-tools extlinux python-distro-info <span class="org-sh-escaped-newline">\</span>
264
-mbr qemu-user-static binfmt-support u-boot-tools qemu
263
+vmdebootstrap xz-utils dosfstools btrfs-tools extlinux <span class="org-sh-escaped-newline">\</span>
264
+python-distro-info mbr qemu-user-static binfmt-support <span class="org-sh-escaped-newline">\</span>
265
+u-boot-tools qemu
265
 git clone https://github.com/bashrc/freedombone
266
 git clone https://github.com/bashrc/freedombone
266
 <span class="org-builtin">cd</span> freedombone
267
 <span class="org-builtin">cd</span> freedombone
267
 git checkout stockholm
268
 git checkout stockholm
321
 </p>
322
 </p>
322
 
323
 
323
 <p>
324
 <p>
324
-No logs, no masters.
325
+<b>No logs, no masters.</b>
325
 </p>
326
 </p>
326
 
327
 
327
 <p>
328
 <p>