有讀者問我可不可以寫一些 Blog 教學,不是怎樣申請 BSP 開戶口那種,而是比較進階的技術層面的東西。嗯,即是甚麼呢? 我想應該有以下幾項:
- RSS
- Permalink
- Trackback
- Tag
再配以一些 Blogger 常用的 Web2.0 服務介紹
- Technorati
- delicious
- flickr
- 豆瓣
- Wikipedia
再介紹一下一些技巧,如
有讀者問我可不可以寫一些 Blog 教學,不是怎樣申請 BSP 開戶口那種,而是比較進階的技術層面的東西。嗯,即是甚麼呢? 我想應該有以下幾項:
再配以一些 Blogger 常用的 Web2.0 服務介紹
再介紹一下一些技巧,如
There's a lot of Unix idioms that I use often enough to have turnedinto little shell scripts. Here's the first of them; I call it howmany :
#!/bin/shtrap '' 13sort "$@" | uniq -c | sort -nr
(The trap is necessary because of a Linux bash issue .)
Howmany does what its name says: it counts up how many times each lineof its standard input appears, then shows them from most to leastfrequent
Xiostat is the program I wrote to giveus a faithful recounting of the Linux kernel's disk IO stats after we discovered the problems with iostat's numbers . I've now finally gotten around to putting it up on theweb and making a page that explains how to run itand what its output means and so on.
The current version is a bit slapdash, but I have verified that it(still) works on bog standard 2.6 Linux kernels (and thus should work onDebian Sarge,
The fun and charm of URL quoting is that you need to do it twice .Differently. That's because there's two different entities involved:browsers and web servers.
Strictly speaking, about the only thing that you have to quote forthe browser is quote characters, because otherwise your nice comes out very confusing. If you are being a good web standards monkeyyou need to quote at least ampersands (&'s) as well, because otherwisethe
傳媒與藝人之戰
This week, we:
Mail received and SMTP session volume is down a bit from last week , but connection volume has spiked to huge
