嘉賓:莫宜端
節目裡講到以前覺得寫評論是一件刺激的事,嗚,有時想補充這種感覺是在學院裡比較強烈,好像有了學院的屏藩才比較容易感到刺激。現在有時真的想做到喜愛的說喜愛、討厭的說討厭就於願
Some useful new Linux software RAID features
Courtesy of a pointer from the linux-kernel mailing list to the Gentoowiki entry ,here's two useful (relatively) new software RAID features:
- Normally, if a RAID array goes out of sync the kernel assumes everythingon the out of date drive(s) has to be rewritten. With write-intent bitmapsthe kernel keeps track of what areas actually got written to and onlyresyncs them.
(This brings Linux up to more or less parity with an equivalent SolarisDiskSuite feature.)
- 'data scrubbing
Handling lines with something-separated fields for Python
As a system administrator, I spend a bunch of my time dealing withfiles made up of lines that are composed of fields separated by somecharacter. A classical example is /etc/passwd , with colon-separatedfields. These file formats are ordered lists with named fields, whichshould sound familiar , but they don't showup as Python lists, they show up as lines of text and they want tobe output as text; that we use lists to represent them is just animplementation detail.
This
Weekly spam summary on March 3rd, 2007
This machine had a planned twelve hour power outage today, so many ofthese statistics are really only for six days. Having said that, thisweek we:
- got 16,376 messages from 272 different IP addresses.
- handled 20,396 sessions from 1,270 different IP addresses.
- received at least 212,857 connections from at least 63943different IP addresses.
- hit a highwater of 5 connections being checked at once.
This
On useful front-panel LEDs
I moved up to ADSL recently and it's quite nice, but I miss one thingabout my old Supra modem: I've been spoiled by its luxurious front paneldisplay. The front panel of my ADSL modem is somewhat of a letdown andI've been missing information that I used to be able to get at a glance,in particular how saturated my link is.
The ADSL modem has four front-panel LEDs, all equally prominent:
Power ADSL DATA LAN
(DATA is on if the DSL
存念
由於全城追蹤所謂特首「選舉」及徐步高新聞,3月2日早上1130有13名天星示威者,無聲無息地被派還保釋金,不需保釋了。咁即係咪唔再告呢?滿差館的人都好好笑容,招呼前唔該後,但沒人回答我們為什麼發還
A story of network weirdness
We have a number of internal networks here . One of them is a port-isolated subnet forgeneral user machines (such as Windows laptops), where the port isolationmakes sure that user machines can't talk to each other and thus can'tinfect each other. One day, an alert user on the port isolated networkreported to us that his machine was seeing packets from the outsideworld destined for a completely different machine.
(One of the cool things about working in a Computer Science departmentis that