‘Tis the season to remove yourself from mailing lists if you’re subscribed from your work address. And there’s only so much good will to go round, until it’s completely soaked up by people asking lists with automated (un)subscription procedures to “unsubscibe” them, please, right now. It’s even harder to deal with those who ask thousands [...]
Say you want to see both the log and diff of a given svn version, just the differences between it and the previous version, plus log message (i.e. what was committed, and why, for version NUM) The following will work at a bash command prompt:
$ r=NUM; rr=-r`expr $r - 1`:$r; svn log -r$r; svn diff [...]
Do you bank online? How are you asked for your secret code? Three randomly placed digits of it, hmm? The reason for the randomness is that any malicious keylogging software can’t see your screen, just your keyboard: so even if it logged every time you banked online, the fraudster it reported back to could never [...]