Friday, December 21, 2012

About yesterday

It was my wife's birthday, I took 1 day off since I still have leave to spend off.

I brought my son out to buy some fried egg and noodle to fulfill my wife's tradition, because my cooking skill has long forgotten and broken.

After a lazy morning at home, we went to shopping mall nearby, had a lunch of dim sum at paradise group, and it's a place we would come again.

Then we went for the movies, The Hobbit. The movie is more about the quest of the dwarfs, the hobbit, Bilbert is the one join and recorded the whole events. The whole movie lasts for 2 hours plus, luckily my lil girl did not complained much (with the usual popcorn stuff supplied).

With not much appetite after te movie, we went to McDonald to have something light for supper. So the whole day without cooking at home, that's one of her birthday wishes come true.

Labels:


Thursday, December 20, 2012

和儿子一起成长

儿子8岁多了,小学二年级刚刚完,成绩还不错,体质有点差,常常抽鼻子。
他妈妈于是要求每天锻炼身体,并且写日记来提高成绩。儿子的反弹不小,我这个当爸需要身体力行,做一下榜样。一个好的习惯需要21-28天养成,我要看看我能否坚持一个月。
睏了,我还是睡吧,bye world! see you another day.

Labels:


Friday, December 16, 2011

Road blocks upgrading Plone to 4.1.3

Let's wait for next release and hope the problem resolved by then.

Found people have the same problem as I encountered, so I am not alone, but I am not that energetic to rectify it.
http://stackoverflow.com/questions/7810648/an-error-when-trying-to-change-image-workflow


Tuesday, September 27, 2011

32bit apps in 64bit system

For Debian/Ubuntu,
apt-get install ia32-libs
For RedHat/CentOS,
yum install glibc.i686
Sometime, you already have all these in, so you will not realize this :-)

Tuesday, March 15, 2011

xauth is the key

When install server only Linux (Redhat/CentOS), and you want remote X (ssh -Y), then all you need is,
yum install xauth

xauth in full, xorg-x11-xauth

Thursday, August 20, 2009

remote desktop problem caused by graphic drivers

New Windows XP pro with SP3 pre-installed.

After verified every configurations (including firewall, antivirus protection), and still not be able to connect and stay.

Checking of traces in event viewer, there's problem related to RDPDD.dll, google tells us something related to graphic driver, suggested to turn off hardware acceleration, did accordingly and rebooted, still no luck.

Download latest Nvidia driver and install, Bingo.

Wednesday, July 01, 2009

Banner message before login

For GDM, SSH and local login,

local login,
/etc/issue

SSH,
/etc/ssh/sshd_config

Banner /path/to/file

GDM,
/etc/gdm/custom.conf (RedHat ...)
/etc/gdm/gdm.conf-custom (Debian ...)

[greeter]
DefaultWelcome=false
Welcome=Message for local users
RemoteWelcome=Message for remote login users



multiple xen bridge interface on Ubuntu

Create /etc/xen/scripts/network-multi-bridge
#!/bin/sh
dir=$(dirname "$0")
"$dir/network-bridge" "$@" netdev=eth0
"$dir/network-bridge" "$@" netdev=eth1

Change /etc/xen/xend-config.sxp

(network-script network-multi-bridge)

This page is powered by Blogger. Isn't yours?