This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Graham Ashton (author)
Wed Apr 09 00:52:12 -0700 2008
commit fdc6a80cdf016fe983e2dd8ffdd760b5cc591f85
tree 8365c5f650fd649571b32cde87d75eab8f01a81a
parent a2bdb71d5e7ada68d56bac49463ee59fbe081059
tree 8365c5f650fd649571b32cde87d75eab8f01a81a
parent a2bdb71d5e7ada68d56bac49463ee59fbe081059
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








