public
Description: System administration command logger
Homepage: http://effectif.com/2008/4/6/automate-your-sysadmin-with-adl
Clone URL: git://github.com/gma/adl.git
adl / README
100644 25 lines (15 sloc) 0.638 kb
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
README
======
 
adl is a tool for recording system administration commands in a fully
replayable manner. All syadmin actions are logged to the /root/LOG file.
 
See the announcement for background info and usage instructions:
 
  http://effectif.com/2008/4/06/automate-your-sysadmin-with-adl
 
Installation
============
 
Copy adl and then ask it to install itself:
 
  $ sudo sh ./adl -C Installing adl
  $ sudo sh ./adl -e /usr/local/bin/adl
 
The second command will open your editor. Load the contents of the adl script
into the empty file, save it, and quit your editor.
 
Finally, make adl executable:
 
  $ sudo chmod +x /usr/local/bin/adl