Archive for the 'Tip' Category

Registry Seach and Destroy Missions Just Got Easier

Ever have to move a program folder after an install then try to update the registry so that everything still worked correctly?  Or how about simply having to make the same changes to a whole bunch of text strings in the registry manually? I recently had to do the former, a program installer wanted to put the program folder into C:\, but I prefer to have my programs in C:\Program Files – thanks. Some programs require a path without spaces (therefore, it helps to put them in the root folder), but others are just so old that they install to C:\ by default. Moving the program folder from C:\ to C:\Program Files works to move the files, but the registry keys will continue to point to a folder in the root directory (and of course will prevent your programs from completely working).

regrepl2To fix this you have to get adventurous and make edits to the registry. I found a solution to the slow process that is normally a standard part of finding and editing these entries. The program is called Registry Replace by Absolute Impulse. It allows you to do search and destroy string replacements similar to those you can perform with a standard text editor.

Five Opensource/Freeware Graphics Applications You Shouldn’t Be Without

By now, everybody’s heard of the GIMP and Paint.net, but there are a lot of other great graphics programs out there for special situations which are lightweight and easy to use. And like the saying goes, the right tool for the right job…

Xara Xtreme

A while back, Xara released their vector graphics program Xara Xtreme into the wilds of the WWW as open source software. While the Windows version is still payware, the Linux version is completely free (as in speech!) and makes a great addition to any Linux graphics suite. While Xara Xtreme is comparable to InkScape, they don’t share all of the same functions, and they are a good complement to one another. GNU/Linux only.
Link

Artweaver

Artweaver is a freeware program for use with tablet PCs and pen tablets. It can simulate paint brushes of various types, includes layering, standard image formats and plug-in support, and has standard editing features like croping, area selecting and some built-in image effects. Not bad for around 8 Mb. Windows only.
Link

ArtRage 2

Along the same lines as Artweaver, but more focused on the painting aspects of pen input, ArtRage 2 is a free, limited feature download with a payware, full feature version available. The main advantage of ArtRage 2 is that it really does feel like an honest to goodness drawing pad right there on your PC. The free version, includes pencil, paint brush and a few other tools that allow you to really have a lot of fun with your tablet. Windows only.
Link

FastStone MaxView

FastStone offers several freeware and shareware programs for manipulating and viewing images. FastStone MaxView is a great freeware replacement for Windows XP’s Photo and Fax Viewer. MaxView is faster and has more options and features than Photo and Fax Viewer, and has a borderless window as well as auto-hiding controls and hotkey support. Windows only.
Link

Photoscape

Photoscape is a freeware photo editing program which includes features that allow you to do general photo editing and enhancements. You can also use it as a batch editing tool and it also allows you to make animated GIFs. Windows only.
Link

BONUS!! Imageditor

I’ve recently come across a handy tool for editing the Windows registry to change which programs open image files by default. Windows automatically associates certain right-click actions (chiefly open and edit) with built-in programs. I’ve been using Paint.net as a replacement for MS Paint for a while, but I wanted to associate it with all the same image formats that Paint was. This way, Paint.net would use the built-in “Edit” context menu item.

Imageditor allows you to do just that, with no manual editing of the registry or going through the hassle of changing multiple items in the Folder Settings dialog. There are instructions on the Imageditor page on how to use it. Windows only.
Link

VMware Workstation Floppy Image Howto

I’m taking the RedHat RHA030 and 130 right now at ECU. The really cool thing about the class is that it’s all online. We use VMware Workstation 6 and connect to the classroom servers through a VPN connection. The biggest drawback to the class is that it’s all online. Weird how that works.

Any-who, one of our labs has us using mount and umount (did I mention that RHA030 is a basic GNU/Linux skills class with a RedHat flavor?) with a floppy drive. There are a couple of problems with this, however. One, there’s no virtual floppy disk on the virtual machine that’s been configured for class. Two, VMware Workstation 6 has this weird quirk (at least the version we have) that won’t allow you to create floppy images in the img format. It adds flp to the end of whatever you put want to name your file, and then gives this error that the file already exists, which doesn’t make a lot of sense since the Workstation just created the file and should know that.

So, here’s a (mostly) graphical tutorial that allows you to create your own floppy image and use it with VMware Workstation 6.

Step 1. Open VMware Workstation and select the virtual machine you want to add a virtual floppy drive to.

Step 2. Select “Edit Virtual Machine Settings” from that virtual machine’s “Commands” menu.
vfd01

Step 3. From the “Virtual Machine Settings” dialog’s “Hardware” tab, click the “Add…” button
vfd02

Step 4. On the “Hardware Wizard” dialog, select the “Floppy Drive” hardware type and then click the “Next” button.
vfd03

Step 5. On the “Hardware Wizard” dialog, choose the “Create a blank floppy image” radio button and then click the “Next” button. vfd04

Step 6. On the “Hardware Wizard” dialog, click the “Bowse” button to choose a location for your floppy image.
vfd05

Step 7. Type in the name of the image file you want to create. Notice I tried to input an “.img” extension which is one of the types listed in the file type select box. Don’t bother trying that because Workstation will automatically tack on a “.flp” extension regardless of what you input.
vfd06

Step 8. Check your file’s path and then click “Finish”. What’s supposed to happen is, Workstation creates an image file with the name in the text box.
vfd07

Step 9. What happens is Workstation adds the “.flp” extension, creates the image file, then gives you this Alert box stating: “Unable to create floppy image. File exists.” Idiotic really. Just click the “OK” button and proceed as follows.
vfd08

Step 10. You’ll now see that your file name has been appended with the “.flp” extension and that and further “Finish” clicking will merely give you to opportunity to view the Alert box again. But don’t worry, because even though you’re getting error a strange and magical thing has happened. Click “Cancel” to proceed to the next step.
vfd09

Step 11. Click “OK” on the “Virtual Machine Settings” dialog.
vfd10

Step 12. Ok, this is less of a step than just a view of the results. Remember that “strange and magical” thing I mentioned? Well, as it turns out Workstation has added the floppy drive to your virtual hardware and created and added the floppy image to your floppy drive just fine even with those errors. Weird, weird, weird, but I’m not really complaining, now I can do my lab!
vfd11

Hope this helps anyone still having problems with this.