diff options
author | Joey Hess <joeyh@debian.org> | 2005-10-07 19:51:38 +0000 |
---|---|---|
committer | Joey Hess <joeyh@debian.org> | 2005-10-07 19:51:38 +0000 |
commit | 1ea73eea5ecc6a8ed901316049259aee737ee554 (patch) | |
tree | 03a077f0b1b1548f3c806bd1c5795964fba0fb52 /nl/post-install/new-to-unix.xml | |
download | installation-guide-1ea73eea5ecc6a8ed901316049259aee737ee554.zip |
move manual to top-level directory, split out of debian-installer package
Diffstat (limited to 'nl/post-install/new-to-unix.xml')
-rw-r--r-- | nl/post-install/new-to-unix.xml | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/nl/post-install/new-to-unix.xml b/nl/post-install/new-to-unix.xml new file mode 100644 index 000000000..c918d4d2a --- /dev/null +++ b/nl/post-install/new-to-unix.xml @@ -0,0 +1,29 @@ +<!-- retain these comments for translator revision tracking --> +<!-- original version: 28672 untranslated --> + + + <sect1 id="unix-intro"> + <title>If You Are New to Unix</title> +<para> + +If you are new to Unix, you probably should go out and buy some books +and do some reading. A lot of valuable information can also be found +in the <ulink url="&url-debian-reference;">Debian Reference</ulink>. +This <ulink url="&url-unix-faq;">list of Unix FAQs</ulink> contains a +number of UseNet documents which provide a nice historical reference. + +</para><para> + +Linux is an implementation of Unix. The +<ulink url="&url-ldp;">Linux Documentation Project (LDP)</ulink> +collects a number of HOWTOs and online books +relating to Linux. Most of these documents can be installed locally; +just install the <classname>doc-linux-html</classname> package (HTML +versions) or the <classname>doc-linux-text</classname> package (ASCII +versions), then look in <filename>/usr/share/doc/HOWTO</filename>. +International versions of the LDP HOWTOs are also available as Debian +packages. + +</para> + + </sect1> |