-
Notifications
You must be signed in to change notification settings - Fork 8
/
README
63 lines (43 loc) · 2.22 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
lunar-tools -- a set of lunar-related tools
Lunar-tools contains some non-core system tools for various system
administration tasks. Here's a short overview:
clad -- cluster administation
clad is a tool to run a job serialized or parallellized on a group
of machines. clad relies on ssh host keys and is purely written
for remote root access. With clad, you can define groups of machines
dynamically and add or remove hosts with relative ease. Once
defined, all the hosts can perform any command with a single
command.
lids -- lunar intrusion detection system
lids is a simple tool that provides a feature that lunar is missing
by default - permission and owner checking. lids can also check
the md5sums of installed modules and generate permission lists
for later checking.
lmodules -- lunar modules aid
lmodules provides an easy ncurses interface to maintain the
list of needed system kernel modules. It modifies the required /etc
configuration files as needed and stores your changes.
lnet -- lunar networking configuration
lnet is the core tool for configuring your network devices. It's a
ncurses frontend that allows you to add, edit and delete network
devices, setup your gateway, special routing, hostname and DNS
settings.
lservices -- lunar startup services
lservices provides a simple but rudimentary interface in ncurses
that allows you to start, stop, enable and disable startup
services. lservices also stores your choices for lunar which will
remember your choices.
ltime -- lunar timezone management utility
ltime lets you change the timezone you selected during the
installation process. It makes use of the timezone date in
/usr/share/zoneinfo. You can also change the whether you
storing your time in GMT or localtime.
luser -- lunar user admin tool
luser is a ncurses user administration tool that adds easy methods
for modifying the passwd, shadow and group files. luser can perform
tasks such as locking users, delete them, modify groups and with
great ease.
installkernel -- kernel and module installation script
installkernel allows you to 'make install' from any 2.6 kernel tree.
Lunar will update your bootloader for you and install all kernel
modules and kernel image into the right place.