Month: November 2008

How-to merge JIRA instances UPDATED

A situation developed where two independent installations of JIRA needed to be combined into a single installation. The problem, however, is no native built-in capabilities to allow for this. This would not be such a simple task, however, someone developed a process to achieve this goal. Still not a simple task. This process has not been updated in a while,…

Read More »

Add the Outlook 2003 Desktop Icon

In earlier versions of Microsoft Outlook, users could right-click an Outlook desktop icon and then click Properties, allowing them to create e-mail accounts, change profiles, and so on. Problem So that Microsoft Office Outlook® 2003 complies with Microsoft Windows XP certification requirements, the desktop icon is not installed with Outlook. Users can access the Properties option by clicking Start and…

Read More »

Replace text in a text file from the command line using a vbs script

There is a need to replace a value from within a text based file from one variable to another using a command line approach, as everything else in that process was automated. There is however, no native command line support within the Microsoft Windows environment that would allow for this to be accomplished. Someone in the Microsoft forums had written,…

Read More »

AVS DVD Player 2.4.4.144 minimized and repacked with INNO

AVS DVD Player is a compact and easy-to-use program that has a simple user-friendly interface allowing you to start watching DVD movies with no additional software. It is offered for FREE by Online Media Technologies Ltd. In many ways it is comparable to the more popular commercial products offered by Cyberlink PowerDVD or Corel’s WinDVD. This FREE download and application…

Read More »

Map network drive with a visual basic script

Every now and again, I have had requirements to access shared drives on other domains on which I have an account and do not want to create a permanent network connection. A couple of years ago, I stumbled upon this visual basic script that I have been using without any issues. I have tested this script using Microsoft Windows XP…

Read More »

Beyond Compare 2.5.3 INNO repack with license key

Beyond Compare® is the ideal tool for comparing files and folders on your Windows or Linux system. Visualize changes in your code and carefully reconcile them. Beyond Compare is available at Scooter Software. A license was purchased to support a large user community. I wanted a means to simplify the distribution of this application with the license file. I chose…

Read More »

EPSON Scan jpeg plug-in unable to write to file error and fix

A user has an Epson scanner using Epson Scan Ver. 2.75A. The scanner had been functioning correctly until recently. For some reason, the scanner will go through the motions of scanning the image and even present a preview, however, upon attempting to save the scan as an image, the Epson scanner software will now pop up an error message, with…

Read More »

Configure Sockso 1.1.1 Personal Media Server to use MySQL

Sockso is a free, open-source, personal music server. It’s designed to be as simple as possible so that anyone with a mouse and some mp3’s can get their friends listening to their music across the internet or intranet in seconds! Having tested the latest version 1.1.1, I have found that this application to be quite efficent and useful in it’s…

Read More »

Instantly populate a FileZilla fzdefaults.xml file and distribute

A group of users needed to change from one FTP client application to another. There was no conversion available for the original FTP application, only a spreadsheet that had been maintained. There was a need to bulk add a couple of hundred ftp accounts into a new FTP client. The selected FTP client is FileZilla. A little known tidbit about…

Read More »

Connect to VNCServer on Red Hat Enterprise Linux

Virtual Network Computing (VNC) is remote control software to allow computers interact with one another as a server and client. It is developed to ease the administration of remote machines without using the console. For Windows users, there may be a a familiar feel similar to that of Windows Terminal Services (RDP). VNCServer is standard on a Red Hat Enterprise…

Read More »

Setup JBoss on Ubuntu 8.1.0 Server Edition

A recent task was to setup a JBoss Application Server on a Linux box. I created an Ubuntu 8.10 server virtual machine on a VMware Workstation. This was a fresh install of the core operating system only, no optional installation packages were added during the installation. I started from scratch, as too many guides make too many assumptions in their…

Read More »

Use netstat in Linux to determine port conflicts

I installed an application that required port 8080. I was unable to execute the application as port 8080 was already in use. Unable to determine which application, I changed the setting for the application I had just installed to port 8090. Success. However, I still wanted to know if anything was running on port 8080. Like Windows, Linux has a…

Read More »

WordPress MU Virtual Machine

To get my feet wet, I wanted to test an installation of WordPress MU (multi-user) edition. The installation seems too problematic on a Windows workstation, even when running in an environment such as AppServ , WAMP, XAMPP, or Uniform Server. My preference is XAMPP. I have tested and used all these environments. I originally preferred the Uniform Server as it…

Read More »