Development

Useful sed(1) regular expressions

| Development

Source code cleanup:

sed -i '' -E s/\ \	/\	/g *.c *.h
sed -i '' -E s/^\ \ \ \ \ \ \ \ /\	/g *.c *.h
sed -i '' -E s/\	\ \ \ \ \ \ \ \ /\	\	/g *.c *.h
sed -i '' -E s/\ +\$//g *.c *.h
阅读全文…( 本文约 76 字,阅读大致需要 1 分钟 )

5.2-delphij 20040624 snapshot released

| Development

Here is the URL’s:

Mini installation disc:
ftp://ftp.freebsdchina.org/pub/china_ports/delphijfork/5.2-delphij-20040624-i386-miniinst.iso

Bootonly and FIXIT:
ftp://ftp.freebsdchina.org/pub/china_ports/delphijfork/5.2-delphij-20040624-i386-bootonly.iso
ftp://ftp.freebsdchina.org/pub/china_ports/delphijfork/5.2-delphij-20040624-i386-disc2.iso

阅读全文…( 本文约 27 字,阅读大致需要 1 分钟 )

FreeBSD 5.2-delphij to release third iso

| Development

I will release third (more or less unstable) release ISO if nothing will prevent me from doing that :-) The latest delphijfork includes several new features, which is tend to exhibit new technologies and possiblities of FreeBSD:

Also, FreeBSD-CURRENT has several new features, including:

阅读全文…( 本文约 199 字,阅读大致需要 1 分钟 )

Two Powerful UNIX(R) command lines

| Development

Top ten established HTTP connection from IP to our box: (IP=127.0.0.1)

netstat -na | grep “127\.0\.0\.1\.80 " | grep ESTABLISHED | cut -c43- |cut -f1-4 -d’.’ | sort | uniq -c | sort -nr | head -10

Merge FreeBSD-CURRENT changes to delphijfork:
retag `cvs -d /home/fcvs rdiff -rHEAD -rDELPHIJ_FORK_LASTMERGE src | grep Index: | awk ‘{print $2;}’ | grep src`

参与评论

FreeBSD 5.3-RELEASE release engineering process will begin in 4-6 weeks

| Development

Big news. FreeBSD is calling for more developers to take attention on 5.3-RELEASE development, the 5.3-RELEASE, a.k.a. first 5-STABLE release, will begin its release engineering process in 4-6 weeks.

If you are using FreeBSD and willing to migrate to a 5.x branch release or 5-STABLE, it is highly recommended to use -CURRENT and report any problem you encounter. Also, you can help the development by checking out something on TODO list, or resolve some problem.

参与评论

Apache2 RCng'ified

| Development

FreeBSD Apache2 port has been RCng’ifyed since 2.0.49_2. This will unify the behavior of ports more.

阅读全文…( 本文约 64 字,阅读大致需要 1 分钟 )

pf in NetBSD, jkh's new article, etc.

| Development

It appears that NetBSD has finally adopted packet filter, an OpenBSD feature to its base. Compared to FreeBSD’s pf port, this will be much easier one because the VM structure is almostly alike.

阅读全文…( 本文约 55 字,阅读大致需要 1 分钟 )

mono FreeBSD port?

| Development

I am not sure whether there’s someone who wants to pick up mono’s FreeBSD port. I personally do not want to do this :-) However it will be interesting if I have enough time to kill. And, of course, it will be good if it is released under a more loose license…

参与评论

网站留言板/Guest Book for www.delphij.net

| Development

本着「如果没有就写,如果有不合用就改,有合用的能用打死也不写」的精神,终于决定给 www.delphij.net 加个留言板……因为是双语的,而且www.delphij.net是英文,因此这里也写段英文来照顾老外的情绪:

阅读全文…( 本文约 134 字,阅读大致需要 1 分钟 )

FreeBSD port to reduce dependency on XFree86

| Development

It seems that they are now replacing explicit XFree86-4-libraries to USE_XLIB and so. Is this a step dropping XFree86 and go XOrg? :-)

参与评论