各位同學仔,多謝你們過去九個星期的星期六,晨咁早專登來上我的課。
早到的、遲到的,總之是有來上課的,我都覺得很高興,因為我明白,你們平時一星期已上足五天課,星期六晨早來上這課,絕對要多一份的毅力和堅持。
Here is a surprise I just discovered about magic SysRq and serialconsoles: in order to have a serial console respond to magicSysRq, you need something talking to it. If your serial console is /dev/console , I believe that this is automatic; however, if it isnot (if you have hooked it up to debug systemlockups in X, for example, as a not entirely hypothetical example), youneed to run a getty or something on the serial port in order to havethe kernel notice
Courtesy of upgrading my home machine to Fedora 8 and getting a new versionof liferea in the bargain, I have been remindedof something: I really don't like applications that do smooth scrolling.
While I could pick specific nits, I suspect that a good part of thiscomes down to metaphor choices; I tend to think of scrolling as a 'turnthe page' action, for which the closest computer equivalent is justimmediately replacing the text with no fancy effects (although I want aline or two of
For a while, my general reaction to receiving phish spam from somewhereis to block it from sending me further email. This habit has led to mediscovering something depressing: how many of those places later tryto send me more email, often months after the first incident.
This is depressing because phish spam is usually sent from compromisedmachines. Getting more mail from the same machine is a bad sign; itmeans that the machine has almost certainly not been cleaned up, and isinstead still compromised and being used for
Web2.0
HK
《M*A*S*H*》(風流軍醫俏護士), 37年前的電影, 感覺上仍然很現代. 戲內瀰漫的嬉戲至上、抗衡現實的頑童態度, 至今仍然令人充滿共鳴.
儘管《M*A*S*H*》的情節確令人笑到肚痛. 眾醫護人員除了負責

The 'magic SysRq' is a feature of the Linux kernel where you candirectly invoke certain kernel commands, regardless of what happens tobe going on at user level and often even if the system is fairly brokenotherwise. Commands are conventionally described by the key that's usedto invoke them.
There are three ways of invoking magic SysRq commands:
/proc/sysrq-trigger , for examplewith ' echo >/proc/sysrq-trigger ' in a root shell Menu