844d6a0011e5c90306b53295659f8412062f2976
[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-hwinfo
26 collect hardware information and write it to info.tar.bz2
27 .SS grml-info
28 start browser with documentation for Grml
29 .SS grml-lock
30 lock virtual consoles
31 .SS grml-resolution
32 change X resolution via a simple menu frontend
33 .SS grml-runtty
34 runs arbitrary programs on the specified tty
35 .SS grml-lang
36 switch keyboard layout
37 .SS iimage
38 create statical webgallery
39 .SS logview
40 Log viewer program. Pass it parameters of the logs to view, or it will automatically view some.
41 .SS mailhops
42 shows the route of an Internet mail message
43 .SS make_chroot_jail
44 create chroot environment for a user
45 .SS myip
46 return IP address of running system on stdout (requires network access)
47 .SS osd_server.py
48 Symlink to notifyd.py
49 .SS notifyd.py
50 Listen for incoming messages on a specific port and print them via specific handlers (per default via libnotify).
51 .SS soundtest
52 Legacy wrapper for speaker-test.
53
54 .SH "ADMIN SCRIPTS"
55
56 .SS blacklist
57 Blacklist module via module-init-tools (/etc/modprobe.d/grml).
58 .SS dpkg_not_running
59 Check whether Debian's package management (dpkg) is running.
60 Returns 0 if it is not running and 1 if it is already running.
61 .SS grml-config
62 Central configuration interface to configure the Grml system.
63 .SS grml-config-root
64 Configuration interface for admin tasks on the Grml system.
65 .SS grml-hostname
66 Simple frontend to configure hostname in the corresponding
67 files. When executed without a parameter a dialog based
68 frontend will be used, when given a parameter the provided
69 parameter will be used as hostname and script is executed in
70 non-interactive mode.
71 .SS noeject
72 Wrapper script to avoid ejecting and prompting for CD removal when
73 rebooting/halting system. Use it via 'noeject <cmd>', e.g. 'noeject reboot'
74 to reboot system without ejecting CD and without prompting.
75 .SS noprompt
76 Wrapper script to avoid prompting for CD removal when rebooting/halting
77 system. Use it via 'noprompt <cmd>', e.g. 'noprompt reboot' to reboot system
78 without prompting.
79 .SS unblacklist
80 Remove blacklisted module from /etc/modprobe.d/grml.
81
82 .SH "BUGS"
83 Probably. Please report any bugs you find and report
84 feedback and suggestions to the Grml team.
85 See http://grml.org/bugs/ for further information.
86 Thank you!
87
88 .SH "SEE ALSO"
89 grml-scripts-core(8)
90
91 .SH "COPYRIGHT"
92 This man page is copyright \(co 2004-2011 by the Grml team.
93 Included scripts are under various copyrights, please see
94 the sources.
95 .\"###### END OF FILE ##########################################################
96 .\" vim:tw=60