How not to set up your DNS (part 7)

Presented in point form, because the illustrated form is too verbose:

  • The subdomain bos.netsolhost.com has nameserversNS1.bos.netsolhost.com and NS2.bos.netsolhost.com.
  • according to the nameservers for netsolhost.com, these have IPaddresses 205.178.146.11 and 205.178.146.12 respectively.
  • according to 205.178.146.11

On not logging things

One of the machines I help look after is an open, read-only Usenetserver (details here ; the openaccess is a 'because we can' thing). You might be surprised to knowthat the server logs only minimal information about NNTP sessions, andthis is a deliberate action that required hacking the software a bit.

When I was setting up the machine and planning open access foreveryone on campus, I found myself thinking about how I'd feel if, forexample, some day a department


我應該關心什麼?


立法會明日投票決定是否就東亞運開支問題展開聽證程序,我是關心的。

因為鹹潮,我家的膠樽堆積太多,不利於環保,我是關心的。

媽媽生日,明晚宴請親友,不知新試的酒樓味道如何,收費怎樣,我是關心的。

有傳李澤佳有

Recording attribute access and method calls

Here's a little bit of magic, demonstrated in the Python interpreter:

>>> from record import Record>>> r = Record()>>> r2 = r.a.b('abc').c>>> print r2a.b('abc').c>>> print r.d.e(r2, t=20).f()d.e(Record().a.b('abc

最好的時光


星期日下午,我一個人,躲在家裡看侯孝賢《最好的 時光》。三個故事, 三個時代,戀愛夢、自由夢、 青春夢,害我不能入夢。

侯孝賢的電影從來適合打發時間,通常先要令腦海空空如也,不加思索,才可以裝載那麼慢的節奏,

The peculiar effects of grant funding at universities

One of the things that makes universities such peculiar computing environments is grant funding.

The straightforward effect is to inject uncertainty into the year toyear budgeting process, since few grants have a sure renewal. Evenwhen the total amount of grant funding stays more or less the same,who gets it (and thus what projects are funded) can vary a lot, withthe attendant localized lurches. (The uncertainty of grant money maybe one reason that people are often far more willing to pay forequipment and consulting than to


訪問之後

大哥:
星期六接受完你的訪問,心情舒暢,當然也有反省,以下幾個問題,可以向你更進一步的交代。

關於澳門文學“走出去”
我一直鼓吹大家多向外投稿,多作嘗試。你問我為何沒有這樣做,我只能說是時機未到,我在等我最

絕不闢謠.謠

薦文扮封筆,將氣氛推高,俗稱博出鏡。

1.

最近很多朋友都將自己的影評整理成一個blog,然後票選自己的05十大電影。下,我唔記得自己睇過咩戲喎。(只係記得冇睇過《如果.愛》囉。)所以只有薦人的份兒。
這裡薦兩個

緩慢前行.流水.賬

如果不是當日實在太多遊行傳媒應接不暇,你該會有更多機會知道:1月8日遊行其實是相當有趣的,並不例行,並不沉悶。趣味是來自貼近那些權力的邊緣,輕而穩重地與之爭持。我們走在龍尾,警察就想收窄遊行線,亞偉不

How Linux names network interfaces

The usual explanation of how network interfaces get their names isthat they're named based on what's in /etc/modprobe.conf ( /etc/modules.conf if you're still running a 2.4 series kernel).You'll have lines like:

alias eth0 sk98linalias eth1 3c59xalias eth2 e100

And indeed this usually works, and when your system boots nicely the3Com 'Marvell' gigabit card is eth