27.8.09

The new created file permission within cygwin is always wrong!

It's always being 000.... I still don't know what happen with my cygwin. I checked unmask, and found it was set properly as 022. What's wrong?

Powerful objdump

objdump -s

Yeah~~!

24.8.09

Domain User to Use Cygwin

It's the first time I encounter this.

When I started the bash shell for cygwin in my office using my Laptop, I found some extra message that telling me that the passwd/group file should be rebuilt using mkpasswd -l and mkgroup -l. I tried it but the same message show again. Finally I found there should be a -d parameter there because I'm a domain user in my Office. So I did, and everything works fine.

Installing NetBean 6.7.1

Costs me lots of time.

So I install cygwin at the same time.
Do some testing for Apache ant regarding Jar merging.

Integrating Mantis and Subversion

http://alt-tag.com/blog/archives/2006/11/integrating-mantis-and-subversion/

1. add configuration items into mantis's config_inc.php
2. create post-commit script for the designated svn repository.

Note that there are some problem within alt-tag.com's script file, please

23.8.09

SVN repo creation

http://subversion.tigris.org/faq.html#repository

Solution 1.

Create a common repository and use svn mkdir to create subdirectories for
different projects.

$svnadmin create /repo/svn
$svn mkdir file:///repo/svn/projA
$svn mkdir file:///repo/svn/projB
$svn mkdir file:///repo/svn/projC

Solution 2.

Create a normal directory, and create managed subdirectories for projects.

$mkdir /repo/svn
$svnadmin create /repo/svn/projA
$svnadmin create /repo/svn/projB
$svnadmin create /repo/svn/projC

These two solutions look like simliar. However, for the first one,
when projC change, the revision number changes in other two projects.

6.6.09

AAWC Auburn Asian Welfare Centre - Design

Auburn Asian Welfare Centre (AAWC), http://www.aawcentre.org.au,  asked me to design and develop a new website for them. I'm very happy to do that, for I know AAWC is a centre try to help Asian migrants and international students with pychological problems and gambling problems. I believe a better website could help their potential clients find the proper services.

My work began from their original website. Unfortunately, I could hardly get any theme idea from this website, therefore I have to design a new one from the very beginning. Now I finished the first design. Green is the theme colour of the Centre, so it was chosen here as the theme colour. The logo on the left top corner was a modified version of the one on the Centre's business card.