features: mention further tools
[grml.org.git] / features / index.html.tt2
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>grml.org - Features</title>
5 <meta name="Title" content="grml.org - Homepage" />
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="Features grml.org" />
9 <meta name="Abstract" content="grml, just another linux-distribution" />
10 <meta name="fdse-index-as" content="http://www.grml.org/features/" />
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="Features" />
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 [% INCLUDE static.inc %]
25
26       <div class="content">
27
28           <p><a href="http://www.catb.org/hacker-emblem/"><img style="float: right; border: 0" src="/img/glider.png" alt="*" /></a></p>
29
30           <h1>Features and main goals of Grml</h1>
31
32           <ul>
33               <li>distribution for sysadmins and users of text tools</li>
34               <li>Debian based distribution (reusing existing infrastructure)</li>
35             </ul>
36
37           <p><a href="/zsh/"><img style="border: 0"
38           src="/img/zsh_lover.png" alt="*" /></a> Grml - Linux for zsh
39           lovers</p>
40
41           <p>
42           Grml provides an excellent selection of software packages for installation, deployment and system rescue.
43           You'll get <strong>sysadmin's favourite tools</strong>.
44           Choose between a x86 and an amd64 version depending on your needs or just grab the multiboot ISO grml96, providing 64bit and 32bit ISOs in one single place.
45           </p>
46
47           <p>
48           Grml provides several scripts and utils which <strong>make life easier</strong>.
49
50           The default interactive shell is <strong><a href="/zsh/">Zsh</a></strong> and is configured with a very powerful setup (known as <strong>grml-zshrc</strong>), including a nifty completion mechanism.
51
52           <strong>grml-x</strong> is a wrapper for configuring and using the X window system.
53
54           <strong><a href="/grml2usb/">grml2usb</a></strong> is a tool for installing Grml ISO(s) on a USB device for booting.
55
56           <strong>grml-crypt</strong> is a program that provides an easy wrapper around cryptsetup, mkfs, losetup and mount.
57
58           <strong>grml-terminalserver</strong> provides all what's needed to boot Grml over the network (PXE).
59
60           <strong>grml-hwinfo</strong> collects information of the hardware the tool is being executed on.
61
62           <strong><a href="/grml-live/">grml-live</a></strong> is a build framework based on <a href="https://fai-project.org/">FAI</a> (Fully Automatic Installation) for generating a Grml and Debian based Linux Live system (CD/ISO).
63
64           <strong><a href="/grml-debootstrap/">grml-debootstrap</a></strong> is a wrapper around debootstrap for installing plain Debian.
65
66           <strong>grml-tips</strong> provides useful tips and tricks for daily life on the command line. </p>
67
68           <p>Visit the <a href="/faq/">FAQ</a> for answers to some Frequently Asked Questions.</p>
69
70           <p>You can browse the list of software (packages) provided by Grml - check out the <a href="/files/#debian">Debian section</a>.</p>
71
72         </div>
73
74 [% INCLUDE static_bottom.inc %]