Go to LeighWeb Home Page            

12 February 2009

FileHippo Updater

I download a LOT of software. I’m searching a lot for freeware, etc. I’m a “feature-freak” and like a very full toolbox. There are a ton of sites out there with a lot of “flotsam and jetsam” to wade through. Everything is a “free download” but that no longer means that what you’re downloading is “free.”

I’ve found that in the sites that I download from, FileHippo has a unique feature that I really like: file versions. You don’t always need a back version but sometimes it will really save your bacon and they seem to keep a zillion versions of anything that they host. They don’t host everything but they do host a lot of the stuff I use.

At any rate, all my downloading and installing means more things that can get out of date as well. So today I discovered that they have a handy utility that will scan your system for installed software that they host, compare version and give you a results web page with direct download links for the software on your system, for which they host a more recent version. I tried it today and it’s been a downloading/installing fest. It can run at startup, do its check, and if it finds nothing, it terminates itself. I like that!

Check it out! http://www.filehippo.com/updatechecker/

Entry Posted on: 12 February 2009 at: 8:27 am Comments (0)  PermaLink Freeware
6 February 2009

RegEx Nirvana?

My technology path has covered a fairly large swath of operating systems and user environments. I’ve gotten quite familiar with different line-command, GUI and full-screen text (3270) environments. I typically customize any environment I work with.

Currently as part of our missionary work, I’m a systems/network administrator in a small private school in France. I’m the only fish in the pond so I get to do everything. It also means I have to do everything. I don’t have the luxury, therefore, to get good at every technology that I work with. If I don’t know it, I have to teach myself, etc. No training budget here.

My background in programming in various environments and database administration in various environments serves me well in many situations. On thing continues to give me fits, however, regular expressions. These beasts are anything but regular! One thing they are, however, is ubiquitous! As a “mostly Windows guy”, I could get by without them, but even there, more and more pieces of software are adding regex capabilities into their find/replace functions. Add to that the fact that I maintain Linux servers (a self-taught area that has caused me no small amount of head-scratching!) and I absolutely cannot escape regular expressions.

As stated earlier, I don’t have the time to learn every good piece of technology that’s out there, nor a training budget…which translates to no tool budget either. So, I need a good piece of freeware/open source that “holds my hand” in the occasional, but deep, regular expression activity. There’s lots of freeware out there, but 90% of it is simply testing regex…not really helping you understand how to write them. I would search, in vain, occasionally for something that could help me.

Well, I finally found something!!!!

Regulazy (and its big brother Regulator) are written by Roy Osherove and can be found here: http://weblogs.asp.net/rosherove/pages/tools-and-frameworks-by-roy-osherove.aspx I highly recommend them as ideal tools to help you build and test regex’s.

I resent the name Regulazy, but I love its facility to write for you the regex by stepping through a complex string and suggesting appropriate matching expressions for each part of it.

Anyway, thanks Roy for those great tools!!!! You’re helping busy sysadmins the world over!

Technorati : , , , , , ,
Del.icio.us : , , , , , ,

Entry Posted on: 6 February 2009 at: 8:54 am Comments (0)  PermaLink Computers, Freeware