相信大家也知道近幾日前這裏被人 hack 了!有圖為證:

而這件事,其實也有在 Twitter 做了點紀錄: 1 2 3 4 5 6 7 8 9 10 11 12 13 。
首先是弟在星期五突然告訴我 website 被 hack 了,我上去看果然,但被波及的範圍只是 wordpress 的地方,其他如


There's a lot of argument in general about what is (merely) a 'scriptinglanguage' and what is a fully fledged programming language, deservingto hold its head up high besides grown up languages like C, Java, andPascal.
Unix is a simpler place, because it has a simple and very cleardefinition of what is a script versus what is a program. To wit: if thekernel can directly exec() you in place as is, you are a program. Ifnot, you
HK
Blog
Copyright/License
I've recently been writing some small programs to digest multilinerecords which don't have an end of record marker, just a start of recordone (in my case, the output of Solaris iostat ). People who've writtenawk probably know the natural structure that results from dealing withthis purely line at a time; you wind up with a situation where youaccumulate information over the course of the record, and then use the'start of new record' line to print out everything, reset counters