Tag Archive: Utilities


Monitor Your Website Directory

php-scripts-1Well it seems that I have had a hell of a time cleaning up my website from its recent hack.  Gotta love it when the first time you find out about your site being compromised is via google.

So what happened to me is someone uploaded a whole bunch of files to my WordPress directory with links to god knows what content.  So after going through those directories (numerous times!) and cleaning them up and deleting outdated random files I think it is finally clean.

I was looking for something to monitor my website directories for any file changes or any random uploads that I didn’t authorize.  I came across this PHP script that you can put in your root directory and then you set a cron job to run the script every so many hours.

The script emails a specified email address and lets you know of any changes since the last run.

Monitor Hacked Files Website

Download Monitor Hacked Files

LiberKey – Portable USB Software

2009-06-20_195838Well if you have ever wanted portable apps on crack this might just be the application for you.  With USB keys getting up to 128GB these days trying to find stuff to fill it is about half the fun!  Well just ran across this application the other day, it puts Portable Apps to shame and has over 200+ applications that are easily updateable and easy to download new ones.  It also allows you to easily add applications that are not part of the general install package.

The ultimate package comes with over 200+ applications and download at about 200MB and unzips to about 600MB.  I finally have everything I could ever want on my work laptop without having to worry about actually installing software on it!

LiberKey Website

Map Network Drives

anyversion-icon-32x32-32bitI thought that I wrote about this a while ago…but I guess not.  Sometimes between working from home and working at the office sometimes I am missing my network mappings to get to the shared folders that I need.  Well with the easy command of:

Net use DRIVE: \\SERVERLOCATION

You can map your network drives via a batch script.  Also if you are at your office you can just run ‘Net Use’ and see all the drives you are mapped to and their locations.  This can make creating your batch script much easier.  All about the efficiency!

MagicDisk Virtual CD Drive ISO Mount

cd-drive-iconWell I ran across a reason to look for this the other day.  I was downloading some stuff and ended up downloading an ISO, because I didn’t really want to go upstairs and get a CD and deal with burning one I figured I would try to virtually mount the ISO to a drive.  After about 3 software attempts I found that this was the best solution.

MagicDisk allows you to mount up to 4 virtual CD drives and then you can mount the ISO to the drive letter.  Very handy and super easy to use.

MagicDisk Website

Magic Disk Download

Driver Backup Software

drvbk3-thumbThis is a great little app that can save you lots of time and frustration when restoring a computer from scratch.  I just rebuilt an old laptop and spent a fair amount of time hunting around for the drivers as we lost the restore CD some time ago.  This software makes a quick backup of all your drivers and then you can store that somewhere and if you need them just popin the CD and restore the old drivers!

Driver Backup

System Automation

systemcleanupSo I have decided to resurrect an old laptop that I had sitting in my office for about 2 years.  Well after $40 to quadruple the memory and replacing the hard drive and then re-installing XP from scratch and then all the manufacturer drivers, we finally are in business.  I then plugged this into my network and our LCD TV and the stereo.  So it is our own little home entertainment system for our TV.  Well I decided that since this thing would be on 24/7 that I needed to do some automation to some tasks to keep it clean.  Because Playon and Hulu and other web based tools like to create awesomely large temp files that just hang around if you do not delete them.  Also because it is a WindowsXP machine I figured scheduling a daily reboot wasn’t a bad idea either.  Well turns out these are all very simple things to automate and then schedule.

For CCleaner you just need to run it in the silent mode by creating a schedule that kicks off ‘CCleaner /AUTO’

For JKDefrag you just need to schedule to run the JKDefragCMD file

For a scheduled reboot you just need to schedule a job that kicks off ‘Shutdown.exe -r -t 00′

Lifehacker has a great article on other processes you can automate but these were the first three I went after to keep my computer clean.  I scheduled CCleaner and JKDefrag on my work laptop and it really does keep things clean and moving along a whole lot better!

2009-04-03_084118So last night I was bored and decided to redo my entire website (again). I just changed the theme about a week ago, but the more I dug into it the less I liked it and decided I would spend a little more time redoing my blog. After picking a theme I put it on a local copy of WordPress and started banging away. I started changing header images and fixing CSS issues with AJAX overlaps and image overlaps and fixing up a few other issues I noticed.  This is usually pretty typical for themes I have found in the past.  You get what you paid for and because all these themes are free I guess that would make sense.

One of my co-workers turned me onto Firebug which is a Firefox plugin that reads the CSS and breaks it out into a tree structure so you can see what is really going on behind the scenes with formatting.  This application saved me probably about 2 days of frustration searching through the CSS and the PHP files trying to find the correct classes and div’s to edit to make it look how I want it to.  The program allows you to edit the CSS on the spot so you can see if what you thinking works…this is great for things like spacing or overflow or text size.  This application is a must have for any web developer or anyone who likes to tweak their WordPress themes to get the most out of them.

Convert Video Formats

1218__any-video-converterThis is a great freeware program and will convert all video’s between multiple formats and will automatically upload to YouTube if you want. They have a paid version of their software that will do a little higher quality if you need it. This is what I used after using DVDShrink to rip the .VOB files, then I converted the .VOB to .FLV so I could put the videos on my blog.

Download Any Video Converter

DVD Backup Software

dvdHave you ever needed to make a copy of a DVD and wondered how to do it? Well it is very simple.  I just used this software to create a copy of our Wedding DVD so we can burn multiple copies and you can also watch the .VOB file via any media player so you do not have to worry about the DVD the software is super easy to use and creates files that can be easily burned to a DVD using NERO Burning ROM.

DVD Shrink 3.2

cd-drive-iconHave you ever had your CD drive disappear from the explorer window and no matter what you did you couldn’t get it back.  Then if you go into Device Manager you notice that it is saying your CD drive has an invalid drive?  Only to search and find there are no specific drivers for you to update?  Well if you have like I recently did download this little zip file and then run the registry file to clean out the issue.  It seems it comes down to a registry hack to fix this issue and it is pretty common in Windows XP.  I am not a fan of running registry files and adding them but this one did exactly what I needed it to do.

CD Gone Registry Fix