Cool Tool: WMI Explorer

A cool tool – the WMI Explorer – caught my attention on the Hey, Scripting Guy! Blog. The tool allows you to explore, and even search available WMI namespaces and classes on local as well as remote computers.

Backup MySQL using PHP

A PHP script for backing up your MySQL databases. Can easily be added to a cron job to have scheduled database backups made. The PHP script below is based on the Back up Mysql database via PHP snippet found on DZone.com, but modified to suit my needs for versioning rather than creating a new filename every… Read More »