Use the following command to remove CRLF (all) carriage returns and line feeds from a text file, effectively joining all lines into one single line.
Using the tr command in cygwin:
tr -d '\r\n' < sql.txt > sqlnew.txt
If you want to use the tr command outside of the Cygwin environment, the following files must be copied from \cygwin\bin to the directory you want to store them in:
tr.exe
cygwin1.dll
cygintl-3.dll
cygiconv-2.dll
2.17.2006
Command to remove all CRLFs from a file
2.15.2006
Terminal Services licensing database corrupt/damaged
Trying to deactivate License Server (terminal services) via the "internet" method, I get the following error after hitting 'next' in the dialog:
"The Licensing wizard encountered an internal error from the license server. Message Number: 0xc0110011"
System eventlog:
Event Type: Error
Event Source: TermServLicensing
Event Category: None
Event ID: 38
Date: 2/15/2006
Time: 2:48:25 PM
User: N/A
Computer: MyComputerName
Description:
Can't generate a license for client because of error 'Can't add certificate to store, error c0010020.'.
You cannot activate a Terminal Services license server in Windows 2000 Server or in Windows Server 2003 - http://support.microsoft.com/kb/887444
Windows Server 2003 Terminal Server Licensing - http://www.microsoft.com/windowsserver2003/techinfo/overview/termservlic.mspx
Frequently Asked Questions About Terminal Services 2003 - http://www.microsoft.com/windowsserver2003/community/centers/terminal/terminal_faq.mspx
call (888) 571-2048 to reach the Microsoft Clearinghouse.
File access via VPN very very slow
PersistMoniker=file://Folder Settings\Folder.htt
PersistMonikerPreview=%WebDir%\folder.bmp
[ExtShellFolderViews]
{5984FFE0-28D4-11CF-AE66-08002B2E1262}={5984FFE0-28D4-11CF-AE66-08002B2E1262}
[.ShellClassInfo]
ConfirmFileOp=0
2.14.2006
How to determine browser cipher strength
You can determine the client's encryption cipher strength via the following links:
https://www.fortify.net/sslcheck.html
http://browsertest.ccra-adrc.gc.ca/rc.genr.tierp/BrowserSecurity-e.jsp
You can do this yourself if you've got a working web server with SSL support: