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