Wednesday, January 22, 2014

HDB reverts back to building bigger 5 room units

The latest BTO for Punggol Bayview was a surprise as some units on sale gave hints that maybe HDB is reverting back its policy and will build bigger 5 rooms unit.

Below are the two layouts that is bigger than the current standard 110 sqm we are used to.

http://esales.hdb.gov.sg/hdbvsf/eampu01p.nsf/0/14JANBTOPG_page_8826/$file/fur.htm

\
LAYOUT IDEAS FOR 5-ROOM
APPROX. FLOOR AREA 121 sqm
(Inclusive of Internal Floor Area 118 sqm 
and Air-Con Ledge)

LAYOUT IDEAS FOR 5-ROOM
APPROX. FLOOR AREA 122 sqm
(Inclusive of Internal Floor Area 119 sqm 
and Air-Con Ledge)

Tuesday, January 7, 2014

Installing IBM Domino on Linux

You may face this issue where the installation of IBM Domino just stopped after you've made the choice of either a graphical or console installation mode as shown below

linux # ./install

IBM Domino for Unix Install Program
------------------------------------


Your DISPLAY is currently set to ::1:1:0
Answer Yes to continue in console mode
Answer No to exit application.
Do you want to continue installation in console mode?[Yes]

Continuing in console mode
linux #

So instead of running the install command, run the following command instead and the graphical installation should start

linux # java -cp tools/setup.jar run

You can also start in console mode if you prefer by running the command below.

linux # java -cp tools/setup.jar run -console

If you face issues with either command, turn on the debug mode.

linux # java -Dis.debug=1 -cp tools/setup.jar run -console