Merge remote-tracking branch 'origin/github/pr/45'
[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="Robots" content="index,follow" />
11 <meta name="Language" content="english" />
12 <meta name="identifier-url" content="https://grml.org/" />
13 <meta name="MSSmartTagsPreventParsing" content="true" />
14 <meta http-equiv="imagetoolbar" content="no" />
15 <link rel="home" href="/" title="grml.org" />
16 <link rel="help" href="/features/" title="Features" />
17 <link rel="author" href="/team/" title="Team" />
18 <link rel="icon" href="/favicon.png" type="image/png" />
19 <link rel="stylesheet" href="/style.css" type="text/css" />
20 </head>
21
22 <body>
23 [% INCLUDE static.inc %]
24
25       <div class="content">
26
27           <p><a href="http://www.catb.org/hacker-emblem/"><img style="float: right; border: 0" src="/img/glider.png" alt="*" /></a></p>
28
29           <h1>Features and main goals of Grml</h1>
30
31           <ul>
32               <li>distribution for sysadmins and users of text tools</li>
33               <li>Debian based distribution (reusing existing infrastructure)</li>
34             </ul>
35
36           <p><a href="/zsh/"><img style="border: 0"
37           src="/img/zsh_lover.png" alt="*" /></a> Grml - Linux for zsh
38           lovers</p>
39
40           <p>
41           Grml provides an excellent selection of software packages for installation, deployment and system rescue.
42           You'll get <strong>sysadmin's favourite tools</strong>.
43           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.
44           </p>
45
46           <p>
47           Grml provides several scripts and utils which <strong>make life easier</strong>.
48
49           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.
50
51           <strong>grml-x</strong> is a wrapper for configuring and using the X window system.
52
53           <strong><a href="/grml2usb/">grml2usb</a></strong> is a tool for installing Grml ISO(s) on a USB device for booting.
54
55           <strong>grml-crypt</strong> is a program that provides an easy wrapper around cryptsetup, mkfs, losetup and mount.
56
57           <strong>grml-terminalserver</strong> provides all what's needed to boot Grml over the network (PXE).
58
59           <strong>grml-hwinfo</strong> collects information of the hardware the tool is being executed on.
60
61           <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).
62
63           <strong><a href="/grml-debootstrap/">grml-debootstrap</a></strong> is a wrapper around debootstrap for installing plain Debian.
64
65           <strong>grml-tips</strong> provides useful tips and tricks for daily life on the command line. </p>
66
67           <p>Visit the <a href="/faq/">FAQ</a> for answers to some Frequently Asked Questions.</p>
68
69           <p>You can browse the list of software (packages) provided by Grml - check out the <a href="/files/#debian">Debian section</a>.</p>
70
71         </div>
72
73 [% INCLUDE static_bottom.inc %]