ms sql logoI needed a SQL query that would parse through hundreds of thousands of records and list duplicate content. I found a SQL query that would work and made my own modifications to it so that the query may return the desired results. This is one of those things I will not remember so here is the script....
Continue reading ...

VMwareLogoBefore, I continue, I want to preface this with I am a novice with Linux. Having played with Ubuntu versions 6 through 8, I never really could get into this particular distro of Linux as I understand that all root activity must be performed in a terminal windows with a prefix of sudo. I recently downloaded Red Hat Enterprise 5 Linux and immediately discovered that I like the OS as I may logon as root and perform whatever task I want, except software updates through yum, as a paid subscription is required. Then I discovered that CentOS IS Red Hat. The most notable difference is that CentOS is re-branded, access to the software repositories, and is an update or two behind the Red Hat releases as it takes time to re-brand open source code. I was able to install Red Hat in a virtual machine without issue. However, CentOS would successfully get through to the “Transferring install image to hard drive” then fail with the ” An error occurred transferring the install image to your hard drive. You are probably out of hard disk space” error message....
Continue reading ...

jbosslogoA recent task required an installation and setup of a JBoss Application Server on a Linux box. I origianlly selected the Ubuntu 8.0.4 LTS Server Edition for this task since I have had a little more experience with Ubuntu. I have graduated to Red Hat Enterprise Linux 5.2 (RHEL) and CentOS 5.2. I created A RHEL virtual machine with VMware Workstation. I started from scratch, as too many guides make too many assumptions in their build. I am new to this, and this is what worked for me. JBoss requires JAVA JDK 1.4+ to run. This virtual machine installation is RHEL with GDE....
Continue reading ...

is-welcomeINNO Setup is a free installer for Windows programs available at JRSoftware. There is no official unpacker - the only method of getting the files out of the self-extracting executable is to run it. An open source utility called innounp.exe is maintained at Sourceforge. Sourceforge has maintained version 0.19 online for over a year, however, 0.20 also exists from Sourceforge, if you know the link. With the introduction of INNO Setup version 5.2.3, the existing versions of innounp have proven to be unsucessful. I recently discovered that another version of innounp.exe exists and is maintained by ..:: LeecherMods ::.. ....
Continue reading ...