July 24, 2009
Been traveling all week and ready to head home. Not knowing my full schedule when I booked my travel plans I played it safe & booked my flight home for Saturday. Last night I checked to see how much it would cost to change my flight to one late this afternoon. $200 just for the change fee, plus any difference in the fares. I didn’t even bother to ask what that would be.
Ah well. One more night in Atlanta then it’s home sweet home.
Leave a Comment » |
travel |
Permalink
Posted by jimblizzard
June 22, 2009
If you do, Jesse Liberty has some excellent advice for you on his blog. It’s never too late to get started. And yes, it can be done on your own. (With some help from books, online info and people, and lots of resolve.)
From his entry:
And that is what I’d suggest you do; learn a lot less than there is to learn; narrow the field. Start by getting opinions from people who seem to love their jobs and who actually code for a living. Note that none of us will be right, but you may be able to eliminate some areas that are clearly wrong. Then pick a narrow field and learn that and nothing else for the first year.
Jesse points out a few areas on which to focus, then describes a method of attack.
Leave a Comment » |
Computers and Internet |
Permalink
Posted by jimblizzard
June 17, 2009
Ran into an issue this morning while I was trying to install the TFS Administration Tool downloaded from CodePlex. ““Please wait while the installer finishes determining your disk space requirements.”
I waited, then clicked the Retry button. Same thing. Repeat.
I thought it was an issue with the admin tool installer, but then I tried to install the ASP.NET MVC 1.0 release on the same VPC image. It gave me the same error message. (The VPC image contains Windows Server 2008. My host OS is Windows 7.)
I did a quick BING search for the error message. The second result led me to Hai’s blog (“You are making my point!”) entry http://www.hyperbina.com/tech/blog/?p=52
Here’s the example command line he uses:
D:\>msiexec.exe /package MyInstallationPackage.msi /qr
I like to see the dialog box messages, so I ran mine without the /qr switch, and both installations worked without a hitch.
Note: I also ran from an administrator command prompt.
Workaround found. Thanks Bing.
Leave a Comment » |
Computers and Internet | Tagged: vpc 2007 |
Permalink
Posted by jimblizzard
June 2, 2009
Ran across this helpful blog post by John Paul Cook as I was looking for a way to use my wireless network card with Hyper-V machines. http://sqlblog.com/blogs/john_paul_cook/archive/2008/03/23/using-wireless-with-hyper-v.aspx
After creating the network bridge as described in John’s post, add that bridge to the VM’s settings in Server Manager as shown below:
Once you do that, when you start your Hyper-V VM you’ll be able to connect to the internet using your wireless network.
Within my VM, as shown below,
- LAN Connection 5 is for the wireless network adapter.
- LAN Connection 4 is for the loopback adapter.
- LAN Connection 3 is for the wired network adapter (which is not plugged in).
And it works:

Leave a Comment » |
Computers and Internet | Tagged: hyper-v |
Permalink
Posted by jimblizzard