Web Site Publishing Submit Scripts

Submit The “submit” script is used to “submit” my pages to the various web sites I maintain. The “submit” script performs various checks on the page and then sends them on their way. Here’s the “submit” script: #!/bin/sh #Use this script to submit documents from the "prepsite" to the # "livesite". Other scripts will be … Read more

Setting the Linux Host Name

Checking your Linux host name First, see if your host name is set correclty using the following commands: uname -n hostname -a hostname -s hostname -d hostname -f hostname If the above commands return correctly with no errors then all may be well; however, you may want to read on to verify that all settings … Read more

Here we will walk through setting up a new server and explain what is going on along the way

The goals of this document will be to set up date and time, hostname, dhcp server, dns server (with DDNS), and mail server. Date and time is very important to set up: date.html Hostname is equally important to set up properly: hostname.html DHCP server instructions are here: dhcpd.html DNS (named / bind) instructions are here: … Read more