224ac3b1fcef850bdff73f214a0f4715403bb9c4
[grml.org.git] / features / index.php
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 <?php 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 [use existing infrastructure]</li>
35               <li>usability by the visually impaired right out of the box</li>
36               <li>geeky community</li>
37             </ul>
38
39           <p><a href="/zsh/"><img style="border: 0" src="/img/zsh_lover.png" alt="*"
40           /></a> Grml - Linux for zsh lovers</p>
41
42           <p>Grml provides more than 2500 software packages. Excluding library
43           stuff, more than 1700 packages remain. We don't ship KDE and
44           OpenOffice, but more than 800 packages which for example Knoppix does
45           not provide.  You'll get <strong>sysadmin's favourite tools</strong>,
46           security- and network-related software, data recovery- and
47           forensic-tools, many editors, shells, and of course many
48           texttools. Choose between different flavours (grml, grml-medium and
49           grml-small) and a x86 and a amd64 version depending on your needs.</p>
50
51           <p>Grml provides several scripts and utils which <strong>make life
52             easier</strong>. The default interactive shell is <a
53             href="/zsh/">Zsh</a> and is configured with a very powerful setup,
54           including a nifty completion mechanism. grml-x is a wrapper for
55           configuring and using the X window system. <a
56             href="/grml2usb/">grml2usb</a> is a tool for installing grml ISO(s)
57           on a usb device for booting. grml-crypt is a program that provides an
58           easy wrapper arround cryptsetup, mkfs, losetup and mount. <a
59             href="/grml-live/">grml-live</a> is a build framework based on <a
60             href="http://fai-project.org/">FAI</a> (Fully
61           Automatic Installation) for generating a grml and Debian based Linux
62           Live system (CD/ISO). grml-tips provides useful tips and tricks for
63           daily life on the command line. grml-vpn is a program to establish
64           encrypted communication channels in a network, and so on...</p>
65
66           <p>Visit the <a href="/faq/">FAQ</a> for answers to some Frequently Asked
67           Questions.</p>
68
69           <p>You can browse the list of software (packages) provided by
70           grml - check out the <a href="/files/#debian">Debian section
71           at grml.org/files/</a>.</p>
72
73         </div>
74
75 <?php include '../static_bottom.inc'; ?>