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