0811b68c35e15b682ef93e893c9f36af251390df
[grml.org.git] / docs / index.php
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>grml.org - documentation</title>
5 <meta name="Title" content="grml.org - Documentation" />
6 <meta name="Author" content="the grml team [www.grml.org/team/]" />
7 <meta name="Keywords" content="grml.org, grml" />
8 <meta name="Description" content="Documentation of grml.org" />
9 <meta name="Abstract" content="grml, just another linux-distribution" />
10 <meta name="fdse-index-as" content="http://www.grml.org/docs/" />
11 <meta name="Robots" content="index,follow" />
12 <meta name="Language" content="english" />
13 <meta name="identifier-url" content="http://www.grml.org/" />
14 <meta name="MSSmartTagsPreventParsing" content="true" />
15 <meta http-equiv="imagetoolbar" content="no" />
16 <link rel="home" href="/" title="grml.org" />
17 <link rel="help" href="/features/" title="About" />
18 <link rel="author" href="/team/" title="Team" />
19 <link rel="icon" href="/favicon.png" type="image/png" />
20 <link rel="stylesheet" href="/style.css" type="text/css" />
21 </head>
22
23 <body>
24 <?php include '../static.inc'; ?>
25
26       <div class="content">
27
28             <p><img style="float: right" src="/img/doc.png" alt="*" /></p>
29
30             <h1>Documentation</h1>
31
32             <h2>FAQ &amp; zsh</h2>
33
34             <p>Frequently asked questions and answers can be found in the section <a
35             href="/faq/">FAQ</a>. If you are looking for information on <a
36             href="http://zsh.sunsite.dk/">the zsh</a> take a look at the <a
37             href="/zsh/">zsh-webpage</a>.
38
39             <p>Many tips and tricks and some useful hints can be found in the <a
40             href="http://wiki.grml.org/">grml-wiki (wiki.grml.org)</a>! Share your
41             knowledge and contribute!</p>
42
43             <h2><a name="paper"></a>Paper</h2>
44
45             <p>A german paper (nowadays pretty outdated though) about grml is available online:</p>
46
47             <ul>
48               <li><a href="http://grml.org/docs/grml-paper.de.pdf">grml -
49               Linux fuer Systemadministratoren und Texttool-User (170kB, PDF)</a></li>
50             </ul>
51
52             <p>This document provides information about technologies used at grml and
53             some main stuff about grml itself.</p>
54
55             <h2>Guides</h2>
56
57             <h3>grml-live</h3>
58
59             <p><a href="/grml-live/">grml-live</a>: build framework based on FAI
60             for generating a grml and Debian based Linux Live system
61             (CD/ISO)</p>
62
63             <h3>grml2usb</h3>
64
65             <p><a href="/grml2usb/">grml2usb</a>: install grml ISO(s) on usb
66             device for booting</p>
67
68             <h3>grml-x</h3>
69
70             <p><a href="/grml-x/">grml-x</a>: create xorg.conf file (providing
71             hardware detection) and start X window system</p>
72
73             <h3>grml2hd</h3>
74
75             <p><a href="/grml2hd/">grml2hd</a>: install grml to harddisk</p>
76
77             <h3>grml-debootstrap</h3>
78
79             <p><a href="/grml-debootstrap/">grml-debootstrap</a>:
80             wrapper around debootstrap for installing plain Debian via
81             grml</p>
82
83             <h3>configuration handling on grml</h3>
84
85             <p><a href="/config/">config</a>: save and restore configuration files</p>
86
87             <h3>grml-terminalserver</h3>
88
89             <p><a href="/terminalserver/">grml-terminalserver</a>: boot grml via network</p>
90
91             <h3>Setup Xen within 20 minutes on Debian/grml</h3>
92
93             <p>How to <a href="/xen/">Setup Xen within 20 minutes on
94             Debian/grml</a></p>
95
96             <h3>emulator / qemu</h3>
97
98             <p><a href="/qemu/">qemu</a>: run grml with emulator QEMU</p>
99
100             <h3>git @ grml.org</h3>
101
102             <p>The grml-team uses <a href="http://git-scm.com/">git</a> for
103             managing software and packages. The repositories are avavilable
104             online at <a href="http://git.grml.org/">git.grml.org</a>.
105             Documentation regarding the setup and how to work with git can be
106             found at <a
107             href="/git/">grml's git webpage</a>.
108
109       </div>
110
111 <?php include '../static_bottom.inc'; ?>