Category Archives: Technology

High tech related entries

Skunk Works

Skunk Works   <<The nickname Lockheed employees gave to their organization is an adaptation of the name for the ultra-secret high security “Skunk Works” moonshine operation featured in Al Capp’s widely popular comic strip Li’l Amber, which ran from 1934 … Continue reading

Posted in Business, Technology | Tagged | Leave a comment

How to uninstall IBM Lotus Notes client from the Macintosh on OS X

You can uninstall IBM® Lotus® Notes® by dragging Notes.app from /Applications to the trash. This preserves user data. You can also uninstall Notes using the uninstaller application supplied with the Notes install media. This preserves user data as well. You … Continue reading

Posted in Cloud Computing, Collaboration, Dedicated Servers, Domino, Hosting Support, Mac OS X, Managed Hosting | Tagged , | Leave a comment

Lotus Notes Traveler Setup on iPhone

Setting Up Lotus Notes Traveler on your iPhone This tutorial will walk you through how to set up Lotus Notes Travel on your iPhone, to allow you to have your Lotus Domino server account sync native eMail, iCal, and AddressBook … Continue reading

Posted in Collaboration, Dedicated Servers, Domino, Hosting Support, Mac OS X, Managed Hosting | Tagged , , , , , | Leave a comment

PC LAW upgrade instructions

Here are the latest links form Lexis Nexis on PC LAW upgrade: http://www.lexisnexis.com/law-firm-practice-management/pclaw/?content=for-customers http://support.lexisnexis.com/pclaw10/record.asp?ArticleID=10609

Posted in Cloud Computing, Hosting Support, Managed Hosting, Windows | Tagged | Leave a comment

How to query the Domino 8.5.3 LDAP database with ldapsearch

By default the ldapsearch utility is installed on the Domino server in the “bin” directory where all the other utilities are.  You need a local domain admin to bind a domino query on the local server, and you need its … Continue reading

Posted in Domino | Tagged , | Leave a comment

Creating an easy to deploy SSL certificate in PEM format

When ordering a secure certificate, most often one has to deal with the following files: certificate key file (aka private key): .key certificate request file: .csr primary certificate file (issued by the CA): .crt certificate chain (aka intermediate certificate, or … Continue reading

Posted in AIX, Cloud Computing, Dedicated Servers, Hosting Support, Linux, Mac OS X, Managed Hosting, OpenBSD | Tagged , , , , , | Leave a comment

Hello Xtend

The Eclipse foundation announced today the availability of Xtend, and improvement on the Java language, that remains compatible. See the video below, and check out the Xtend website to see for yourself, how Xtend embraces Java, while improving it readability … Continue reading

Posted in Java, News | Tagged | Leave a comment

What is the difference between site to site and mobile VPN?

For most businesses, there are two types of VPN that apply: site to site VPN: this is used to link sites, such as your office and the data center, mobile VPN: this is used to link mobile or home users … Continue reading

Posted in Cloud Computing, Data Warehouse, Dedicated Servers, Hosting Support, Managed Hosting, OpenBSD | Tagged | Leave a comment

How to install Tomcat 6 on RHEL 6 or CentOS 6

Here are some steps to install Tomcat 6 on Red Hat 6 (or CentOS 6).   First we are going to prepare the repository: yum install yum-priorities rpm -Uvh http://apt.sw.be/redhat/el6/en/x86_64/rpmforge/RPMS/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm rpm -Uvh http://download.fedora.redhat.com/pub/epel/6/x86_64/epel-release-6-5.noarch.rpm rpm -Uvh http://mirrors.dotsrc.org/jpackage/6.0/generic/free/RPMS/jpackage-utils-5.0.0-7.jpp6.noarch.rpm Next we will install … Continue reading

Posted in Cloud Computing, Data Warehouse, Dedicated Servers, Hosting Support, Java, Linux, Managed Hosting | Tagged , , , , | 4 Comments

Install Packages on OpenBSD 4.x and OpenBSD 5.x

To install binary packages on OpenBSD, the package manager needs to have the correct download URL.  This URL changes based on OpenBSD version and architecture.  Here is how to set it independently: export PKG_PATH=ftp://ftp.openbsd.org/pub/OpenBSD/$(uname -r)/packages/$(machine -a)/ Once that is done, … Continue reading

Posted in Cloud Computing, Dedicated Servers, Hosting Support, Managed Hosting, OpenBSD | Tagged , | Leave a comment