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
Graham Ashton (author)
Wed Apr 09 00:52:12 -0700 2008
commit  fdc6a80cdf016fe983e2dd8ffdd760b5cc591f85
tree    8365c5f650fd649571b32cde87d75eab8f01a81a
parent  a2bdb71d5e7ada68d56bac49463ee59fbe081059
adl /
name age message
file README Loading commit data...
file adl
README
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

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