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