summaryrefslogtreecommitdiff
path: root/Hurd/TranslatorExamples.mdwn
diff options
context:
space:
mode:
authorLucas Nussbaum <lnu@gnu.org>2004-02-28 21:48:00 +0000
committerLucas Nussbaum <lnu@gnu.org>2004-02-28 21:48:00 +0000
commit976d75bf8ce0d7c7af54b92d11fb75479b775ae3 (patch)
tree401a00b75bec333e9d310fa9888c3e5784a69e2f /Hurd/TranslatorExamples.mdwn
parent8ec0deaa2e0dcf3bfcbaa726763b942bad5ea61d (diff)
none
Diffstat (limited to 'Hurd/TranslatorExamples.mdwn')
-rw-r--r--Hurd/TranslatorExamples.mdwn65
1 files changed, 65 insertions, 0 deletions
diff --git a/Hurd/TranslatorExamples.mdwn b/Hurd/TranslatorExamples.mdwn
new file mode 100644
index 00000000..b429077a
--- /dev/null
+++ b/Hurd/TranslatorExamples.mdwn
@@ -0,0 +1,65 @@
+## <a name="Introduction"> Introduction </a>
+
+Translators are probably the most known feature of the Hurd, the first thing you should show when doing a demo.
+
+## <a name="run"> run </a>
+
+Couldn't manage to compile it, but allows you to do nice things with eg. fortune.
+
+## <a name="ftpfs"> ftpfs </a>
+
+hurd:~# settrans -c ftp /hurd/ftpfs 128.101.80.131:/
+
+hurd:~# cd ftp
+
+hurd:~/ftp# ls
+
+debian debian-archive lost+found
+
+hurd:~/ftp# cd debian
+
+hurd:~/ftp/debian# ls
+
+README README.mirrors.txt doc ls-lR.patch.gz
+
+README.CD-manufacture README.non-US indices pool
+
+README.html README.pgp ls-lR project
+
+README.mirrors.html dists ls-lR.gz tools
+
+hurd:~/ftp/debian# cp README ~
+
+hurd:~/ftp/debian#
+
+You have to specify the server address with its IP, or your computer will buy a farm or something.
+
+## <a name="ftpfs_and_hostmux"> ftpfs and hostmux </a>
+
+currently (28/02/2004) not working, but should be.
+
+hurd:~# settrans -c ftp /hurd/hostmux /hurd/ftpfs /
+
+hurd:~# cd ftp
+
+hurd:~/ftp# cd ftp.debian.org
+
+-bash: cd: ftp.debian.org: Computer bought the farm
+
+hurd:~/ftp# host ftp.debian.org
+
+ftp.debian.org A 128.101.80.131
+
+ftp.debian.org A 208.185.25.38
+
+hurd:~/ftp# cd 128.101.80.131
+
+-bash: cd: 128.101.80.131: Computer bought the farm
+
+## <a name="Articles_about_translators"> Articles about translators </a>
+
+[http://kilobug.free.fr/hurd/pres-en/html/node8.html]\[The GNU Hurd - Translators by Gael le Mignot]
+
+[http://www.gnu.org/software/hurd/whatis/translator.html]\[Translators by Marcus Brinkmann]
+
+-- [[Main/LucasNussbaum]] - 28 Feb 2004