Archive for the ‘Windows 2003’ Category
Migrating Windows7 to New Hard Drive
I found an OpenSource project called Clonezilla (http://clonezilla.org/). This software does essentially the same thing as Norton Ghost, and there is also a version than can do distributed cloning (such as doing an install for a computer lab).
Configure PERL Script Mapping for IIS 6.0
- Click Start, click Programs, click Administrative Tools, and then click Internet Information Services.
- Right-click a Web site that you want to enable PERL for, and then click Properties.
- Click the Home Directory tab.
- Click Configuration.
- Click Add.
- In the Executable box, type the following:
full path to\perl.exe %s %s
Installing and Testing ActivePerl
Download the ActivePerl MSI file from http://www.activestate.com/
Install ActivePerl on your web server. Follow the prompts but when asked, install the program to the C:\Perl directory. (You may need to create this directory.)
Read the rest of this entry »
Can I configure Windows 2000/XP/2003 to log me on automatically?
You sure can!
Old but nevertheless good. The auto logon can be accomplished by means of Registry modifying, or by use of 3rd-party tools.
Read the rest of this entry »
Windows PowerShell
Microsoft Windows PowerShell command line shell and scripting language helps IT professionals achieve greater control and productivity. Using a new admin-focused scripting language, more than 130 standard command line tools, and consistent syntax and utilities, Windows PowerShell allows IT professionals to more easily control system administration and accelerate automation.
http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx
PHP 5.2.3 and MySQL error thread
Error in my_thread_global_end(): 1 threads didn’t exit
I’m running Plesk 8.2 on windows 2003 with php 5.2.3 and MySQL I was getting the Error in my_thread_global_end(): 1 threads didn’t exit. I just went and got the PHP 5.2.1 version of “libmysql.dll” (Windows Binary) in http://www.php.net/releases/ and overwrite my local copy. Worked great!!
FYI- I did a search and found other version of “libmysql.dll” , make sure to only replace in the php folder.