No Picture
Hardware

Moving Win XP from RAID to RAID Machine

After several days of heavy exhausting battles and sleepless nights, after testing dozens of options, after browsing many proposed Internet solutions, I finally was able to move an old instance of Windows XP on a new machine with new RAID drivers. That happened at 13:23 on December 12, 2010.  I […]

Domain Management

Histiry of This Site – DomainWebCenter.com

Welcome! This is not a typical article for reading. This is a log of important events about site development and growth. 2022 Oct 26 Wed These last 2 weeks over79K new users were registered on our site.  Registration process created over 1.4 mil records in 2 user-related tables.  Only one […]

No Picture
MySQL

How to Move MySQL D/B Files (Windows)

Locate your MySQL installation files and central configuration file basedir=”C:/Program Files/MySQL/MySQL Server 5.1/” Your MySQL configuration is stored in “my.ini” file Locate your MySQL Database location: datadir=”C:/Documents and Settings/All Users/ Application Data/MySQL/MySQL Server 5.1/Data/” Stop MySQL service. Modify My.ini file to point to a new D/B location and Save. Move […]

Windows

You can sign PowerShell certificates with New-SelfSignedCertificate and without MakeCert

  For those who can’t wait, here is the solution right away. Next two lines actually work – without using MakeCert.exe: New-SelfSignedCertificate -DnsName STA07 -Type CodeSigning Set-AuthenticodeSignature C:\T\add-signature.ps1 @(gci Cert:\LocalMachine\My -DnsName STA07 -codesigning)[0] First command creates a certificate in both Current User and Local Computer  Intermediate Certification Authorities.  Second command […]

Windows

Extremely Slow Windows XP Shutdown – Fixed

Several years I had this problem in one particular instance of Windows XP Professional – an extremely slow shutdown upon clicking on Shutdown button.  For several minutes system would completely freeze, and then Shutdown/Restart dialog box would finally come up. What did I know about the problem.  It was extremely […]