grml-scripts manpage: no longer mention deprecated align script
[grml-scripts.git] / manpages / grml-scripts.1
1 .\" Filename:      grml-scripts.1
2 .\" Purpose:       man page for grml-scripts
3 .\" Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
4 .\" Bug-Reports:   see http://grml.org/bugs/
5 .\" License:       This file is licensed under the GPL v2.
6 .\"###############################################################################
7
8 .\"###############################################################
9 .TH grml\-scripts 1 "grml-scripts"
10 .SH "NAME"
11 grml\-scripts \- script collection for the Grml distribution
12 .\"#######################################################
13 .SH "USER SCRIPTS"
14
15 .SS caps-ctrl
16 Switch keyboard settings of key known as "Caps-Lock" between
17 using Caps-Lock either as control- or shift-key. Notice:
18 running caps-ctrl on console requires root-permissions,
19 running it in X window system works as normal user.
20 .SS grepc
21 grep for pattern and cut it
22 .SS grml-bind
23 make a readonly-file writable (not necessary when using
24 unionfs)
25 .SS grml-config-user
26 Configuration interface for user tasks on the Grml system.
27 .SS grml-hwinfo
28 collect hardware information and write it to info.tar.bz2
29 .SS grml-info
30 start browser with documentation for Grml
31 .SS grml-lock
32 lock virtual consoles
33 .SS grml-resolution
34 change X resolution via a simple menu frontend
35 .SS grml-runtty
36 runs arbitrary programs on the specified tty
37 .SS grml-lang
38 switch keyboard layout
39 .SS iimage
40 create statical webgallery
41 .SS logview
42 Log viewer program. Pass it parameters of the logs to view, or it will automatically view some.
43 .SS mailhops
44 shows the route of an Internet mail message
45 .SS make_chroot_jail
46 create chroot environment for a user
47 .SS myip
48 return IP address of running system on stdout (requires network access)
49 .SS osd_server.py
50 Symlink to notifyd.py
51 .SS notifyd.py
52 Listen for incoming messages on a specific port and print them via specific handlers (per default via libnotify).
53 .SS soundtest
54 Legacy wrapper for speaker-test.
55
56 .SH "ADMIN SCRIPTS"
57
58 .SS blacklist
59 Blacklist module via module-init-tools (/etc/modprobe.d/grml).
60 .SS dpkg_not_running
61 Check whether Debian's package management (dpkg) is running.
62 Returns 0 if it is not running and 1 if it is already running.
63 .SS grml-config
64 Central configuration interface to configure the Grml system.
65 .SS grml-config-root
66 Configuration interface for admin tasks on the Grml system.
67 .SS grml-hostname
68 Simple frontend to configure hostname in the corresponding
69 files. When executed without a parameter a dialog based
70 frontend will be used, when given a parameter the provided
71 parameter will be used as hostname and script is executed in
72 non-interactive mode.
73 .SS noeject
74 Wrapper script to avoid ejecting and prompting for CD removal when
75 rebooting/halting system. Use it via 'noeject <cmd>', e.g. 'noeject reboot'
76 to reboot system without ejecting CD and without prompting.
77 .SS noprompt
78 Wrapper script to avoid prompting for CD removal when rebooting/halting
79 system. Use it via 'noprompt <cmd>', e.g. 'noprompt reboot' to reboot system
80 without prompting.
81 .SS unblacklist
82 Remove blacklisted module from /etc/modprobe.d/grml.
83
84 .SH "BUGS"
85 Probably. Please report any bugs you find and report
86 feedback and suggestions to the Grml team.
87 See http://grml.org/bugs/ for further information.
88 Thank you!
89
90 .SH "SEE ALSO"
91 grml-scripts-core(8)
92
93 .SH "COPYRIGHT"
94 This man page is copyright \(co 2004-2011 by the Grml team.
95 Included scripts are under various copyrights, please see
96 the sources.
97 .\"###### END OF FILE ##########################################################
98 .\" vim:tw=60