Login or Sign Up to become a member!
LessThanDot Sit Logo

LessThanDot

IT Professionals

Less Than Dot is a community of passionate IT professionals and enthusiasts dedicated to sharing technical knowledge, experience, and assistance. Inside you will find reference materials, interesting technical discussions, and expert tips and commentary. Once you register for an account you will have immediate access to the forums and all past articles and commentaries.

LTD Social Sitings

Lessthandot twitter Lessthandot Linkedin Lessthandot friendfeed Lessthandot facebook Lessthandot rss

Note: Watch for social icons on posts by your favorite authors to follow their postings on these and other social sites.

Your profile

Authors

Search

XML Feeds

Google Ads

Category: Software & Configuration Management

comments
Rate Post:
submit to reddit Digg!FacebookDotnetkicks

I was running into this error when running my Nunit-tests.

Executing : C:\Program Files\NUnit 2.5.2\bin\net-2.0\nunit-console.exe

With Command Line : TDB2009.View.Test.C.dll

NUnit version 2.5.2.9222

Copyright (C) 2002-2009 Charlie Poole.

Copyright (C) 2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov.

Copyright (C) 2000-2002 Philip Craig.

All Rights Reserved.

Runtime Environment -

OS Version: Microsoft Windows NT 5.1.2600 Service Pack 2

CLR Version: 2.0.50727.3...

Read More...
comments
Rate Post:
submit to reddit Digg!FacebookDotnetkicks

By now you probably have heard or seen the complains that there is no viable 64 bit VPN client that will work with a Cisco VPN. I myself either used a Virtual Machine (Virtual Box) or I have a dual boot system where I boot into the Fisher Price looking OS to VPN into work.

Yesterday my suffering ended. I downloaded the Shrew Soft VPN Client For Windows and it has been working great. It will even import Cisco pcf files so that you don't need to configure the VPN client if you already have the Cisco pcf files.

Download the Shrew Soft VPN client here:

Read More...
comments
Rate Post:
submit to reddit Digg!FacebookDotnetkicks

Win 7 Logo



This post is not a review, you can find detailed reviews all over the internet, this is just about the Windows 7 launch in New York City which I attended today. If you click on the pictures you can get larger sizes.

I am running Windows 7 on all my home machines since it became available from MSDN in August. I think that this is the best operatin...

Read More...
comments
Rate Post:
submit to reddit Digg!FacebookDotnetkicks

Today I noticed a post on How-to geek in my rss-feeder Modify New Tab Behaviour in Firefox with NewTabURL. Now that is something I have been looking for, for a long time now. I think the default blank thing is nothing, I want my homepage to show up when I open a new tab. And I think FF should have had this ages ago. But an extension works for me.

First of course you instal...

Read More...
comments
Rate Post:
submit to reddit Digg!FacebookDotnetkicks

Version Control?

A Version Control System (VCS) is an essential tool for a development team (or even individual developer) to manage their code. The more it can allow multiple developers to work together easily on the same code and manage the various states of that code, the better.

One of the most popular Version Control systems in the past was CVS, however in recent times this has been superseded by Subversion (SVN), which is a highly popular VCS that is well supported by a variety of client tools and is often embedded within software configuration management applicatio...

Read More...