Drop reread_partition_table binary
[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 Symlink for grml-config-root to manage admin configuration
63 tasks over its interface.
64 .SS grml-config-root
65 Configuration interface for admin tasks on the Grml system.
66 .SS grml-hostname
67 Simple frontend to configure hostname in the corresponding
68 files. When executed without a parameter a dialog based
69 frontend will be used, when given a parameter the provided
70 parameter will be used as hostname and script is executed in
71 non-interactive mode.
72 .SS noeject
73 Wrapper script to avoid ejecting and prompting for CD removal when
74 rebooting/halting system. Use it via 'noeject <cmd>', e.g. 'noeject reboot'
75 to reboot system without ejecting CD and without prompting.
76 .SS noprompt
77 Wrapper script to avoid prompting for CD removal when rebooting/halting
78 system. Use it via 'noprompt <cmd>', e.g. 'noprompt reboot' to reboot system
79 without prompting.
80 .SS unblacklist
81 Remove blacklisted module from /etc/modprobe.d/grml.
82
83 .SH "BUGS"
84 Probably. Please report any bugs you find and report
85 feedback and suggestions to the Grml team.
86 See http://grml.org/bugs/ for further information.
87 Thank you!
88
89 .SH "SEE ALSO"
90 grml-scripts-core(8)
91
92 .SH "COPYRIGHT"
93 This man page is copyright \(co 2004-2011 by the Grml team.
94 Included scripts are under various copyrights, please see
95 the sources.
96 .\"###### END OF FILE ##########################################################
97 .\" vim:tw=60