Update README.md
This commit is contained in:
parent
759fc378fc
commit
6519b8408e
10
README.md
10
README.md
@ -2,12 +2,12 @@
|
|||||||
######Miscellaneous scripts for system admin
|
######Miscellaneous scripts for system admin
|
||||||
|
|
||||||
### cfddnsv6.sh
|
### 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:
|
||||||
```
|
```
|
||||||
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
|
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
|
||||||
```
|
```
|
||||||
#### Settings
|
###### Settings
|
||||||
Right now we run this from cron--- at reboot and every so often after. This example runs it at reboot and every half hour, adjust to taste. You also need to edit the top portion of the file to match your environment, and add the record to CloudFlare.
|
Right now we run this from cron--- at reboot and every so often after. This example runs it at reboot and every half hour, adjust to taste. You also need to edit the top portion of the file to match your environment, and add the record to CloudFlare.
|
||||||
```
|
```
|
||||||
@reboot /usr/local/bin/cfddnsv6.sh >/dev/null 2>&1
|
@reboot /usr/local/bin/cfddnsv6.sh >/dev/null 2>&1
|
||||||
@ -15,8 +15,8 @@ Right now we run this from cron--- at reboot and every so often after. This exam
|
|||||||
```
|
```
|
||||||
|
|
||||||
### 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.
|
||||||
#### Quick Install:
|
###### Quick Install:
|
||||||
```
|
```
|
||||||
sudo wget -O /usr/local/bin/cleanup.sh https://raw.githubusercontent.com/Point808/debuntu-toolkit/master/cleanup.sh; sudo chmod +x /usr/local/bin/cleanup.sh
|
sudo wget -O /usr/local/bin/cleanup.sh https://raw.githubusercontent.com/Point808/debuntu-toolkit/master/cleanup.sh; sudo chmod +x /usr/local/bin/cleanup.sh
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user