On Sun, Oct 06, 2002 at 03:24:11PM +0300, Nadav Har'El wrote:

> > own personal job-searching agenda PLEASE at least give a URL with their 
> > resume?
> 
> Since nobody posted here their "job-searching agenda" without a CV URL,
> why do you even bother complaining about this non-issue?

Actually, one person did - Guy Cohen. 
Guy, you get 9 for rant value and 7 for style - in the future, don't
forget to use 31337 5p34k. 

ObLinux: here's a nifty script to see who's checking out your CV from
an apache log. It's just thrown together, but it does the job. 

#!/bin/bash

# grab people who are looking for my cv 
for f in `grep cv $HTTPD_LOG  | cut -f 1 -d ' ' | sort | uniq `; do host $f; done > 
/tmp/cvlookers

# grab ip addresses
awk '/not found/ {print $2}' /tmp/cvlookers | sort

# grab resolved hostname
awk '/domain name pointer/ {print $5}' /tmp/cvlookers | sort
-- 
Muli Ben-Yehuda                                 http://www.mulix.org/   
[EMAIL PROTECTED]:~$ sctrace strace /bin/foo      http://syscalltrack.sf.net/
Quis custodes ipsos custodiet?

Attachment: msg22414/pgp00000.pgp
Description: PGP signature

Reply via email to