December 26, 2008 2:42 PM
Posted by: Jerry Lees
fun with the registry,
migrate ODBC entries,
migrating a web server,
ODBC,
ODBC entries,
rebuilding a webserver,
registry,
Web applications,
webmasterOn occasion you have to rebuild servers, some are worse than others to rebuild. Much like my previous post on
December 23, 2008 3:12 AM
Posted by: Jerry Lees
Essential sites,
Microsoft SQL Server,
Server Patching,
SQL Server,
web toolsI don't get the occasion to manage SQL servers in a DBA role any longer, like MrDenny in his blog, nor have I been a true assigned DBA-- I've only worked at places where the database servers were treated like any...
December 18, 2008 12:06 AM
Posted by: Jerry Lees
File Server,
File Shares,
fun with the registry,
Lanmanserver,
Migrating Servers,
registry,
tips and tricksOn occasion you have to rebuild servers, some are worse than others to rebuild. File Servers are not that difficult to rebuild, but one of the tedious tasks in moving a file server is setting up all the shares that have been added over time all at once. you know the drill:
Point....
December 15, 2008 5:41 PM
Posted by: Jerry Lees
am-tools,
bookmark,
bookmark management,
essential tools,
tools,
web toolsAs a quick addition to my additional tools series I wanted to share with you a great utility I found in the past few weeks that helps to manage old bookmarks.
If you're like me, you have tons of bookmarks in your book marks and it's There's nothing worse than trying to weed through them to find...
December 11, 2008 2:39 PM
Posted by: Jerry Lees
Fix an LCD Monitor,
How to,
LCD Monitor Repair,
repair tips,
Stuck Pixels,
tips and tricksRecently I got a new LCD Monitor-- or at least it was new to me. And much to my dismay there were a few pixels on it that were stuck on. I was somewhat dismayed to see it, but couldn't complain because I got a really good "3am ending auction deal on eBay"-- so I started to fiddle with it and found...
December 8, 2008 10:54 PM
Posted by: Jerry Lees
Online References,
XML,
XMLDOM,
XSLTIf you were interested in my previous posts relating to XML and XSL Translations. You'll know how difficult it is sometimes to get the syntax right and know what functions are available to you when writing a XSLT document to translate a XML file into HTML.
Well, I recently found a great...
December 4, 2008 9:22 PM
Posted by: Jerry Lees
kill,
kill process,
Kill processes,
pkill,
VBScript,
win32_processRecently I had a situation where I had to kill a number of processes on a number of servers in a short period of time so we could update the executable file quickly so the processes could be safely respawned. This presented a challenge because it needed to be done quickly both before users...
December 2, 2008 12:55 AM
Posted by: Jerry Lees
3des,
decrypt,
decrytption,
encrypt,
encryption,
mid,
Reverse Strings,
RSA,
string,
String manipulation,
StrReverse,
Toolkit,
VBScriptI previously mentioned a routine that I wrote to encrypt a string. Now, before the security folks look at the code... understand this:
This is intended only to obscure a string from a casual prying eye. It is NOT intended to be a replacement for true encryption like 3DES and...