Submitted by hswong3i on Wed, 2012-07-18 15:44
This simple HOWTO will guide you about how to setup Apache2.4 + PHP5.4 + PDO_IBM from sketch. Compile all package from tarball can give you the maximum flexibility of functionality, e.g. you can enable both mysql/mysqli/pgsql/oci8/pdo_mysql/pdo_pgsql/pdo_oci/pdo_ibm within single installation.
Before start, I will assume you have Ubuntu 12.04 and DB2 Express-C 10.1 installed correctly, which will not detail within this document. If you really need some help for that, please refer to my other article for more indeed guideline.
Submitted by hswong3i on Sun, 2012-04-29 08:21
This simple HOWTO will guide you about how to setup Apache2.4 + PHP5.4 + PDO_OCI from sketch. Compile all package from tarball can give you the maximum flexibility of functionality, e.g. you can enable both mysql/mysqli/pgsql/oci8/pdo_mysql/pdo_pgsql/pdo_oci within single installation.
Before start, I will assume you have Ubuntu 12.04 and Oracle 11gR2 installed correctly, which will not detail within this document. If you really need some help for that, please refer to my other article for more indeed guideline.
Submitted by hswong3i on Tue, 2011-10-18 01:03
This HOWTO will guide you though installing IBM DB2 v9.7 + Apache2.2 + PHP5.3 on Debian Squeeze.
You may can't expect that how similar of installing DB2 as that of Oracle. Most of the installation procedure are just identical, e.g. install Debian Squeeze with minimal setup, pre-configure of Linux + installation procedure, or post-installation setup and testing. So in case you can loss in this HOWTO, please reference with that of Oracle ;-)
Before start you will need to prepare your Debian with:
- A complete Debian Squeeze installation with X11.
- Static public IP address (or you may bind to localhost during installation).
- Functional hostname, e.g. hardcode it within
/etc/hostname and /etc/hosts.
In case of Debian Squeeze you don't need to install too much package by default, but I would like to recommand at least install "SSH server" and "Standard system utilities" during installation, after reboot install a very basic X11 + Gnome as below:
apt-get install gnome-core xorg iceweasel
Then test your X11 with startx ;-)
Submitted by hswong3i on Sat, 2011-08-13 12:45
This simple HOWTO will guide you about how to setup Apache2.2 + PHP5.3 + OCI8/PDO_OCI from sketch. Compile all package from tarball can give you the maximum flexibility of functionality, e.g. you can enable both mysql/mysqli/pgsql/oci8/pdo_mysql/pdo_pgsql/pdo_oci within single installation.
Before start, I will assume you have Debian Squeeze and Oracle 11gR2 installed correctly, which will not detail within this document. If you really need some help for that, please refer to my other article for more indeed guideline.
Submitted by hswong3i on Mon, 2011-08-08 01:59
This HOWTO will guide you though installing Oracle Database 11g Release 2 + Apache2.2 + PHP5.3 on Debian Squeeze.
But why we need this HOWTO? Since Oracle only officially support Red Hat Enterprise Linux, SUSE Enterprise Linux and other enterprise level Linux distribution; BTW, there shouldn't be any problem if you hope to use with other distribution, which just need some special configuration and install required dependent packages.
Before start you will need to prepare your Debian with:
- A complete Debian Squeeze installation with X11.
- Static public IP address (or you may bind to localhost during installation).
- Functional hostname, e.g. hardcode it within
/etc/hostname and /etc/hosts.
In case of Debian Squeeze you don't need to install too much package by default, but I would like to recommand at least install "SSH server" and "Standard system utilities" during installation, after reboot install a very basic X11 + Gnome as below:
apt-get install gnome-core xorg iceweasel
Then test your X11 with startx ;-)
Submitted by hswong3i on Mon, 2011-08-08 01:58
This HOWTO will guide you though installing Oracle Database 11g Release 2 + Apache2.2 + PHP5.3 on Debian Squeeze.
In this part 1, we will first install a Debian Squeeze with minimal package requirement. Well, so if you are expert or Debian, please simply skip this part ;-)
Here I will demonstrate the installation based on a KVM client, build by virt-manager, AMD64 CPU architecture, 2GB Ram. This shouldn't be the key point for installation, but just note as your reference.
After this section we will have a Debian Squeeze with:
- Minimal installation
- A functional X11 for Oracle installation
- Static public IP address (or you may bind to localhost during installation).
- Functional hostname, e.g. hardcode it within
/etc/hostname and /etc/hosts.
Submitted by hswong3i on Tue, 2010-11-16 19:57
I am now working on a Single-Sign-On (SSO) solution with Drupal + Service + OAuth2.0 backend, where json_server (http://drupal.org/project/json_server) will act as a very important role in overall protocol management. Both of the server-side Drupal OAuth2.0 implementation and client-side platform independent library development are complete, but during debug phase I found that json_server is now coming with some limitation.
Submitted by hswong3i on Fri, 2010-06-04 17:01
Submitted by hswong3i on Tue, 2009-03-03 14:45
IT-School (
http://myit-school.net/) is a school management system in Hong Kong, which target for intranet mail, calender, account management, and so on. BTW, for the old version (around 2004) of IT-School, its mail system is split into 3 parts:
- Intranet mail: Mail from and to account will fetch from MySQL DB directly, mail will NEVER deliver though normal email server router BUT save into MySQL DB as HTML format DIRECTLY. Support individual user and group of users.
- Outgoing internet mail: Mail will send though sendmail.
Submitted by hswong3i on Wed, 2008-10-22 01:45
I hope to hack pdo_oci so need to compile PHP CVS manually. BTW,
official document mention that:
From this point onwards, installation is similar to the installation of one of the official packages with one main difference – you must have bison 1.28 or later and flex 2.5.4 to compile, because the pre-generated scanner and parser files are not included in CVS.
Pages
Recent comments