09-F9-11-02-9D-74-E3-5B-D8-41-56-C5-63-56-88-C0

The xmaster's page
My solutions to C Primer Plus 4th Edition by Stephen Prata ISBN 0-672-32222-6

The Feeling of Power
The Last Question
By the Waters of Babylon

The first 2 stories from here
The last one from here

I have a subversion repository containing scripts and other misc programs.
You can access it here.


I'm going to put up fixes here that I can never remember and keep having to find.

perl regex to capitalize the first letter of every word in the string: 's/\b\w/\u\L$&/g'

mount a cd image..
mount -o loop -t iso9660 filename.iso /mnt/iso
mount a samba share
smbmount //server/share /localdir -o username=usr,password=pass,uid=500,gid=500

auto eth0
iface eth0 inet static
address 192.168.0.100
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1


If for some reason you want to contact me, send mail to
tim at ciscoslackers dot com