Tag Archive | "script"

How To Automatically Remove error_log Files

Thursday, December 30, 2010

0 Comments

Apache has great logging features, but if you’re using shared hosting, then sometimes removing error_log files might not be very simple. Poking around the Internet did lead me to Lester’s site, where he has generously created and offered an error_log file cleaning script for free. Grab that script here. Just upload that script to your [...]

Continue reading...

How To Remap Keyboard Keys In Windows (Such as the with Apple Keyboard)

Friday, July 2, 2010

28 Comments

I use the Apple bluetooth wireless keyboard, but I use it with my Windows computer, not a Mac. I love it though, and I think it’s the best bluetooth keyboard around – the problem is, while most keys generally work fine, certain keys are missing. For instance, on the Apple keyboard, the command key is [...]

Continue reading...

How To Activate/Install GD Library In WAMP Under Windows

Tuesday, February 16, 2010

1 Comment

Some projects require activation of the GD library, and this is especially true when you have to do image manipulation with your PHP script. If you’re using WAMP (Windows Apache MySQL PHP) in Windows, then good news: WAMP comes with GD library, just that it’s not activated by default. To activate the GD library, go [...]

Continue reading...