DNS Servers

March 28th, 2006

OK - Back to the DNS issues for my zones. After jumping through hoops at the "Public DNS" (granitcanyon), I've spent over a week making nameserver changes to whois and mucking around with settings within Zoneedit. I've made some progress, but not nearly enough and I'm tired of dealing with it. Tonight, I tried to work with it more, but granitecanyon's help newsgroups were non-responsive (i.e. not available). I did a little more searching and wound up at twistedforlife. I had them completely set up and running as a (free) secondary nameserver for all 4 of my sites in less than 1/2 hour. I can't recommend them enough!!!! Here is a list of some others which I may try to add as additional secondaries in the near future:


Free DNS Hosting Services


freeDNS.afraid.org
Vcsweb

xname

Turn off XP unknown publisher warnings

March 24th, 2006

Yet another thing that drives me nuts about XP. I'm sick of having to tell the system over and over that I actually DO want to run the program that I just executed. This will prevent that dialog box from popping up every time you try to run a new file on the system.


Run gpedit.msc, and go to
Local Computer Policy
 ->User Configuration
  ->Administrative Templates
   ->Windows Components
    ->Attachment Manager
Enable "Default risk level for file attachments"
Enable "Inclusion list for low risk file types"
Add the file extensions that you want to open without being bothered.

.exe; .zip; .rar; .doc; .xls; .com; .bat; .lnk; .msi;

I'll update this list if I make additions to it.

udev working again

March 24th, 2006

Ack!!!! I finally figured out why udev wasn't working on the laptop. It turns out that the symlink I made from the /etc/udev/rules.d directory to the network.rules file was named 010_network_rules. That '_' before the 'rules' in the symlink needed to be a '.' so apparently the file was never read by udev. Such a simple solution to something which has consumed many hours, not to mention the elevated stress levels. Ah well, at least it's working again. Now I can get back to moving over to the new wireless router.

chroot with udev

March 22nd, 2006

Doing a chroot with udev is a little trickier than it was before udev. Here are the steps:

mount /dev/sda1 /mnt/linux/boot
mount -t none /dev /mnt/linux/dev -o bind
chroot /mnt/linux/boot
mount /proc
mount /sys

nameserver DDOS

March 22nd, 2006

Well, the last two evenings have been interesting. It's been difficult getting to the server from the internet due to ongoing DDOS attacks on the nameservers (ns2.zoneedit.com and ns3.zoneedit.com). I'm going to check into what is involved in adding a secondary nameserver.