Archive for the ‘Windows 2003’ Category
WordPress is the greatest blog software!
I have about 14 wordpress sites, I’ve really enjoyed working with the application. The admin side of the site makes it so easy to create a one of a kind website easy, and no issue to update.
The newer updates in wordpress have included an “auto update” making the upgrades a breeze. So I did the first no – no of the day and didn’t create a backup BEFORE I ran the update to 3.1 (you should always backup-BEFORE you make changes). You guessed it, my upgrade said it was a success… but.. my site is now dead.(I had to do it to two of my sites before I started to panic)
I found this little snip-it off the internet that worked for me:
The wordpress 3.1 updated the index.php and it has this in it: require(./’wp-blog-header.php’);
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.