I'm a Hei Hei girl
但Hei Hei girl亦可以有真心,你不會有機會將她帶到床上。
昨天晚上我認識了一個男孩子,友人跟我說:「這人很好呀,別錯過他。」
是呀,我也知道。
年輕、英俊、有風度、有家世、不急色,甚至像變
(之前完全搞錯)
曾是寂寥金燼暗
陳智德
凌晨回家的路上,看見一男子倚著欄杆半躺半坐於街邊,雙腳直伸平放地面,一些好心路人正在察看,但見他應答幾句,揮手示意路人離去,似無大礙。我走近一瞥,認出是多年沒見的詩友,曾在朗
Another obnoxious discovery about Ubuntu's /var/run stuff
Today, I had the distinct pleasure of discovering that /var/run mustexist on the root filesystem , even if you have a separate /var filesystem . If your root filesystem does not have such a hidden /var/run , you experience mysterious failures of various boot stuff,including an inability to bring up the network; for bonus points,nothing gives you any meaningful error messages.
(For bonus points, the default Ubuntu server startup sequence wipes out the console scroll buffer, so you can't scroll
How not to set up your DNS (part 13)
In the traditional illustrated format:
; sdig ns aescorts.net.
ns1.bnmq.com.
ns2.bnmq.com.
; dig mx aescorts.net. @ns1.bnmq.com.
[...]
;; flags: qr aa rd; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
[...]
;; AUTHORITY SECTION:
. 1 IN SOA . abuse.opticaljungle.com. ...
That's an interestingly grandiose
Setting up switches to avoid unwanted VLAN leakage
We made a small mistake around here a while back: we used VLAN ID 1 fora real VLAN. In fact, we used it for our 'management network' VLAN.
This is a mistake because many switches insist that all ports beuntagged members of some VLAN, and they pick VLAN 1 to be the defaultVLAN for this. The net effect is that unconfigured ports on many of ourVLAN-aware switches are by default on our management network.
(Not all of our switches are VLAN aware; edge
Fur 呀,fur!
小記牛棚
A small annoyance with Unix wildcards
Here's a small irritation with Unix wildcards: there's no generallyrecognized wildcard (or small set of wildcards) that matches all of thefiles in a directory, including dotfiles but excluding . and .. ,so that you could easily match all of a directory's real contents.
A plain * doesn't match dotfiles; * .* matches dotfiles, butincludes . and .. too. About the best you can do is
* .??* .[^.]
However this