Some simple wiki changes.

Thanks,

Joshua

>From 0579edf84a780d78ea6f4cdeafcd6ef67906ea54 Mon Sep 17 00:00:00 2001
From: Joshua Branson <jbra...@fastmail.com>
Date: Tue, 30 Oct 2018 12:55:08 -0400
Subject: [PATCH] Documentation page now shows how to download all of the irc
 logs. the lwip page now mentions Joan's blog. Apparently -redir option is
 deprecated.  -net user,hostfwd= is the one to use.

---
 documentation.mdwn                  | 7 +++++++
 hurd/running/debian/qemu_image.mdwn | 2 +-
 hurd/translator/lwip.mdwn           | 5 +++++
 3 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/documentation.mdwn b/documentation.mdwn
index 8776f5e8..4312b566 100644
--- a/documentation.mdwn
+++ b/documentation.mdwn
@@ -128,3 +128,10 @@ from userlandish interfaces (Hurd) or from the micro kernel itself (Mach).
 # General
 
   * [[Media_Appearances]]
+
+# IRC Logs
+
+The IRC logs contain wealth of information.  Many topics have been covered before in the IRC logs.  You can use wget to
+download all of the logs and grep for the information that you want.
+
+`wget --mirror --no-parent -A "hurd-*" -e robots=off http://richtlijn.be/~larstiq/hurd/`
diff --git a/hurd/running/debian/qemu_image.mdwn b/hurd/running/debian/qemu_image.mdwn
index 835f36e4..c25b76ab 100644
--- a/hurd/running/debian/qemu_image.mdwn
+++ b/hurd/running/debian/qemu_image.mdwn
@@ -20,7 +20,7 @@ Usage:
 * Unpack it.
     $ `tar -xz < debian-hurd.img.tar.gz`
 * Run it
-    $ `kvm -m 1G -drive cache=writeback,file=$(echo debian-hurd-*.img) -redir tcp:2222::22` 
+    $ `kvm -m 1G -drive cache=writeback,file=$(echo debian-hurd-*.img) -net user,hostfwd=tcp:127.0.0.1:2222-:22`
     # Optionally use --curses to keep your keyboard layout. If need be modprobe kvm_amd, kvm intel and kvm to get kvm support (which is much, much faster).
 * Login as root (the root password is empty)
 * set up a root password with passwd
diff --git a/hurd/translator/lwip.mdwn b/hurd/translator/lwip.mdwn
index 9d3465b7..2de214f2 100644
--- a/hurd/translator/lwip.mdwn
+++ b/hurd/translator/lwip.mdwn
@@ -17,3 +17,8 @@ To configure lwip for internet connectivity, use the
 The argument /server/socket/2 is the node that the translator is to be attached to. This is followed by the translator program to run and any arguments to give it.
 
 There, -i, -a, -g and -m are, quite obviously, the (Mach) device to use, the IP address, the gateway and netmask.
+
+
+More information can be found on Joan Lledo's blog:
+
+* <http://darnassus.sceen.net/~jlledom/en/>
-- 
2.19.1

Reply via email to