aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlurchi <lurchi@strangeplace.net>2018-11-16 23:19:44 +0100
committerlurchi <lurchi@strangeplace.net>2018-11-16 23:19:44 +0100
commit18182754f877cb5d947f7078539d0e32f68eda0c (patch)
tree147a7c42a63b3f5bf32ed99f22cd8c343b5ef23b
parent7326e6162fe0432ccad25aad4963657842476484 (diff)
downloadwww-18182754f877cb5d947f7078539d0e32f68eda0c.tar.gz
www-18182754f877cb5d947f7078539d0e32f68eda0c.zip
fix more html
-rw-r--r--tutorial-debian9.html.j28
1 files changed, 4 insertions, 4 deletions
diff --git a/tutorial-debian9.html.j2 b/tutorial-debian9.html.j2
index 87f04d2d..2ba5e501 100644
--- a/tutorial-debian9.html.j2
+++ b/tutorial-debian9.html.j2
@@ -81,7 +81,7 @@ production version.</p>
81 $ sudo addgroup gnunetdns<br> 81 $ sudo addgroup gnunetdns<br>
82 $ sudo adduser --system --group --disabled-login --home /var/lib/gnunet gnunet<br> 82 $ sudo adduser --system --group --disabled-login --home /var/lib/gnunet gnunet<br>
83 $ make -j$(nproc || echo -n 1)<br> 83 $ make -j$(nproc || echo -n 1)<br>
84 $ sudo make install<br> 84 $ sudo make install
85</code></p> 85</code></p>
86 86
87<h4>{{ _("Option 2: GNUnet for development") }}</h4> 87<h4>{{ _("Option 2: GNUnet for development") }}</h4>
@@ -92,7 +92,7 @@ $ export GNUNET_PREFIX=/usr<br>
92$ export CFLAGS="-g -Wall -O0"<br> 92$ export CFLAGS="-g -Wall -O0"<br>
93$ ./configure --prefix=$GNUNET_PREFIX --disable-documentation --enable-logging=verbose --with-microhttpd=/opt/libmicrohttpd<br> 93$ ./configure --prefix=$GNUNET_PREFIX --disable-documentation --enable-logging=verbose --with-microhttpd=/opt/libmicrohttpd<br>
94$ make -j$(nproc || echo -n 1)<br> 94$ make -j$(nproc || echo -n 1)<br>
95$ sudo make install<br> 95$ sudo make install
96</p></code> 96</p></code>
97 97
98<!--<h4>{{ _("Install GNUnet plugin for name resolution") }}</h4> 98<!--<h4>{{ _("Install GNUnet plugin for name resolution") }}</h4>
@@ -328,7 +328,7 @@ $ gnunet-gns-proxy
328network.proxy.socks: localhost<br> 328network.proxy.socks: localhost<br>
329network.proxy.socks_port: 7777<br> 329network.proxy.socks_port: 7777<br>
330network.proxy.socks_remote_dns true<br> 330network.proxy.socks_remote_dns true<br>
331network.proxy.socks.type: 1<br> 331network.proxy.socks.type: 1
332</code></p> 332</code></p>
333 333
334<p>Now we should be able to resolve our GNS names in the browser! We just have to type "https://ccc.myself" into the address bar. If our friend Bob prepared his system, too, he can resolve our record by typing "ccc.alice.myself".</p> 334<p>Now we should be able to resolve our GNS names in the browser! We just have to type "https://ccc.myself" into the address bar. If our friend Bob prepared his system, too, he can resolve our record by typing "ccc.alice.myself".</p>
@@ -351,7 +351,7 @@ $ sudo userdel -r gnunet<br>
351$ sudo groupdel gnunet<br> 351$ sudo groupdel gnunet<br>
352$ sudo groupdel gnunetdns<br> 352$ sudo groupdel gnunetdns<br>
353$ sudo mv /etc/nsswitch.conf.original /etc/nsswitch.conf<br> 353$ sudo mv /etc/nsswitch.conf.original /etc/nsswitch.conf<br>
354$ sudo rm /lib/$(uname -m)-linux-gnu/libnss_gns.so.2<br> 354$ sudo rm /lib/$(uname -m)-linux-gnu/libnss_gns.so.2
355</p></code> 355</p></code>
356 356
357 357