Linux Setup: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
=Building r8168= | ==Building r8168== | ||
This is not necessary as you can use the command | This is not necessary as you can use the command | ||
apt-get install r8168-dkms | apt-get install r8168-dkms | ||
=Updating DNS= | ==Updating DNS== | ||
This script runs in crontab once every 15 minutes | This script runs in crontab once every 15 minutes | ||
Revision as of 03:24, 15 January 2018
Building r8168
This is not necessary as you can use the command
apt-get install r8168-dkms
Updating DNS
This script runs in crontab once every 15 minutes
#!/bin/bash lynx -source -auth=user_xxx:pass_xxxx 'http://dynamic.zoneedit.com/auth/dynamic.html?host=bibble.co.nz' lynx -source -auth=user_xxx:pass_xxxx 'http://dynamic.zoneedit.com/auth/dynamic.html?host=denise.bibble.co.nz' lynx -source -auth=user_xxx:pass_xxxx 'http://dynamic.zoneedit.com/auth/dynamic.html?host=www.bibble.co.nz' lynx -source -auth=user_xxx:pass_xxxx 'http://dynamic.zoneedit.com/auth/dynamic.html?host=sync.bibble.co.nz'