2.28.2006

nslookup command line options

nslookup usually operates in interactive mode. You can specify options like debug, d2, type= , etc. in interactive mode using the ' set' command. Those same options can be specified by using switches directly without going into interactive mode; in fact any option that can be set in interactive mode can be used in a switch:
nslookup -type=mx domain.tld nslookup -debug domain.tld

To bring up nslookup's help in interactive mode, just issue a ? (question mark). To bring up the syntax that is listed below I had to provide more than two options on the command line: nslookup 1 2 3 brought up:
Usage:
nslookup [-opt ...] # interactive mode using default server
nslookup [-opt ...] - server # interactive mode using 'server'
nslookup [-opt ...] host # just look up 'host' using default server
nslookup [-opt ...] host server # just look up 'host' using 'server'

2.27.2006

html links without clicking

Very cool javascript that activates a html A element just by hovering the cursor over the link: http://labs.mininova.org/noclick/
They've got some other interesting things HTML/javascript, etc: http://labs.mininova.org