Update README.md

This commit is contained in:
Josh North 2015-10-22 08:53:12 -04:00
parent 1423887d6a
commit 98c9266516

View File

@ -8,6 +8,10 @@ Right now we run this from cron--- at reboot and every so often after. This exam
@reboot /usr/local/bin/cfddnsv6.sh >/dev/null 2>&1 @reboot /usr/local/bin/cfddnsv6.sh >/dev/null 2>&1
*/30 * * * * /usr/local/bin/cfddnsv6.sh >/dev/null 2>&1 */30 * * * * /usr/local/bin/cfddnsv6.sh >/dev/null 2>&1
``` ```
QUICK INSTALL:
```
sudo wget -O /usr/local/bin/cfddnsv6.sh https://raw.githubusercontent.com/Point808/debuntu-toolkit/master/cfddnsv6.sh; sudo chmod +x /usr/local/bin/cfddnsv6.sh
```
### cleanup.sh ### 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.