tips and tricks Thursday, May 29, 2008 New Change CVS default port on Solaris 10 By Patricbensen Changing the default port (2401) of CVS on Solaris 10 is real easy. 1. Edit your /etc/services file Change the following line: cvspserver ...
IBM tips and tricks Wednesday, May 28, 2008 New WebSphere Process Server / Portal Server with Oracle RAC By Patricbensen If you're thinking that you'll get out-of-the-box Oracle RAC support for an IBM WebSphere Process Server or Portal Server installlat...
java sample code tips and tricks Friday, April 11, 2008 New Java - Create Zip file in memory By Patricbensen I find myself writing and rewriting this piece of code whenever I want to zip a set of files (in memory) and return the zipped file back as ...
iMac tips and tricks Wednesday, January 9, 2008 New iMac - Dual boot Mac OS X and Win XP with Shared Drive By Patricbensen You've just got an iMAC; you want to dual boot it with XP; you want a shared partition where both, Mac and XP can read/write; you've...
Mobile tips and tricks Friday, December 21, 2007 New Problem accessing Gmail using Nokia 6320i or any S40 v2,v3 phone By Patricbensen ...well, not any more! Nokia's S40 v2 and v3 phones dont have a way to specify a proxy for an 'Access Point' configuration that ...
freeware Tuesday, October 9, 2007 New ZoneAlarm Free Version - Full Download Link By Patricbensen For all those of you behind a firewall, here is the link to download the full version of the ZoneAlarm Free edition. Just click on the link ...
java sample code tips and tricks Thursday, July 12, 2007 New Java - calculate the difference between two dates By Patricbensen Finding the difference between two dates isn't as straightforward as subtracting the two dates and dividing the result by (24 * 60 * 60...