Merge remote-tracking branch 'origin/github/pr/45'
[grml.org.git] / docs / grml-doc-2.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2 <HTML>
3 <HEAD>
4  <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.21">
5  <TITLE>grml - Linux for system administrators and texttool users: grml tasks</TITLE>
6  <LINK HREF="grml-doc-3.html" REL=next>
7  <LINK HREF="grml-doc-1.html" REL=previous>
8  <LINK HREF="grml-doc.html#toc2" REL=contents>
9 </HEAD>
10 <BODY>
11 <A HREF="grml-doc-3.html">Next</A>
12 <A HREF="grml-doc-1.html">Previous</A>
13 <A HREF="grml-doc.html#toc2">Contents</A>
14 <HR>
15 <H2><A NAME="s2">2.</A> <A HREF="grml-doc.html#toc2">grml tasks</A></H2>
16
17 <H2><A NAME="ss2.1">2.1</A> <A HREF="grml-doc.html#toc2.1">grml and the X window system</A>
18 </H2>
19
20 <P>Use grml-x name_of_windowmanager to start X with your prefered
21 windowmanager. For example:</P>
22 <P>
23 <BLOCKQUOTE><CODE>
24 <HR>
25 <PRE>
26 grml-x wmi
27 </PRE>
28 <HR>
29 </CODE></BLOCKQUOTE>
30 </P>
31 <P>will start up the Xserver using the windowmanager WMI.  Other
32 windowmanagers provided by the grml-system can be listed via pressing the
33 tab-key after entering 'grml-x' in the commandline (using the
34 zsh-completition).</P>
35 <P>
36 <BLOCKQUOTE><CODE>
37 <HR>
38 <PRE>
39 grml-x fluxbox -- :8
40 </PRE>
41 <HR>
42 </CODE></BLOCKQUOTE>
43 </P>
44 <P>will start another Xserver using the windowmanager fluxbox on tty8.</P>
45
46 <H2><A NAME="ss2.2">2.2</A> <A HREF="grml-doc.html#toc2.2">grml-utilities</A>
47 </H2>
48
49 <H2><A NAME="ss2.3">2.3</A> <A HREF="grml-doc.html#toc2.3">set up a swap file</A>
50 </H2>
51
52 <P>You might want to add a swapfile because you need more space in the
53 ramdisk.</P>
54 <P>
55 <BLOCKQUOTE><CODE>
56 <HR>
57 <PRE>
58 mount /mnt/hda1 # the partition you want to use as a swap file, adjust it!
59 dd if=/dev/zero of=/mnt/hda1/swapfile bs=1024 count=524288 # for a 512MiB swap file
60 mkswap /mnt/hda1/swapfile
61 swapon -a
62 </PRE>
63 <HR>
64 </CODE></BLOCKQUOTE>
65 </P>
66
67 <HR>
68 <A HREF="grml-doc-3.html">Next</A>
69 <A HREF="grml-doc-1.html">Previous</A>
70 <A HREF="grml-doc.html#toc2">Contents</A>
71 </BODY>
72 </HTML>