http://www.sente.ch/software/GPGMail/English.lproj/GPGMail.html
Monthly Archive for June, 2004
WRT54G Sveasoft Flashing
If you have any questions or comments feel free to email me at wrt54g at cox.net
So I just handed out my last invites and I log in to my Gmail and low and behold, the “Invite a friend to join Gmail!” link is there again.

I’ve got 5 invites and don’t know who to give them to. So here’s the deal. Take a picture including the name “Emma” somewhere in the shot, post it somewhere, and leave a link to it in a comment on this post. You can write it on a piece of paper, print out a nice poster, tag it on the side of a boxcar (not that I’m condoning that, it’s illegal
). Bonus points for originality and/or special presentation. PG-13 or G rated shots only, please. I’ll pick the best 5 on Wednesday (unless this goes crazy in which case it’ll be earlier) and send out the invites.
(thanks for the shots, guys. comments closed)
Image theft htaccess and online aggregators from Ben Hammersley’s Dangerous Precedent
How about since you’re already using mod_rewrite, add a section that says, oh something like this:
RewriteCond %{HTTP_USER_AGENT} !^Bloglines.* [OR]
RewriteCond %{HTTP_USER_AGENT} !^NetNewsWire.* [OR]
RewriteCond %{HTTP_USER_AGENT} !^AnyDesiredAggregator.*
RewriteCond %[HTTP_REFERER} !http://.*benhammersly.com
RewriteRule .*.(gif|GIF|jpg|JPG)$ http://benhammersly.com/images/pleasedontstealmybandwidth.gif [R,L]
via: Robert Citek - crib sheet: ssh single-login/no password ( was Re: ssh-keygen )
How to set up a no-password ssh connection from A to B, where A && B == trusted machines Continue reading ‘crib sheet: ssh single-login/no password’