script

A file manager written in PHP.

If  you want to talk about great PHP scripts then you need to check out phpXplorer.

From the website:
phpXplorer is an open source file management system written in PHP. It enables you to work on a remote file system through a web browser. By default it has got dialogs for editing HTML, PHP, image, Apache, compressed […]

Cmd line local and mapped printers to your will all over your network.

I previously wrote about how to delete a local printer on your network but, I have expanded my knowledge on local and mapped printers using the command (cmd) line and decided to share my omnipotence with you. (my head just exploded from ego overload) These little nuggets of fried gold will keep you on the payroll for many years to come. (try to control yourself)

[…]

How to fix the web in 5 minutes with the Grease Monkey and Firebug plugins for Firefox.

If you don’t know what Grease Monkey is, it is a Firefox plugin that allows you to run your own java script on any page you are viewing. Now why would you want to do that? Well, basically it allows you to fix or enhance any web page out there to meet your requirements and not those that the designer wants to force on you. In order to help you write the java script you might need, you can use another plugin for FireFox, Firebug.

Firebug allows you to hover over a certain section of the web page and it will show you the relevant code that generates the selected object. Very useful.

Once you put these two utilities together the possibilities are endless. If you are not interested in writing the java script yourself, there are tons of free scripts for Grease Monkey located at userscripts.org for you to freely use.

Check out the funny and useful demo video after the break.

[…]

The easy way to delete local printers from your Windows network pc’s.

You could go around to every PC in your network and delete the local printer that way. Hopefully you don’t have over 10,000 PC’s across the globe cause otherwise you’re about to blow your budget for the remainder of the year. Luckily for you, I found a little script that can run in command line or be written in a bigger script (if you know how) to delete those printers and maybe if you’re lucky, the company will give you a raise for saving them a lot of time and money. (I wouldn’t hold your breath)

[…]

Automatically backup MySQL.

I found this useful script for backing up MySQL on zedomax.com.

Read More