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十大電影。下,我唔記得自己睇過咩戲喎。(只係記得冇睇過《如果.愛》囉。)所以只有薦人的份兒。
這裡薦兩個
緩慢前行.流水.賬
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