Using Django with SQL Server and IIS
Published on Nov. 8, 2008
As you can tell from reading some of the other pages, I like Linux and open source. But I also like to answer the question "what if..." This post is my [brief] run down of answering "what if I could run Django on Server 2003 with SQL Server and IIS." ...
Read more.
PyGTK + py2exe for Windows
Published on Nov. 2, 2008
I'm writing down these quick notes so I can remember the steps for getting py2exe to work with GTK. Download the GTK+ runtime Download py2exe Copy over your project into the windows box Create a setup.py file (see below) Run "c:\Python25\python.exe setup.py py2exe" Copy over the lib, etc, and ...
Read more.
Setting up Windows 2003 as an NTP Client
Published on April 29, 2008
I have had to search for the commands to setup a Windows 2003 box as an ntp client a few times now, so have decided to finally write them down here for my own good measure. Funny thing is, I'm pretty sure there are three ways to setup a 2003 ...
Read more.