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