I’d forgotten how to do this, so here’s another note. To set up passwordless SSH, the easy way to do it is: (on the local machine) ssh-keygen -t rsa Enter a passphrase if you want ssh-copy-id -i ~/.ssh/id_rsa.pub username@remote Enter your password, and now you should be able to login remotely without a password. ssh-copy-id [...]
Epidiascope
Monthly Archives November 2008
OOK quick followup
After I put the lenses in last night, they were uncomfortable for a few minutes, but settled down to a reasonable sense of “there’s something in my eye.” I slept well, and by the morning, the lenses were pretty comfortable. Not a soft contact, by any means, but reasonable. Had some trouble with the left [...]
all kinds of tired…
Very little sleep last night, finishing one of my own papers, and then helping a friend finish a 7 page paper starting from scratch at around midnight. Nevertheless, I’m looking forward to playing L4D tomorrow night. In case I haven’t mentioned it, go buy Left4Dead, it’s really a hell of a lot of fun. 4-player [...]
Transforming XML with XSLT Documents
General notes and things I learned or remembered: You cannot put a comment within an XML tag! Google gives human-unreadable XML feeds, but tidy is extremely handy for cleaning it up. Remember to be careful to write out the greater and lesser than signs in code every time when you’re doing comparisons. In a similar [...]