1. Telnet into Exchange server hosting IMS service using TCP port 25.Command is telnet 25 2. Turn on local echo on your telnet client so that you can see what you are typing.On Win 9x and NT 3.5/4.0 Telnet client this done by selecting the “preferences” from the “terminal” pull down menu, and checking the local…
Category: Uncategorized
Forcing a USB Drive to use drive B: in Windows XP
I had the hardest time finding this one. Ordinarily to make a drive use a specific letter in Windows XP, you go into disk management and select the letter you want. But my new laptop started with drive E. B wasn’t an option! After a bit of searching, I finally figured it out. From a…
Cool new tool – SLICKRUN!
SlickRun SlickRun is a free floating command line utility for Windows. SlickRun gives you almost instant access to any program or website. SlickRun allows you to create command aliases (known as MagicWords), so C:\Program Files\Outlook Express\msimn.exe becomes MAIL. Enter a web URL into SlickRun and it will launch your browser and navigate to the specified address. Run multiple programs…
How to reset your IPod
Just becuase I keep needing to do this: To reset an iPod with a Click Wheel, including: iPod nano (3rd generation) iPod classic iPod (5th generation) iPod nano (2nd generation) iPod nano iPod with color display (iPod photo) iPod (Click Wheel) iPod mini iPod mini (2nd generation) Toggle the Hold switch on and off. (Slide…
Change Owner of an Object in SQL Server 2000/2005
This is mostly just a post for me so I never forget this, but to change the owner of an object in sql server, use sp_changeobjectowner, just pass it the name of the object (as a string) and the name of the new owner (as a string) sp_changeobjectowner ‘tablename’,’dbo’ You can view Eric Porter’s original post…
From Code Camp: Console 2 – The COOL command window!
Console is a Windows console window enhancement. Console features include: multiple tabs, text editor-like text selection, different background types, alpha and color-key transparency, configurable font, different window styles, and more. View it here on SourceForge: http://sourceforge.net/projects/console/
From Code Camp: Lutz Roeder’s .Net Reflector
Reflector is the class browser, explorer, analyzer and documentation viewer for .NET. Reflector allows to easily view, navigate, search, decompile and analyze .NET assemblies in C#, Visual Basic and IL. Download it here: http://www.aisto.com/roeder/dotnet/