Remove grml-start (which was a tiny grml-info)
[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 .SS XF86AudioLowerVolume
65 Lower audio volume.
66 .SS XF86AudioMute
67 Mute and - if run again - restore audio settings.
68 .SS XF86AudioRaiseVolume
69 Raise audio volume.
70
71 .SH "ADMIN SCRIPTS"
72
73 .SS blacklist
74 Blacklist module via module-init-tools (/etc/modprobe.d/grml).
75 .SS dpkg_not_running
76 Check whether Debian's package management (dpkg) is running.
77 Returns 0 if it is not running and 1 if it is already running.
78 .SS grml-config
79 Central configuration interface to configure the Grml system.
80 .SS grml-config-root
81 Configuration interface for admin tasks on the Grml system.
82 .SS grml-hostname
83 Simple frontend to configure hostname in the corresponding
84 files. When executed without a parameter a dialog based
85 frontend will be used, when given a parameter the provided
86 parameter will be used as hostname and script is executed in
87 non-interactive mode.
88 .SS noeject
89 Wrapper script to avoid ejecting and prompting for CD removal when
90 rebooting/halting system. Use it via 'noeject <cmd>', e.g. 'noeject reboot'
91 to reboot system without ejecting CD and without prompting.
92 .SS noprompt
93 Wrapper script to avoid prompting for CD removal when rebooting/halting
94 system. Use it via 'noprompt <cmd>', e.g. 'noprompt reboot' to reboot system
95 without prompting.
96 .SS unblacklist
97 Remove blacklisted module from /etc/modprobe.d/grml.
98
99 .SH "BUGS"
100 Probably. Please report any bugs you find and report
101 feedback and suggestions to the Grml team.
102 See http://grml.org/bugs/ for further information.
103 Thank you!
104
105 .SH "SEE ALSO"
106 grml-scripts-core(8)
107
108 .SH "COPYRIGHT"
109 This man page is copyright \(co 2004-2011 by the Grml team.
110 Included scripts are under various copyrights, please see
111 the sources.
112 .\"###### END OF FILE ##########################################################
113 .\" vim:tw=60