Update README.md

This commit is contained in:
Josh North 2015-10-22 09:00:35 -04:00
parent 6519b8408e
commit 9bb301c762

View File

@ -1,7 +1,7 @@
# debuntu-toolkit # debuntu-toolkit
######Miscellaneous scripts for system admin ######Miscellaneous scripts for system admin
### cfddnsv6.sh ### 1. cfddnsv6.sh
Update CloudFlare IPv6 DNS records IP address from desired interface. Update CloudFlare IPv6 DNS records IP address from desired interface.
###### Quick Install: ###### Quick Install:
``` ```
@ -14,7 +14,7 @@ Right now we run this from cron--- at reboot and every so often after. This exam
*/30 * * * * /usr/local/bin/cfddnsv6.sh >/dev/null 2>&1 */30 * * * * /usr/local/bin/cfddnsv6.sh >/dev/null 2>&1
``` ```
### cleanup.sh ### 2. cleanup.sh
Quick and dirty script to clear disk space (log files, apt cache, etc etc) - useful if creating a machine template. Quick and dirty script to clear disk space (log files, apt cache, etc etc) - useful if creating a machine template.
###### Quick Install: ###### Quick Install:
``` ```