Blog posts for year 2008

News and other things I find interesting


RSS Feed


Aug
9
2008

How to change the port for RDP?

Last modified: Friday, April 22, 2011

  1. Modify this registry entry: HKEY_LOCAL_MACHINESystemCurrentControlSetControlTerminalServerWinStationsRDP-TcpPortNumber Enter a new value for the port you would like.

  2. Turn off the option in my computer properties to enable remote access.

  3. Turn on the option in my computer properties to enable remote access.

  4. Verify via command prompt that RDP is working with the current information: telnet localhost If a blank prompt comes up RDP is listening on the new port.

  5. Configure your firewall/NAT to allow outside connections to this port.

Tags:

Add a new comment





Aug
2
2008

Big news

Last modified: Friday, April 22, 2011

Shannon and Brian are having twins, 10 weeks pregnant :)

Tags:

Add a new comment





Apr
13
2008

Easy taxes for Ontario Canada

Last modified: Friday, April 22, 2011

I used this program to do my taxes (and my wife's). Once done using the program, it will give you a .tax file which you can use to file your taxes online. You simply upload the .tax file to the government's online site here.

Tags:

Add a new comment





Apr
5
2008

Solution Environment Variables for Visual Studio

Last modified: Friday, April 22, 2011

I found a VS plug-in that allows you to define solution level build environment variables. This is something I've been wishing Visual Studio had built in for several years now. One of the reasons that it's so important is that you can easily define include directories for all of your projects while keeping them in sync. This is important when administering multiple build configurations.

Typically a simple project only has 2 configs (Debug, and Release) so the problem is not that apparent. But a production level product has at least (Release + Debug) * (x64 + x86 + ia64) = 6 configurations that you have to try and keep in sync. You can download the Solution Build Environment plug-in here.

Also it is important to patch Visual Studio because they have a bug in VS2005 SP1 where plug-ins don't work if you run via command line. You can download this fix here

Tags:

Add a new comment





Mar
30
2008

Why is math important?

Last modified: Friday, April 22, 2011

A quote from Bjarne Stroustrup, creator of the C++ programming language:

I think of math as a splendid way to learn to think straight. Exactly what math to learn and exactly where what kinds of math can be applied is secondary to me.

I've always said that math teaches you above all how to think.

Tags:

Add a new comment





Next page