From 78f05d0a0921fa033c5476ad4b7868ef748454c1 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Tue, 13 Nov 2007 17:48:30 +0100 Subject: Use proper ikiwiki syntax. --- settransexamples.mdwn | 85 ++++++++++++++++++++++++++++----------------------- 1 file changed, 47 insertions(+), 38 deletions(-) diff --git a/settransexamples.mdwn b/settransexamples.mdwn index 20133924..dc4f9a81 100644 --- a/settransexamples.mdwn +++ b/settransexamples.mdwn @@ -9,74 +9,83 @@ is included in the section entitled ## Setting up translators - HowTo Translators can be got from hurd-extras -
-cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/hurdextras co  
-
+ + cvs -z3 -d:pserver:anonymous@cvs.savannah.nongnu.org:/sources/hurdextras co * httpfs translator -
-     $ settrans -a tmp/ /hurd/httpfs www.hurd-project.com/        (or)
-     $ settrans -a tmp/ /hurd/httpfs www.hurd-project.com/ --proxy= --port=
-     $ cd tmp/
-     $ ls -l      
-
+ + + + $ settrans -a tmp/ /hurd/httpfs www.hurd-project.com/ + +or + + $ settrans -a tmp/ /hurd/httpfs www.hurd-project.com/ --proxy= --port= + $ cd tmp/ + $ ls -l * ftpfs translator -
    
-     $ settrans -cgap ftp /hurd/hostmux /hurd/ftpfs /
-     $ cd ftp
-     ftp$ ls
-     ftp$ cd ftp.fr.debian.org
-     ftp/ftp.fr.debian.org $ ls
-
+ + + + $ settrans -cgap ftp /hurd/hostmux /hurd/ftpfs / + $ cd ftp + ftp$ ls + ftp$ cd ftp.fr.debian.org + ftp/ftp.fr.debian.org $ ls * tarfs translator -
-    You can use tarfs to mount (almost) any tar file:
+
+You can use tarfs to mount (almost) any tar file:
+
     $ settrans -ca a /hurd/tarfs -z myfile.tar.gz
     $ settrans -ca b /hurd/tarfs -y myfile.tar.bz2
     $ settrans -ca c /hurd/tarfs myfile.tar
-            You can even use it to create new tar files:
+
+You can even use it to create new tar files:
+
     $ settrans -ca new /hurd/tarfs -cz newfile.tar.gz
     $ cp -r all my files  new/
     $ syncfs new
-           This is not as fast as "tar czvf newfile.tar.gz all my files" but at least, it's more original. ;)
-
+ +This is not as fast as `tar czvf newfile.tar.gz all my files` but at least, it's more original. ;) * cvsfs translator -
+
+
+
     $ settrans -ac cvsfs_testing /hurd/cvsfs cvs.savannah.nongnu.org /sources/hurdextras
     $ cd cvsfs_testing
-
* pfinet translator -- configuring your network interface -
+
+
+
     $ settrans -fgca /servers/socket/2 /hurd/pfinet -i  -a  -m  -g 
-
* Console translator -- setting up virtual consoles -
+
+
+
     $ console -d vga -d pc_mouse -d pc_kbd -d generic_speaker /dev/vcs
-
* iso9660fs translator -- 'mounting' your cdrom -
+
+
+
     $ settrans -ac /cdrom /hurd/iso9660fs /dev/      
-
* ext2fs translator -- 'mounting' an ext2fs partition -
+
+
+
     $ settrans -ac /linux /hurd/ext2fs /dev/   
-
* unionfs translator -
-    To join "foo/" "bar/" and "baz/" in the directory "quux/", just do:
 
-    $ settrans -capfg quux/ /hurd/unionfs foo/ bar/ baz/
+To join "foo/" "bar/" and "baz/" in the directory "quux/", just do:
 
-    If you want to join even quux/ contents in the union itself, add -u as a translator argument.
-    You can add filesystems at run-time with the fsysopts command.
-
+ $ settrans -capfg quux/ /hurd/unionfs foo/ bar/ baz/ ---IsaacPraveen - 14 May 2006 \ No newline at end of file +If you want to join even quux/ contents in the union itself, add -u as a translator argument. +You can add filesystems at run-time with the fsysopts command. -- cgit v1.2.3