Weekly spam summary on September 23rd, 2006
This week, we:
- got 15,623 messages from 253 different IP addresses.
- handled 19,363 sessions from 969 different IP addresses.
- received 166,319 connections from at least 46,095 different IPaddresses.
- hit a highwater of 8 connections being checked at once.
This makes volume a bit up from last week .Volume fluctuates a bit during the week:
| Day | Connections | different IPs |
| Sunday | 19,635 | + |
Two approaches to Unix environments
There are two general approaches to coping with the various environmentsof Unix accounts that I've seen people adopt. The first is taking thedefault environment that each system comes with (perhaps with minimaland easy customization for stuff that really bugs you); the second isbuilding a completely customized personal environment that you then drageverywhere.
(To stereotype, people who follow the first sort feel that life is tooshort to spend futzing with your environment when the one that someoneelse worries about works well enough, while the
我哭了
但今天晚上,我在的士車廂內,忍不住哭了。
我看著自身,無助地返回了20歲的那些日子。
每天喝酒跳舞至天明,然後哭著入睡。
一顆心,越玩越無聊,越玩越寂
第二次
我知道寫作只是手作仔,我相信書寫自有力量
止於至善
寂然世界,只賣$14,113.50
My blog is worth $14,113.50 .
How much is your blog worth?
在 案內人隨筆 看到這樣的一個為blog計算價值的 網站 ,據這個網站的計算,“寂然世界”值$14,113.50,低低地,都叫做有個價啦!
當然這玩意得啖笑,且不論計算方法
A NFS mount accident on Linux
Something that you can do on a modern Linux system by accident:
mount -t nfs -o hard,intr,rw localhost:/ /
(instead of mounting it on /mnt , as I had intended.)
It is surprisingly hard to recover from this. In fact, I don't think Isucceeded, and I wound up having to reboot. At the same time, I don'tthink anything broke, so I theoretically could have kept on running themachine like that.
(Why you
An amusingly truthful hostname
We got email today from a machine called 'server1.ghettowebhosting.net'(IP address 72.29.85.194).
It was advance fee fraud spam. Truth in advertising strikes again!
(I have to wonder about the mindset that makes anyone name theirbusiness something like that. Especially when they are apparently abranch of 'Complet-Inet', and say they have multiple data centers withOC-48 connections; this doesn't sound too 'ghetto
The danger of relying on Javascript for input validation
I've run into a few websites that do some of their input validation onforms and the like entirely in Javascript. If you are tempted to dothis, please don't; not only is it dangerous to you, it's annoying tousers.
It's annoying to users due to what can happen to innocent users whotry to use your forms with JavaScript turned off; if your forms arestill submittable, the user can wind up unintentionally creating baddata in your system. This is usually