czwartek, 10 listopada 2011

ngrep

ngrep -itq -W byline

Watching all traffic on eth1:

ngrep -d eth1 -itq -W byline

Watching all traffic on the default interface while searching for the string “testing”.

ngrep -itq -W byline testing

Watching all traffic on the default interface originating from 192.168.1.1:

ngrep -itq -W byline src 192.168.1.1

Watching all traffic on the default interface destined for 192.168.1.2:

ngrep -itq -W byline dst 192.168.1.2

Watching all traffic on the default interface with the gateway of 192.168.1.100

ngrep -itq -W byline gateway 192.168.1.100

See more examples at http://ngrep.sourceforge.net/usage.html

czwartek, 3 listopada 2011

Disable the first time user registration wizard OpenOffice 3

"C:\Program Files\OpenOffice.org 3.0\program\sbase.exe" -nofirststartwizard
"C:\Program Files\OpenOffice.org 3.0\program\scalc.exe" -nofirststartwizard