gma / adl

System administration command logger

This URL has Read+Write access

adl / README
a2bdb71d » Graham Ashton 2008-04-06 Imported. 1 README
2 ======
3
4 adl is a tool for recording system administration commands in a fully
5 replayable manner. All syadmin actions are logged to the /root/LOG file.
6
7 See the announcement for background info and usage instructions:
8
9 http://effectif.com/2008/4/06/automate-your-sysadmin-with-adl
10
11 Installation
12 ============
13
14 Copy adl and then ask it to install itself:
15
16 $ sudo sh ./adl -C Installing adl
670fefe3 » gma 2009-01-04 Fix install instructions. 17 $ sudo sh ./adl -e /usr/local/bin/adl
a2bdb71d » Graham Ashton 2008-04-06 Imported. 18
19 The second command will open your editor. Load the contents of the adl script
20 into the empty file, save it, and quit your editor.
21
22 Finally, make adl executable:
23
24 $ sudo chmod +x /usr/local/bin/adl