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 (
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/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








