October 28th, 2009
There are so many sites on the internet now that offer sacred music suitable for the Mass that I have started losing track of them. This is my attempt to bring them all together on one page. I’ll try to keep this up to date as I find new sites.
Polyphony
Organ/Hymnody
Propers
Ordinaries
Psalmody
Tags: Catholic, Mass, Music
Posted in Catholic | No Comments »
June 7th, 2009
An explanation of the shadowAccount attributes in LDAP. These correspond to the fields in /etc/shadow
shadowLastChange – number of days since January 1, 1970 that the password was last changed.
shadowMin – number of days before the password can be changed (typically 0).
shadowMax – number of days before the password must be changed (typically 99999).
shadowWarning – number of days to warn user of an expiring password (typically 7).
shadowInactive – number of days after password expires that account is disabled.
shadowExpire – number of days since January 1, 1970 that the account was disabled.
shadowFlag – reserved.
Tags: LDAP
Posted in LDAP | No Comments »
March 30th, 2009
The documentation on setting up tftpd on Debian/Ubuntu is pretty sparse Here is how you do it:
sudo apt-get install tftpd && sudo mkdir /srv/tftp
# If you want to be able to upload to the TFTP server
sudo chown nobody /srv/tftp
Tags: Debian, Ubuntu
Posted in Linux | No Comments »
March 30th, 2009
First set the clock to the current time:
clock set 13:08:30 30 March 2008
Then tell IOS what the New Zealand offset is and when daylight savings comes in:
clock timezone NZST 12
clock summer-time NZDT recurring last Sun Sep 2:00 1 Sun Apr 3:00
The official Cisco documentation is here.
Tags: Cisco, IOS
Posted in Cisco | No Comments »
March 29th, 2009

Today I purchased a Cisco 2950 switch and needed a console cable (RJ45 to DB9) so that I could set the switch up. Rather than pay through the nose for a pre-made cable, I realised that I could make my own one from an old serial cable. You just need a spare RJ45 plug and a crimper.
Tags: Cisco, Hardware
Posted in Cisco, Hardware | No Comments »
March 23rd, 2009
InformIT have the Cisco Press CCENT ICND1 640-822 Network Simulator on sale for only $75 USD. As a special deal until the end of May, you will receive a free copy of the CCNA ICND2 640-816 Network Simulator when it is released in June. That’s a saving of $75 USD! Both of these combined will provide you with all the labs that you need to know for your CCNA exam. For a review, click here.
Tags: Cisco
Posted in Cisco | No Comments »
October 8th, 2008
Django 1.0 has been released. I haven’t had a chance to play around with it yet, but it is a vast improvement on 0.97. You can read the release notes here.
GeoDjango is a geographic framework for Django that is now included as part of the Django distribution. It looks fairly good and I’ll be using it on some upcoming projects. There are some presentations here if you want to get an idea of how it works.
Google Maps has its own SRID: 900913. 1337-speak for Google. If you want to use it with PostGIS, you’ll have to add the definition to the spatial_ref_sys table.
Tags: Django, GIS, Google Maps
Posted in Django, Mapping | No Comments »
July 10th, 2008
Ben has a great tutorial on setting up a Dynalink RTA1320 or RTA1335 in half bridge mode so that you can have a world routable IP on a separate router (ie, a Linksys WRT54G). I have pretty much the same setup as Ben – the only difference is that I have a Dynalink RTA1335.
I can highly recommend these Dynalink products. So far I haven’t had any problems and I’m surprised at the quality of the firmware – far better than products from much bigger companies (ie Linksys, D-Link, etc). I can also highly recommend the Tomato firmware for the Linksys WRT54G wireless router. I used to run DD-WRT and was reluctant to move to Tomato because DD-WRT was quite good. After having moved though, I’m wishing that I had done it earlier. Tomato does everything that I need and it does it well.
One particular feature that I can’t live without is the bandwidth graphs in Tomato. There is also a feature to save the data usage logs to an SMB share so that if you have to restart your router, historical usage data can still be shown. Another feature that I’m quite happy about is the ability to force clients to use only WPA2 + AES to connect to the router. I ultimately want my network to be as secure as possible and forcing clients to use WPA2 + AES is a good way of doing that.
Tags: ADSL, Dynalink, Linksys
Posted in Hardware, Tips | No Comments »
July 10th, 2008
Dan Kaminsky recently discovered a vulnerability in the DNS protocol that could lead to DNS cache poisoning attacks. When a DNS lookup is made, the DNS server returns a random query id between 1 and 65,000. What Dan found is that the query id’s that were being generated by a lot of the DNS servers were not all that random, allowing someone to potentially poison a DNS cache by anticipating the query id. You can read more about this issue here. The Ubuntu security report is here. I would strongly recommend that you upgrade your DNS servers ASAP if you haven’t already.
Tags: BIND, DNS, Vulnerability
Posted in Tips | No Comments »
May 6th, 2008
I’ve been keen for a while to make some custom controls for Flight Simulator X so that I can control things like lights, flaps, gear, engine, etc. After a few hours searching around for various solutions, I’ve found the Precision Joystick Controller BU0836. It’s a USB joystick controller than allows you to connect up to 10 potentiometers and 32 buttons/switches. It’s pretty much exactly what I’m looking for and looks fairly easy to work with. It comes in at about $60NZD which is cheap enough that I’ll seriously look at buying one soon (after I get a yoke and some pedals) and perhaps blog about my experiences using it.
Tags: Flight Simulator
Posted in Flight Simulator | No Comments »