Category: IT Tip Articles
-
Ubuntu Server Register in DNS
To register an Ubuntu server with static networking details into DNS, create this script as “reg_dns.sh” in /root #!/bin/bash# Description: registers this server in the default DNS server HOST=`hostname -f`IP=`/sbin/ifconfig eth0 | sed -n ‘/inet addr:/s=[^:]*:\([^ ]*\).*=\1=;2p’` #echo “server 192.168.72.1” > /tmp/nsupdate.txtecho “key DHCP_UPDATER fKsyqnH7YTXmX1LPd8HKqw==” > /tmp/nsupdate.txt#echo “key DHCP_UPDATER fKsyqnH7YTXmX1LPd8HKqw==” >> /tmp/nsupdate.txtecho “update add $HOST…
-
Site Map
{loadposition sitemapload} By putting all of your content into nested categories you can give users and search engines access to everything using a menu.