Search
Free Signup | Login
Search Blogs
Relevant Links
Windows
Author: revindex Created: 7/14/2007 9:14 AM
IT Talk about Microsoft Windows Operating System and security related topics.

How to Copy or Migrate MailEnable Configuration and Data from One Server to Another
By revindex on 9/27/2008 3:51 PM
This article outlines how to copy or migrate a Mail Enable installation from one machine to another. The article assumes that the target server has been installed with an appropriate copy of the MailEnable software. (Windows, SMTP, Email)
Comments (0) More...

Running Subversion as Windows Service
By revindex on 7/15/2007 4:28 PM
Subversion needs the svnserve.exe executable running at all times to be able to perform source control operations. It's impractical on a Windows machine to have a command running at all times because as soon as you log out, the command gets killed. As of the new Subversion 1.4, the svnserve.exe can now run natively as Windows service...
Comments (5) More...

How to Convert Text Encoding
By revindex on 7/14/2007 8:30 PM
Text encoding tells the system how a character is represented in bits and bytes. There are several hundred different known encodings. Sometimes you need to convert from one encoding to another because your application can only read certain data encoded in a certain way. Here's how to do it using iconv for Windows and Linux.
Comments (1) More...

How to Backup Scheduled Tasks On Windows
By revindex on 7/13/2007 1:16 PM
Backup procedures tend to use the Windows Scheduler to backup files but IT Administrators often forget to backup the scheduled task itself. Here's how to backup your Windows Scheduled Tasks.
Comments (4) More...