Skip to main content

Category: tech

Websphere MQ – inetd or init script

Was implementing an MQ cluster at work recently, and the question arose on setting up init scripts for MQ, specifically the listener, runmqlsr. I was advised that inetd is the usual method for setting up any MQ daemon. However, I read a blog post on A Hursley view on MQ blog, and it stated that launching the runmqlsr seperately, and not using inetd is the now preferred method of having your MQ daemon running.

MSIEXEC Complete Install

If you want to install an MSI with no user intervention, and scripted, you can use msiexec. But what if you want to do a complete installation on the product, instead of a typical installation (which would be default)? Put this in your script: <br /> msiexec /i yourpackage.msi /passive ADDLOCAL=ALL ADDLOCAL=ALL is the key to a complete install. Enjoy your automated windows installation.

3D Cards and WoW – the 7300 GT TDH

I recently upgraded to a 22″ widescreen monitor. To drive this monitor in a Digital fashion, I jumped from a Geforce 3 series to a Geforce 7 Series with a Dual Link DVI connector. It turns out the monitor wasn’t dual link, but this review is on the card, not the monitor. The old 3D card was some major brand, I can’t remember which, and since I was upgrading an existing AGP card, I had to choose a replacement AGP card as well.

Clearcase vs CVS

I recently starting using Clearcase for versioning, at work. I come from a CVS background, so initially found it to be cumbersome. For example, here is how i added a file to the repository: CVS method: <br /> <a href="http://search.twitter.com/search?q=%23" class="tweet-hashtag">#</a> Change to your already checked out working folder<br /> cd /your/working/dir<br /> <a href="http://search.twitter.com/search?q=%23" class="tweet-hashtag">#</a> list folder contents, will see checked out working files<br /> ls -l<br /> <a href="http://search.

A new name – Tech Debug

I have finally purchased a new domain name, and here we are: <techdebug.com>. The old one still works, and will be setup to redirect to this one (its the same server, just a proper domain name). The reason for this move and name change? Some guy had bought up a bunch of domain names, and parked digitalrss.com. He was willing to sell it to me, asking $100USD plus fees, so a quick trip to <godaddy.

Dealing with corrupt Files and Settings Transfer Wizard (F.A.S.T) image

Today I was using the Windows Transfer Wizard to migrate someone’s old laptop data to their new laptop. This worked perfectly for me the week before on a different system, YET now I got the following error: “The location you specified does not contain stored information. Please enter a valid folder path into the edit box.”. The thing is, that I did enter a valid folder. After much looking (well 5 minutes on google) I found the answer at this site dealing with corrupt Files and Settings Transfer Wizard (F.